Automattic\WooCommerce\Internal\Admin\BlockTemplates

AbstractBlock::set_attributes()publicWC 1.0

Set the block attributes.

Метод класса: AbstractBlock{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$AbstractBlock = new AbstractBlock();
$AbstractBlock->set_attributes( $attributes );
$attributes(массив) (обязательный)
The block attributes.

Код AbstractBlock::set_attributes() WC 9.3.3

public function set_attributes( array $attributes ) {
	$this->attributes = $attributes;
}