Prooph\EventSourcing\AggregateChanged::aggregateId PHP Метод

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

public aggregateId ( ) : string
Результат string
    public function aggregateId()
    {
        return $this->metadata['aggregate_id'];
    }