Automattic\WooCommerce\Vendor\League\Container

ContainerAwareInterface::setContainer()publicWC 1.0

Set a container

Method of the class: ContainerAwareInterface{}

No Hooks.

Return

self.

Usage

$ContainerAwareInterface = new ContainerAwareInterface();
$ContainerAwareInterface->setContainer( $container ) : ContainerAwareInterface;
$container(ContainerInterface) (required)
-

ContainerAwareInterface::setContainer() code WC 8.7.0

public function setContainer(ContainerInterface $container) : ContainerAwareInterface;