Esempio n. 1
0
 /**
  * @inheritdoc
  */
 public function behaviors()
 {
     return [TimestampBehavior::className(), BlameableBehavior::className(), TaggableBehavior::className(), SearchBehavior::className(), NestedSetsBehavior::className(), ['class' => VersionBehavior::className(), 'attributes' => ['title', 'alias', 'preview_text', 'detail_text', 'metakey', 'metadesc']]];
 }
Esempio n. 2
0
 /**
  * @inheritdoc
  */
 public function behaviors()
 {
     return [TimestampBehavior::className(), BlameableBehavior::className(), NestedSetsBehavior::className()];
 }