OEModule\OphCiExamination\models\OphCiExamination_ClinicOutcome_Status::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('followup' => 'Show Follow Up Options', 'patientticket' => 'Generate Patient Ticket', 'episode_status_id' => 'Episode Status');
    }