Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Youshido
GraphQL
Execution
Container
Container
PHP 클래스 Youshido\GraphQL\Execution\Container\Container
상속:
implements
Youshido\GraphQL\Execution\Container\ContainerInterface
파일 보기
프로젝트 열기: youshido/graphql
1 사용 예제들
공개 메소드들
메소드
설명
get
(
$id
) :
mixed
has
(
$id
)
remove
(
$id
)
set
(
$id
,
$value
)
보호된 메소드들
메소드
설명
setAsService
(
$id
,
$service
)
비공개 메소드들
메소드
설명
assertIdentifierSet
(
$id
)
메소드 상세
get()
공개
메소드
public
get
(
$id
) :
mixed
$id
리턴
mixed
has()
공개
메소드
public
has
(
$id
)
remove()
공개
메소드
public
remove
(
$id
)
set()
공개
메소드
public
set
(
$id
,
$value
)
setAsService()
보호된
메소드
protected
setAsService
(
$id
,
$service
)