Example #1
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['customerName' => Yii::t('app', 'Customer'), 'customerAdminName' => Yii::t('app', 'Customer')]);
 }