PHP Class My\Model\UserWasRenamed

ProophEventSourcing domain events are of the type AggregateChanged
Author: Alexander Miertsch ([email protected])
Inheritance: extends Prooph\EventSourcing\AggregateChanged
Datei anzeigen Open project: prooph/event-sourcing Class Usage Examples

Public Methods

Method Description
newName ( ) : string
oldName ( ) : string

Method Details

newName() public method

public newName ( ) : string
return string

oldName() public method

public oldName ( ) : string
return string