Example #1
0
 public function limit($limit)
 {
     $this->original->limit($limit);
     return $this;
 }