PHP Class Kraken\Runtime\Supervision\SolverFactory

Inheritance: extends Kraken\Util\Factory\Factory, implements Kraken\Supervision\SolverFactoryInterface
Show file Open project: kraken-php/framework Class Usage Examples

Protected Properties

Property Type Description
$runtime Kraken\Runtime\RuntimeContainerInterface

Public Methods

Method Description
__construct ( Kraken\Runtime\RuntimeContainerInterface $runtime )
__destruct ( )

Private Methods

Method Description
registerHandler ( string $name, $class )

Method Details

__construct() public method

public __construct ( Kraken\Runtime\RuntimeContainerInterface $runtime )
$runtime Kraken\Runtime\RuntimeContainerInterface

__destruct() public method

public __destruct ( )

Property Details

$runtime protected property

protected RuntimeContainerInterface,Kraken\Runtime $runtime
return Kraken\Runtime\RuntimeContainerInterface