Automattic\WooCommerce\Vendor\League\Container

ContainerAwareInterface::setLeagueContainer()publicWC 1.0

Set a container. This will be removed in favour of setContainer receiving Container in next major release.

Method of the class: ContainerAwareInterface{}

No Hooks.

Return

self.

Usage

$ContainerAwareInterface = new ContainerAwareInterface();
$ContainerAwareInterface->setLeagueContainer( $container ) : self;
$container(Container) (required)
-

ContainerAwareInterface::setLeagueContainer() code WC 8.7.0

public function setLeagueContainer(Container $container) : self;