| 1 | <?php namespace Arcanedev\Localization\Entities; |
||
| 11 | class SupportedLocaleCollection extends Collection |
||
| 12 | { |
||
| 13 | /* ----------------------------------------------------------------- |
||
| 14 | | Main Methods |
||
| 15 | | ----------------------------------------------------------------- |
||
| 16 | */ |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Transform the collection with only locale's native name. |
||
| 20 | * |
||
| 21 | * @return \Illuminate\Support\Collection |
||
| 22 | */ |
||
| 23 | public function toNative() |
||
| 29 | } |
||
| 30 |