| 1 | <?php |
||
| 24 | final class ContentListSubscriber implements EventSubscriberInterface |
||
| 25 | { |
||
| 26 | private $contentListService; |
||
| 27 | |||
| 28 | public function __construct(ContentListServiceInterface $contentListService) |
||
| 32 | |||
| 33 | public static function getSubscribedEvents() |
||
| 39 | |||
| 40 | public function postItemAdd(ContentListEvent $contentListEvent) |
||
| 44 | } |
||
| 45 |