Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function skip($num)
 {
     $this->cursor->skip($num);
     return $this;
 }