Example #1
0
 /** @inheritdoc */
 public function behaviors()
 {
     return ['timestampBehavior' => ['class' => TimestampBehavior::className()], 'blameableBehavior' => ['class' => BlameableBehavior::className()], 'sortableBehavior' => ['class' => SortableModel::className()]];
 }
Example #2
0
 public function behaviors()
 {
     return [SortableModel::className()];
 }