Example #1
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['fullName' => Yii::t('app', 'Full Name')]);
 }