Element_OphTrConsent_Procedure::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', 'eye_id' => 'Eye', 'procedures' => 'Procedures', 'anaesthetic_type_id' => 'Anaesthetic type', 'add_procs' => 'Additional procedures');
    }