Example #1
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['controllerID' => 'Controller ID', 'moduleID' => 'Module ID']);
 }
Example #2
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['modelClassHelper' => '选择Model', 'controllerNameSpaceHelper' => '选择controller']);
 }
Example #3
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['generateControllerClass' => 'Generate Controller Class']);
 }
Example #4
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['saveAndReturn' => 'Implement "Save" / "Save and return"', 'saveMultiple' => 'Save related models']);
 }
Example #5
0
 /**
  * @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']);
 }
Example #6
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['baseModelClass' => 'Base Model Class']);
 }
Example #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']);
 }
Example #8
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['contextClass' => 'Context Class']);
 }
Example #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']);
 }