Youshido\GraphQL\Execution\Context\ExecutionContextInterface::getContainer PHP Method

getContainer() public method

public getContainer ( ) : Youshido\GraphQL\Execution\Container\ContainerInterface
return Youshido\GraphQL\Execution\Container\ContainerInterface
    public function getContainer();

Usage Example

示例#1
0
 public function getContainer()
 {
     return $this->executionContext->getContainer();
 }