Repo2\QueryReactor\Reactor::__construct PHP Method

__construct() public method

public __construct ( Repo2\QueryReactor\Driver $driver, Repo2\QueryReactor\Controller $controller )
$driver Repo2\QueryReactor\Driver
$controller Repo2\QueryReactor\Controller
    public function __construct(Driver $driver, Controller $controller)
    {
        $this->driver = $driver;
        $this->controller = $controller;
        $this->active = new \SplObjectStorage();
    }