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