Skip to content

EventName


  • Full name: \Codefy\Domain\EventSourcing\EventName

Properties

name

protected ?\Qubus\ValueObjects\StringLiteral\StringLiteral $name

event

public \Codefy\Domain\EventSourcing\DomainEvent $event

Methods

__construct

public __construct(\Codefy\Domain\EventSourcing\DomainEvent $event): mixed

Parameters:

Parameter Type Description
$event \Codefy\Domain\EventSourcing\DomainEvent

__toString

public __toString(): string

parseName

private parseName(): \Qubus\ValueObjects\StringLiteral\StringLiteral