コード例 #1
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('precisionLength' => Zurmo::t('DesignerModule', 'Precision')));
 }
コード例 #2
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), array('minValue' => Zurmo::t('DesignerModule', 'Minimum Value'), 'maxValue' => Zurmo::t('DesignerModule', 'Maximum Value')));
 }