Example #1
0
 /**
  * {@inheritdoc}
  */
 public function ksortQuery($sort = SORT_REGULAR)
 {
     return $this->withProperty('query', $this->query->ksort($sort));
 }