示例#1
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['viewFile' => \Yii::t('skeeks/cms', 'File-template')]);
 }
示例#2
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['text' => 'Текст']);
 }