1 | <?php |
||
14 | class LocaleListener |
||
15 | { |
||
16 | private $requestHelper; |
||
17 | private $locales; |
||
18 | |||
19 | 8 | public function __construct( |
|
26 | |||
27 | /** |
||
28 | * Both events are type-casted as one is deprecated from 4.3, but another not available before this version |
||
29 | * @param GetResponseEvent|RequestEvent $event |
||
30 | */ |
||
31 | 8 | public function onKernelRequest($event) |
|
44 | |||
45 | 7 | private function resolveFromHeaders(Request $request) |
|
56 | } |
||
57 |