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

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('id' => 'ID', 'event_id' => 'Event', 'injection_status_id' => 'Injection', 'injection_deferralreason_id' => 'Injection deferral reason', 'injection_deferralreason_other' => 'Injection deferral reason');
    }