- Full name:
\App\Domain\Product\Event\ProductShowInMenuWasChanged - Parent class:
AggregateChanged - This class is marked as final and can't be subclassed
- This class is a Final class
Properties
id
showInMenu
Methods
withData
public static withData(\App\Domain\Product\ValueObject\ProductId $id, \Qubus\ValueObjects\Number\IntegerNumber $showInMenu): \App\Domain\Product\Event\ProductShowInMenuWasChanged|\Codefy\Domain\EventSourcing\DomainEvent|\Codefy\Domain\EventSourcing\AggregateChanged
- This method is static. Parameters:
| Parameter | Type | Description |
|---|---|---|
$id |
\App\Domain\Product\ValueObject\ProductId | |
$showInMenu |
\Qubus\ValueObjects\Number\IntegerNumber |
productId
Throws:
productShowInMenu
Throws: