OEModule\OphCoCvi\controllers\DefaultController::getDisorderSections PHP Méthode

getDisorderSections() public méthode

Simple wrapper to get the disorder sections that should be rendered in the event form.
public getDisorderSections ( ) : mixed
Résultat mixed
    public function getDisorderSections()
    {
        return models\OphCoCvi_ClinicalInfo_Disorder_Section::model()->active()->findAll();
    }