Ergo\Routing\RoutedController::__construct PHP Метод

__construct() публичный Метод

public __construct ( $router = null )
    public function __construct($router = null)
    {
        $this->_filterChain = new RequestFilterChain();
        $this->_router = isset($params['router']) ? $params['router'] : new Router();
    }