Ergo\Routing\FilteredController::__construct PHP Method

__construct() public method

Constructor
public __construct ( $controller )
    public function __construct($controller)
    {
        $this->_controller = $controller;
    }