Automattic\WooCommerce\Vendor\Psr\Container
ContainerInterface::get()
Finds an entry of the container by its identifier and returns it.
Метод класса: ContainerInterface{}
Хуков нет.
Возвращает
Разное
. Entry.
Использование
$ContainerInterface = new ContainerInterface(); $ContainerInterface->get( $id );
- $id(строка) (обязательный)
- Identifier of the entry to look for.
Код ContainerInterface::get() ContainerInterface::get WC 9.3.3
public function get(string $id);