stickyAttributes() public méthode

public stickyAttributes ( )
Exemple #1
0
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['generateQuery']);
 }
 /**
  * {@inheritdoc}
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['baseNs']);
 }
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['relationClassName']);
 }
Exemple #4
0
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['createBaseModel']);
 }
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['queryNs', 'includeTimestampBehavior', 'createdColumnName', 'updatedColumnName']);
 }
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['tableName']);
 }
Exemple #7
0
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['ns', 'db', 'baseClass', 'generateRelations', 'generateLabelsFromComments', 'queryNs', 'queryBaseClass']);
 }
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(array_diff(parent::stickyAttributes(), ['queryNs']), ['includeFilter', 'excludeFilter']);
 }
Exemple #9
0
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['singularModelClass', 'searchNs']);
 }
Exemple #10
0
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['labelField', 'timestampFields']);
 }
Exemple #11
0
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['defaultLanguage', 'tPrefix']);
 }