AggregateType
- Full name:
\Codefy\Domain\Aggregate\AggregateType - This class is marked as final and can't be subclassed
- This class is a Final class
Methods
fromClassName
Convert class name to a delimited string.
public static fromClassName(class-string $className, callable|null $callback = null, string $delimiter = '-'): string
- This method is static. Parameters:
| Parameter | Type | Description |
|---|---|---|
$className | class-string | |
$callback | callable|null | |
$delimiter | string |