| Total Complexity | 7 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class EloquentSituationProvider implements ForgettableSituation |
||
| 8 | { |
||
| 9 | 121 | public function getListener() |
|
| 10 | { |
||
| 11 | 121 | return EloquentEventsListener::class; |
|
| 12 | } |
||
| 13 | |||
| 14 | 121 | public function getSituationProvider() |
|
| 17 | } |
||
| 18 | |||
| 19 | 121 | public function getForgetKey() |
|
| 20 | { |
||
| 21 | 121 | return 'eloquentChecks'; |
|
| 22 | } |
||
| 23 | |||
| 24 | 14 | public static function getForgetMethods() |
|
| 27 | } |
||
| 28 | |||
| 29 | 5 | public static function getForgetArgs($method, $args) |
|
| 37 | } |
||
| 38 | |||
| 39 | 121 | public function getMethods() |
|
| 47 | ]; |
||
| 48 | } |
||
| 50 |