stickyAttributes() public method

public stickyAttributes ( )
示例#1
0
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['generateQuery']);
 }
 /**
  * {@inheritdoc}
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['baseNs']);
 }
示例#3
0
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['relationClassName']);
 }
示例#4
0
文件: Generator.php 项目: tolik505/bl
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['createBaseModel']);
 }
示例#5
0
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['queryNs', 'includeTimestampBehavior', 'createdColumnName', 'updatedColumnName']);
 }
示例#6
0
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['tableName']);
 }
示例#7
0
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['ns', 'db', 'baseClass', 'generateRelations', 'generateLabelsFromComments', 'queryNs', 'queryBaseClass']);
 }
示例#8
0
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(array_diff(parent::stickyAttributes(), ['queryNs']), ['includeFilter', 'excludeFilter']);
 }
示例#9
0
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['singularModelClass', 'searchNs']);
 }
示例#10
0
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['labelField', 'timestampFields']);
 }
示例#11
0
 /**
  * @inheritdoc
  */
 public function stickyAttributes()
 {
     return array_merge(parent::stickyAttributes(), ['defaultLanguage', 'tPrefix']);
 }