OEModule\OphCiExamination\components\VisualOutcomeReport::__construct PHP Method

__construct() public method

public __construct ( $app )
$app
    public function __construct($app)
    {
        $this->months = $app->getRequest()->getQuery('months', 4);
        $this->method = $app->getRequest()->getQuery('method', 'best');
        $this->type = $app->getRequest()->getQuery('type', 'distance');
        parent::__construct($app);
    }