Kraken\Supervision\SolverComposite::__construct PHP Method

__construct() public method

public __construct ( Kraken\Supervision\SolverInterface[] $handlers = [] )
$handlers Kraken\Supervision\SolverInterface[]
    public function __construct($handlers = [])
    {
        $this->handlers = $handlers;
        $this->construct();
    }