Prooph\EventSourcing\EventStoreIntegration\AggregateRootDecorator::extractAggregateId PHP 메소드

extractAggregateId() 공개 메소드

public extractAggregateId ( AggregateRoot $anAggregateRoot ) : string
$anAggregateRoot Prooph\EventSourcing\AggregateRoot
리턴 string
    public function extractAggregateId(AggregateRoot $anAggregateRoot)
    {
        return $anAggregateRoot->aggregateId();
    }