Automattic\WooCommerce\Internal\Admin\BlockTemplates

AbstractBlock::get_parent()publicWC 1.0

Get the parent block container.

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

Хуков нет.

Возвращает

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

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

$AbstractBlock = new AbstractBlock();
$AbstractBlock->&get_parent(): ContainerInterface;

Код AbstractBlock::get_parent() WC 9.2.3

public function &get_parent(): ContainerInterface {
	return $this->parent;
}