OEModule\OphCoCvi\models\Element_OphCoCvi_ConsentSignature::attributeLabels PHP Метод

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

public attributeLabels ( ) : array
Результат array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('id' => 'ID', 'event_id' => 'Event', 'is_patient' => 'Is patient', 'signature_date' => 'Signature date', 'representative_name' => 'Representative name', 'signature_file_id' => 'Signature File');
    }