コード例 #1
0
ファイル: Generator.php プロジェクト: cakpep/yii2-gii-easyui
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['controllerID' => 'Controller ID', 'moduleID' => 'Module ID']);
 }
コード例 #2
0
ファイル: Generator.php プロジェクト: oyoy8629/yii-core
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['modelClassHelper' => '选择Model', 'controllerNameSpaceHelper' => '选择controller']);
 }
コード例 #3
0
ファイル: Generator.php プロジェクト: pafnow/yii2-giiant
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['generateControllerClass' => 'Generate Controller Class']);
 }
コード例 #4
0
ファイル: Generator.php プロジェクト: guillemc/yii2starter
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['saveAndReturn' => 'Implement "Save" / "Save and return"', 'saveMultiple' => 'Save related models']);
 }
コード例 #5
0
ファイル: Generator.php プロジェクト: luobenyu/blog-1
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['modelClass' => 'Model Class', 'moduleID' => 'Module ID', 'controllerClass' => 'Controller Class', 'baseControllerClass' => 'Base Controller Class', 'indexWidgetType' => 'Widget Used in Index Page', 'searchModelClass' => 'Search Model Class']);
 }
コード例 #6
0
ファイル: Generator.php プロジェクト: tolik505/bl
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['baseModelClass' => 'Base Model Class']);
 }
コード例 #7
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['db' => 'Database Connection ID', 'generateView' => 'Generate code related with model\'s View', 'useSummernoteOnTextFields' => 'Use Summernote text editor on "TEXT" fields', 'useSelect2ForHasManyRelations' => 'Use Select2 on form to select multiples items from a Many Relation']);
 }
コード例 #8
0
ファイル: Generator.php プロジェクト: ASP96/admin
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['contextClass' => 'Context Class']);
 }
コード例 #9
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['modelClass' => 'Model Class', 'controllerClass' => 'Controller Class', 'viewPath' => 'View Path', 'baseControllerClass' => 'Base Controller Class', 'indexWidgetType' => 'Widget Used in Index Page', 'searchModelClass' => 'Search Model Class', 'addingI18NStrings' => 'Adding I18N Strings', 'generateRelationsFields' => 'Generate Relations Fields', 'icon' => 'Icon css class']);
 }