Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class UserValidatedSubscriber extends AbstractUserSubscriber implements EventSubscriberInterface |
||
10 | { |
||
11 | |||
12 | |||
13 | public function validateUser(UserValidatedEvent $event) |
||
19 | } |
||
20 | |||
21 | public function sendFlash() |
||
24 | } |
||
25 | |||
26 | |||
27 | /** |
||
28 | * @return array The event names to listen to |
||
29 | */ |
||
30 | public static function getSubscribedEvents() |
||
40 | } |