| Total Complexity | 4 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 5 | class ViewSituationProvider |
||
| 6 | { |
||
| 7 | 113 | public function getListener() |
|
| 8 | { |
||
| 9 | 113 | return ViewEventListener::class; |
|
| 10 | } |
||
| 11 | |||
| 12 | 113 | public function getSituationProvider() |
|
| 15 | } |
||
| 16 | |||
| 17 | 113 | public function getForgetKey() |
|
| 20 | } |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @return array |
||
| 24 | */ |
||
| 25 | 113 | public function getMethods(): array |
|
| 32 |