コード例 #1
0
ファイル: WidgetRenderable.php プロジェクト: skeeks-cms/cms
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['viewFile' => \Yii::t('skeeks/cms', 'File-template')]);
 }
コード例 #2
0
ファイル: TextCmsWidget.php プロジェクト: skeeks-cms/cms
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['text' => 'Текст']);
 }