PHP 클래스 Youshido\GraphQLBundle\Execution\Container\SymfonyContainer

상속: implements Youshido\GraphQL\Execution\Container\ContainerInterface, implements Symfony\Component\DependencyInjection\ContainerAwareInterface, use trait Symfony\Component\DependencyInjection\ContainerAwareTrait
파일 보기 프로젝트 열기: youshido/graphql-bundle

공개 메소드들

메소드 설명
get ( $id )
getParameter ( $name )
getSymfonyContainer ( ) : mixed Exists temporarily for ContainerAwareField that is to be removed in 1.5
has ( $id )
hasParameter ( $name )
initialized ( $id )
remove ( $id )
set ( $id, $value )
setParameter ( $name, $value )

메소드 상세

get() 공개 메소드

public get ( $id )

getParameter() 공개 메소드

public getParameter ( $name )

getSymfonyContainer() 공개 메소드

Exists temporarily for ContainerAwareField that is to be removed in 1.5
public getSymfonyContainer ( ) : mixed
리턴 mixed

has() 공개 메소드

public has ( $id )

hasParameter() 공개 메소드

public hasParameter ( $name )

initialized() 공개 메소드

public initialized ( $id )

remove() 공개 메소드

public remove ( $id )

set() 공개 메소드

public set ( $id, $value )

setParameter() 공개 메소드

public setParameter ( $name, $value )