| 1 | <?php |
||
| 7 | class AppDetector implements Detector |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Detect the locale. |
||
| 11 | * |
||
| 12 | * @return string|array|null |
||
| 13 | */ |
||
| 14 | 1 | public function detect() |
|
| 18 | |||
| 19 | /** |
||
| 20 | * Should the detected locale be validated |
||
| 21 | * as a supported locale? |
||
| 22 | * |
||
| 23 | * @return bool |
||
| 24 | */ |
||
| 25 | 1 | public function shouldValidate() |
|
| 29 | } |
||
| 30 |