Пример #1
0
 /**
  * Returns all events in order or sequence for a given stream.
  *
  * @param Stream $stream
  *
  * @return Stream\Event[]
  */
 public function fetchEvents(Stream $stream)
 {
     return $this->storage->fetchEventsForStream($stream);
 }