Prooph\EventSourcing\AggregateChanged::aggregateId PHP 메소드

aggregateId() 공개 메소드

public aggregateId ( ) : string
리턴 string
    public function aggregateId()
    {
        return $this->metadata['aggregate_id'];
    }