stickyAttributes() public method

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