attributeLabels() public method

If not declared here, an attribute would have a label that is the same as its name with the first letter in upper case.
public attributeLabels ( )
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('required' => Zurmo::t('ContactWebFormsModule', 'Required?'), 'hidden' => Zurmo::t('ContactWebFormsModule', 'Hidden?')));
 }
Ejemplo n.º 2
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('contactStatesData' => Zurmo::t('ContactsModule', 'Contact Statuses'), 'startingStateOrder' => Zurmo::t('ContactsModule', 'Starting Status'), 'contactStatesLablsa' => Zurmo::t('ContactsModule', 'Contact Status Translated Labels')));
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('defaultValueCalculationType' => Zurmo::t('ZurmoModule', 'Default Value')));
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('mappingData' => Zurmo::t('DesignerModule', 'Dependency Mapping')));
 }
Ejemplo n.º 5
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('maxLength' => Zurmo::t('DesignerModule', 'Maximum Length')));
 }
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('formula' => Zurmo::t('DesignerModule', 'Formula')));
 }
Ejemplo n.º 7
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('customFieldDataData' => Zurmo::t('DesignerModule', 'Pick List Values'), 'customFieldDataLabels' => Zurmo::t('DesignerModule', 'Pick List Value Translations'), 'defaultValueOrder' => Zurmo::t('DesignerModule', 'Default Value')));
 }