Prooph\EventSourcing\EventStoreIntegration\AggregateTranslator::extractAggregateId PHP Метод

extractAggregateId() публичный Метод

public extractAggregateId ( object $anEventSourcedAggregateRoot ) : string
$anEventSourcedAggregateRoot object
Результат string
    public function extractAggregateId($anEventSourcedAggregateRoot)
    {
        return (string) $this->getAggregateRootDecorator()->extractAggregateId($anEventSourcedAggregateRoot);
    }