Ergo\Routing\FilteredController::__construct PHP 메소드

__construct() 공개 메소드

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