Ergo\Middleware::__construct PHP Method

__construct() public method

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