Automattic\WooCommerce\Vendor\League\Container

ContainerAwareInterface::getContainer()publicWC 1.0

Get the container

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

Хуков нет.

Возвращает

ContainerInterface.

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

$ContainerAwareInterface = new ContainerAwareInterface();
$ContainerAwareInterface->getContainer() : ContainerInterface;

Код ContainerAwareInterface::getContainer() WC 8.7.0

public function getContainer() : ContainerInterface;