Automattic\WooCommerce\Vendor\League\Container

ContainerAwareInterface::getLeagueContainer()publicWC 1.0

Get the container. This will be removed in favour of getContainer returning Container in next major release.

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

Хуков нет.

Возвращает

Container.

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

$ContainerAwareInterface = new ContainerAwareInterface();
$ContainerAwareInterface->getLeagueContainer() : Container;

Код ContainerAwareInterface::getLeagueContainer() WC 8.7.0

public function getLeagueContainer() : Container;