getContainer() public méthode

public getContainer ( ) : Youshido\GraphQL\Execution\Container\ContainerInterface
Résultat Youshido\GraphQL\Execution\Container\ContainerInterface
Exemple #1
0
 public function getContainer()
 {
     return $this->executionContext->getContainer();
 }