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.
Return
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 9.6.0
public function get(string $id);