Automattic\WooCommerce\Vendor\League\Container
ContainerAwareInterface::getLeagueContainer()
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() ContainerAwareInterface::getLeagueContainer WC 7.5.1
public function getLeagueContainer() : Container;