/**
  * @param $event
  * @param ArrayCollection $collection
  * @param null $eventArgs
  * @return ArrayCollection|null
  * @throws \Enlight_Event_Exception
  */
 public function collect($event, ArrayCollection $collection, $eventArgs = null)
 {
     return parent::collect($event, $collection, $eventArgs);
 }