PHP Interface Alterway\Component\Workflow\ContextInterface

Afficher le fichier Open project: alterway/component-workflow

Méthodes publiques

Méthode Description
add ( array $parameters ) Adds parameters to the service container parameters.
get ( string $name ) : mixed Gets a service container parameter.
set ( string $name, mixed $value ) Sets a service container parameter.

Method Details

add() public méthode

Adds parameters to the service container parameters.
public add ( array $parameters )
$parameters array

get() public méthode

Gets a service container parameter.
public get ( string $name ) : mixed
$name string
Résultat mixed

set() public méthode

Sets a service container parameter.
public set ( string $name, mixed $value )
$name string
$value mixed