Ergo\Routing\RedirectController::__construct PHP Method

__construct() public method

public __construct ( $route )
    public function __construct($route)
    {
        $this->_route = $route;
    }
RedirectController