Automattic\WooCommerce\Vendor\League\Container
ContainerAwareInterface::getContainer()
Get the container
Method of the class: ContainerAwareInterface{}
No Hooks.
Returns
ContainerInterface
.
Usage
$ContainerAwareInterface = new ContainerAwareInterface(); $ContainerAwareInterface->getContainer() : ContainerInterface;
ContainerAwareInterface::getContainer() ContainerAwareInterface::getContainer code WC 9.8.5
public function getContainer() : ContainerInterface;