Ejemplo n.º 1
0
 /**
  * Return whether any sort rules were applied to this query
  *
  * @return  bool
  */
 public function hasOrder()
 {
     return $this->query->hasOrder();
 }