コード例 #1
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('dynamicClauses' => Zurmo::t('Core', 'Advanced Search Rows'), 'dynamicStructure' => Zurmo::t('Core', 'Search Operator')));
 }
コード例 #2
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('anyEmail' => Zurmo::t('ZurmoModule', 'Any Email Address'), 'fullName' => Zurmo::t('Core', 'Name')));
 }
コード例 #3
0
 /**
  * @return array
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('workflowName' => Zurmo::t('WorkflowsModule', 'Workflow Name')));
 }