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.

Method of the class: ContainerAwareInterface{}

No Hooks.

Return

Container.

Usage

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

ContainerAwareInterface::getLeagueContainer() code WC 8.7.0

public function getLeagueContainer() : Container;