1 | <?php |
||
18 | class OldIpVoter extends BaseIpVoter |
||
19 | { |
||
20 | protected $environment; |
||
21 | protected $container; |
||
22 | protected $im; |
||
23 | protected $rm; |
||
24 | |||
25 | public function __construct($environment, ContainerInterface $container, IpManagerInterface $im, RangeManagerInterface $rm) |
||
32 | |||
33 | protected function getRequest() |
||
37 | |||
38 | protected function getEnvironment() |
||
42 | |||
43 | protected function getIpManager() |
||
47 | |||
48 | protected function getRangeManager() |
||
52 | } |
||
53 |