| 1 | <?php |
||
| 17 | class MediasListener |
||
| 18 | { |
||
| 19 | public $managerRegistry; |
||
| 20 | public $rootDir; |
||
| 21 | public $resize_parameters; |
||
| 22 | |||
| 23 | public function __construct(ManagerRegistry $managerRegistry, $rootDir, $resize_parameters) |
||
| 29 | |||
| 30 | public function preRemove(LifecycleEventArgs $args) |
||
| 40 | |||
| 41 | public function getSubscribedEvents() |
||
| 47 | } |
||
| 48 |