Automattic\WooCommerce\Vendor\Psr\Container
ContainerInterface::get
Finds an entry of the container by its identifier and returns it.
Method of the class: ContainerInterface{}
No Hooks.
Returns
Mixed. Entry.
Usage
$ContainerInterface = new ContainerInterface(); $ContainerInterface->get( $id );
- $id(string) (required)
- Identifier of the entry to look for.
ContainerInterface::get() ContainerInterface::get code WC 10.3.6
public function get(string $id);