Alterway\Component\Workflow\ContextInterface::get PHP Method

get() public method

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