OEModule\OphCiExamination\components\RefractiveOutcomeReport::renderSearch PHP Method

renderSearch() public method

public renderSearch ( ) : mixed | string
return mixed | string
    public function renderSearch()
    {
        return $this->app->controller->renderPartial($this->searchTemplate, array('report' => $this, 'procedures' => $this->cataractProcedures()));
    }