Prooph\EventSourcing\EventStoreIntegration\AggregateRootDecorator::replayStreamEvents PHP Method

replayStreamEvents() public method

public replayStreamEvents ( AggregateRoot $aggregateRoot, Iterator $events )
$aggregateRoot Prooph\EventSourcing\AggregateRoot
$events Iterator
    public function replayStreamEvents(AggregateRoot $aggregateRoot, Iterator $events)
    {
        $aggregateRoot->replay($events);
    }