attributeLabels() public method

public attributeLabels ( )
Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['generateModelClass' => 'Generate Model Class']);
 }
Exemplo n.º 2
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['tableNameHelper' => '选择数据库表']);
 }
Exemplo n.º 3
0
 /**
  * {@inheritdoc}
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['ns' => 'Namespace for user model', 'baseNs' => 'Namespace for base model']);
 }
Exemplo n.º 4
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['createType' => 'Creation Mode', 'saveDocType' => 'Save DocBlock to']);
 }
Exemplo n.º 5
0
 /** @inheritdoc */
 public function hints()
 {
     return array_merge(parent::attributeLabels(), ['relationsInMain' => 'By default relations are saved in abstract model.']);
 }
Exemplo n.º 6
0
 /**
  * {@inheritdoc}
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['generateModelClass' => 'Generate Model Class', 'generateHintsFromComments' => 'Generate Hints from DB Comments']);
 }
Exemplo n.º 7
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['createBaseModel' => 'Create base model', 'hideExistingBaseModel' => 'Hide existing base models']);
 }
Exemplo n.º 8
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return ArrayHelper::merge(parent::attributeLabels(), ['tableName' => 'Table pattern', 'relationClassName' => 'Relation class']);
 }
Exemplo n.º 9
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['ns' => 'Default Namespace', 'db' => 'Database Connection ID', 'tableName' => 'Table Name', 'modelClass' => 'Model Class', 'baseClass' => 'Base Class', 'generateRelations' => 'Generate Relations', 'generateLabelsFromComments' => 'Generate Labels from DB Comments']);
 }
Exemplo n.º 10
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['ns' => 'Namespace', 'db' => 'Database Connection ID', 'tableName' => 'Table Name', 'modelClass' => 'Model Class', 'baseClass' => 'Base Class', 'generateRelations' => 'Generate Relations', 'generateLabelsFromComments' => 'Generate Labels from DB Comments', 'generateQuery' => 'Generate ActiveQuery', 'queryNs' => 'ActiveQuery Namespace', 'queryClass' => 'ActiveQuery Class', 'queryBaseClass' => 'ActiveQuery Base Class', 'useSchemaName' => 'Use Schema Name']);
 }
Exemplo n.º 11
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), []);
 }
Exemplo n.º 12
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['useMessages' => 'Use Messages']);
 }
Exemplo n.º 13
0
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['iconName' => 'Font-Awesome icon-name']);
 }
Exemplo n.º 14
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['singularModelClass' => 'Singular Model Class', 'searchModelClass' => 'Search Model Class', 'searchNs' => 'ActiveSearch Namespace']);
 }
Exemplo n.º 15
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['labelField' => 'Label Field', 'timestampFields' => 'Timestamp Fields']);
 }
Exemplo n.º 16
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['generateExtendedModelClass' => 'Generate Extended Model Class', 'generateNMRelatedFunction' => 'Generate getColumnFromRelation function']);
 }