Prooph\EventSourcing\EventStoreIntegration\AggregateRootDecorator::aggregateId PHP Méthode

aggregateId() protected méthode

protected aggregateId ( ) : string
Résultat string representation of the unique identifier of the aggregate root
    protected function aggregateId()
    {
        throw new \BadMethodCallException('The AggregateRootDecorator does not have an id');
    }