Automattic\WooCommerce\Vendor\League\Container
ContainerAwareInterface::getLeagueContainer()
Get the container. This will be removed in favour of getContainer returning Container in next major release.
Method of the class: ContainerAwareInterface{}
No Hooks.
Return
Container
.
Usage
$ContainerAwareInterface = new ContainerAwareInterface(); $ContainerAwareInterface->getLeagueContainer() : Container;
ContainerAwareInterface::getLeagueContainer() ContainerAwareInterface::getLeagueContainer code WC 9.3.3
public function getLeagueContainer() : Container;