OEModule\OphCoCvi\models\Element_OphCoCvi_ClericalInfo::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', 'employment_status_id' => 'Employment status', 'preferred_info_fmt_id' => 'Preferred information format', 'info_email' => 'Info email', 'contact_urgency_id' => 'Contact urgency', 'preferred_language_id' => 'Preferred language', 'social_service_comments' => 'Social service comments');
    }