1 | <?php |
||
11 | class CommentListener{ |
||
12 | |||
13 | |||
14 | public $container; |
||
15 | public $entity; |
||
16 | public $fos_user; |
||
17 | public $class; |
||
18 | public $managerRegistry; |
||
19 | public $depth; |
||
20 | |||
21 | |||
22 | public function __construct(ManagerRegistry $managerRegistry, $class, $fos_user_class, $depth) |
||
29 | |||
30 | |||
31 | public function preRemove(LifecycleEventArgs $args) |
||
41 | |||
42 | |||
43 | public function getSubscribedEvents() |
||
49 | |||
50 | } |
||
51 |