Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Youshido
GraphQL
Execution
Container
Container
PHP Class Youshido\GraphQL\Execution\Container\Container
Inheritance:
implements
Youshido\GraphQL\Execution\Container\ContainerInterface
Exibir arquivo
Open project: youshido/graphql
Class Usage Examples
Public Methods
Method
Description
get
(
$id
) :
mixed
has
(
$id
)
remove
(
$id
)
set
(
$id
,
$value
)
Protected Methods
Method
Description
setAsService
(
$id
,
$service
)
Private Methods
Method
Description
assertIdentifierSet
(
$id
)
Method Details
get()
public
method
public
get
(
$id
) :
mixed
$id
return
mixed
has()
public
method
public
has
(
$id
)
remove()
public
method
public
remove
(
$id
)
set()
public
method
public
set
(
$id
,
$value
)
setAsService()
protected
method
protected
setAsService
(
$id
,
$service
)