Dietcube\Events\FilterResponseEvent::__construct PHP Method

__construct() public method

public __construct ( Application $app, Response $response )
$app Dietcube\Application
$response Dietcube\Response
    public function __construct(Application $app, Response $response)
    {
        $this->app = $app;
        $this->response = $response;
    }