Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Youshido
GraphQL
Execution
Container
ContainerInterface
PHP Interface Youshido\GraphQL\Execution\Container\ContainerInterface
显示文件
Open project: youshido/graphql
Interface Usage Examples
Public Methods
Method
Description
get
(
$id
)
has
(
$id
)
remove
(
$id
)
set
(
$id
,
$value
)
Method Details
get()
public
method
public
get
(
$id
)
has()
public
method
public
has
(
$id
)
remove()
public
method
public
remove
(
$id
)
set()
public
method
public
set
(
$id
,
$value
)