PHP Class Youshido\GraphQLBundle\Execution\Container\SymfonyContainer

Inheritance: implements Youshido\GraphQL\Execution\Container\ContainerInterface, implements Symfony\Component\DependencyInjection\ContainerAwareInterface, use trait Symfony\Component\DependencyInjection\ContainerAwareTrait
Exibir arquivo Open project: youshido/graphql-bundle

Public Methods

Method Description
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 )

Method Details

get() public method

public get ( $id )

getParameter() public method

public getParameter ( $name )

getSymfonyContainer() public method

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

has() public method

public has ( $id )

hasParameter() public method

public hasParameter ( $name )

initialized() public method

public initialized ( $id )

remove() public method

public remove ( $id )

set() public method

public set ( $id, $value )

setParameter() public method

public setParameter ( $name, $value )