Element_OphTrConsent_Procedure::attributeLabels PHP Метод

attributeLabels() публичный Метод

public attributeLabels ( ) : array
Результат 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');
    }