Example #1
0
 public static function limit($limit)
 {
     return Collection::_limit(get_called_class(), $limit);
 }