PHP Interface Alterway\Component\Workflow\ContextInterface

Show file Open project: alterway/component-workflow

Public Methods

Method 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 method

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

get() public method

Gets a service container parameter.
public get ( string $name ) : mixed
$name string
return mixed

set() public method

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