예제 #1
0
 /**
  * @inheritDoc
  */
 public function behaviors()
 {
     return ArrayHelper::merge(parent::behaviors(), [Item::SortBehavior => ['class' => ActiveQueryBehavior::class]]);
 }