PHP 인터페이스 Youshido\GraphQL\Execution\Context\ExecutionContextInterface

상속: extends Youshido\GraphQL\Validator\ErrorContainer\ErrorContainerInterface
파일 보기 프로젝트 열기: youshido/graphql 0 사용 예제들

공개 메소드들

메소드 설명
getContainer ( ) : Youshido\GraphQL\Execution\Container\ContainerInterface
getRequest ( ) : Request
getSchema ( ) : AbstractSchema
setContainer ( Youshido\GraphQL\Execution\Container\ContainerInterface $container ) : mixed
setRequest ( Request $request )
setSchema ( AbstractSchema $schema )

메소드 상세

getContainer() 공개 메소드

public getContainer ( ) : Youshido\GraphQL\Execution\Container\ContainerInterface
리턴 Youshido\GraphQL\Execution\Container\ContainerInterface

getRequest() 공개 메소드

public getRequest ( ) : Request
리턴 Youshido\GraphQL\Execution\Request

getSchema() 공개 메소드

public getSchema ( ) : AbstractSchema
리턴 Youshido\GraphQL\Schema\AbstractSchema

setContainer() 공개 메소드

public setContainer ( Youshido\GraphQL\Execution\Container\ContainerInterface $container ) : mixed
$container Youshido\GraphQL\Execution\Container\ContainerInterface
리턴 mixed

setRequest() 공개 메소드

public setRequest ( Request $request )
$request Youshido\GraphQL\Execution\Request

setSchema() 공개 메소드

public setSchema ( AbstractSchema $schema )
$schema Youshido\GraphQL\Schema\AbstractSchema