Automattic\WooCommerce\Vendor\League\Container
ContainerAwareInterface::setContainer() public WC 1.0
Set a container
{} It's a method of the class: ContainerAwareInterface{}
No Hooks.
Return
self.
Usage
$ContainerAwareInterface = new ContainerAwareInterface(); $ContainerAwareInterface->setContainer( $container ) : self;
- $container(Containerinterface) (required)
- -
Code of ContainerAwareInterface::setContainer() ContainerAwareInterface::setContainer WC 5.0.0
public function setContainer(ContainerInterface $container) : self;