/**
  * @inheritDoc
  */
 public function behaviors()
 {
     return ArrayHelper::merge(parent::behaviors(), ['sort' => ['class' => SortQueryBehavior::class]]);
 }
コード例 #2
0
ファイル: CommentQuery.php プロジェクト: tolik505/bl
 /**
  * @inheritdoc
  */
 public function behaviors()
 {
     return ArrayHelper::merge(parent::behaviors(), [NestedSetsQueryBehavior::className()]);
 }