示例#1
0
文件: Record.php 项目: vfokov/tims2
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['fullName' => Yii::t('app', 'Full Name')]);
 }