Element_OphTrOperationnote_Anaesthetic::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', 'agents' => 'Agents', 'anaesthetic_type_id' => 'Type', 'anaesthetic_witness_id' => 'Witness', 'anaesthetist_id' => 'Given by', 'anaesthetic_delivery_id' => 'Delivery', 'anaesthetic_comment' => 'Comments');
    }