Automattic\WooCommerce\Vendor\League\Container
ContainerAwareInterface::getContainer() public WC 1.0
Get the container
{} Это метод класса: ContainerAwareInterface{}
Хуков нет.
Возвращает
ContainerInterface.
Использование
$ContainerAwareInterface = new ContainerAwareInterface(); $ContainerAwareInterface->getContainer() : ContainerInterface;
Код ContainerAwareInterface::getContainer() ContainerAwareInterface::getContainer WC 5.0.0
public function getContainer() : ContainerInterface;