Youshido\GraphQL\Execution\Context\ExecutionContextInterface::getContainer PHP Méthode

getContainer() public méthode

public getContainer ( ) : Youshido\GraphQL\Execution\Container\ContainerInterface
Résultat Youshido\GraphQL\Execution\Container\ContainerInterface
    public function getContainer();

Usage Example

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