Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
WoohooLabs
Harmony
Container
BasicContainer
PHP Класс WoohooLabs\Harmony\Container\BasicContainer
Наследование:
implements
Interop\Container\ContainerInterface
Показать файл
Открыть проект
Открытые методы
Метод
Описание
get
(
string
$id
) :
mixed
Finds an entry of the container by its identifier and returns it.
has
(
string
$id
) :
boolean
Returns true if the container can return an entry for the given identifier.
Описание методов
get()
публичный
Метод
Finds an entry of the container by its identifier and returns it.
public
get
(
string
$id
) :
mixed
$id
string
Identifier of the entry to look for.
Результат
mixed
Entry
has()
публичный
Метод
Returns false otherwise.
public
has
(
string
$id
) :
boolean
$id
string
Identifier of the entry to look for.
Результат
boolean