Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function limit($num)
 {
     $this->cursor->limit($num);
     return $this;
 }