Automattic\WooCommerce\Internal\Admin\BlockTemplates
AbstractBlock::get_parent()
Get the parent block container.
Метод класса: AbstractBlock{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$AbstractBlock = new AbstractBlock(); $AbstractBlock->&get_parent(): ContainerInterface;
Код AbstractBlock::get_parent() AbstractBlock::get parent WC 9.2.3
public function &get_parent(): ContainerInterface { return $this->parent; }