Automattic\WooCommerce\Vendor\Psr\Container

ContainerInterface::get()publicWC 1.0

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() code WC 8.7.0

public function get(string $id);