Automattic\WooCommerce\Vendor\League\Container

ContainerAwareInterface::getContainer()publicWC 1.0

Get the container

Method of the class: ContainerAwareInterface{}

No Hooks.

Returns

ContainerInterface.

Usage

$ContainerAwareInterface = new ContainerAwareInterface();
$ContainerAwareInterface->getContainer() : ContainerInterface;

ContainerAwareInterface::getContainer() code WC 9.8.5

public function getContainer() : ContainerInterface;