| 1 | <?php namespace Arcanedev\GeoIP\Entities;  | 
            ||
| 11 | class Continents extends Collection  | 
            ||
| 12 | { | 
            ||
| 13 | /* ------------------------------------------------------------------------------------------------  | 
            ||
| 14 | | Constructor  | 
            ||
| 15 | | ------------------------------------------------------------------------------------------------  | 
            ||
| 16 | */  | 
            ||
| 17 | /**  | 
            ||
| 18 | * Make the continents collection.  | 
            ||
| 19 | *  | 
            ||
| 20 | * @param array $items  | 
            ||
| 21 | *  | 
            ||
| 22 | * @return self  | 
            ||
| 23 | */  | 
            ||
| 24 | 84 | public static function make($items = [])  | 
            |
| 30 | }  | 
            ||
| 31 |