Example #1
0
 /**
  * {@inheritdoc}
  */
 public function update(EventInterface $originalEvent, EventInterface $updatedEvent)
 {
     $this->events = $this->strategy->update($originalEvent, $updatedEvent, $this->events);
     $this->checkCursor();
 }
 /**
  * {@inheritdoc}
  */
 public function update(EventInterface $originalEvent, EventInterface $updatedEvent, array $events)
 {
     return $this->innerStrategy->update($originalEvent, $updatedEvent, $events);
 }