PHP Interface Youshido\GraphQL\Execution\Container\ContainerInterface

Datei anzeigen Open project: youshido/graphql Interface Usage Examples

Public Methods

Method Description
get ( $id )
has ( $id )
remove ( $id )
set ( $id, $value )

Method Details

get() public method

public get ( $id )

has() public method

public has ( $id )

remove() public method

public remove ( $id )

set() public method

public set ( $id, $value )