Example #1
0
 /**
  * {@inheritdoc}
  */
 public function sort($fields)
 {
     $this->cursor->sort($fields);
     return $this;
 }