fetchEventData() public method

Internal method to fetch event data.
public fetchEventData ( $date ) : array
$date
return array hashmap with 'data' containing unfiltered DOM of xml atom feed of events, 'nextMillis' is the next timestamp if there are more events to be found, false otherwise.
 /**
  * {@inheritDoc}
  */
 public function fetchEventData($date)
 {
     return $this->transport->fetchEventData($date);
 }