PHP Class Youshido\GraphQL\Execution\Container\Container

Inheritance: implements Youshido\GraphQL\Execution\Container\ContainerInterface
Afficher le fichier Open project: youshido/graphql Class Usage Examples

Méthodes publiques

Méthode Description
get ( $id ) : mixed
has ( $id )
remove ( $id )
set ( $id, $value )

Méthodes protégées

Méthode Description
setAsService ( $id, $service )

Private Methods

Méthode Description
assertIdentifierSet ( $id )

Method Details

get() public méthode

public get ( $id ) : mixed
$id
Résultat mixed

has() public méthode

public has ( $id )

remove() public méthode

public remove ( $id )

set() public méthode

public set ( $id, $value )

setAsService() protected méthode

protected setAsService ( $id, $service )