| 1 | <?php |
||
| 18 | class IpVoter extends BaseIpVoter |
||
| 19 | { |
||
| 20 | protected $environment; |
||
| 21 | protected $request_stack; |
||
| 22 | protected $im; |
||
| 23 | protected $rm; |
||
| 24 | |||
| 25 | public function __construct($environment, RequestStack $request_stack, 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 |