PHP Class Kraken\Runtime\Supervision\Runtime\RuntimeContinue

Inheritance: extends Kraken\Runtime\Supervision\Solver, implements Kraken\Supervision\SolverInterface
Show file Open project: kraken-php/framework

Protected Properties

Property Type Description
$channel Kraken\Channel\ChannelInterface
$requires string[]

Protected Methods

Method Description
construct ( )
destruct ( )
solver ( Erro\Error | Exceptio\Exception $ex, mixed[] $params = [] ) : mixed

Method Details

construct() protected method

protected construct ( )

destruct() protected method

protected destruct ( )

solver() protected method

protected solver ( Erro\Error | Exceptio\Exception $ex, mixed[] $params = [] ) : mixed
$ex Erro\Error | Exceptio\Exception
$params mixed[]
return mixed

Property Details

$channel protected property

protected ChannelInterface,Kraken\Channel $channel
return Kraken\Channel\ChannelInterface

$requires protected property

protected string[] $requires
return string[]