Methods |
public
|
__construct(?string $ulid = null)
|
#
|
public
static
|
isValid(string $ulid): bool
Whether the passed value is valid for the constructor of the current class.
Whether the passed value is valid for the constructor of the current class.
Implements
|
#
|
public
static
|
fromString(string $ulid): static
Creates an AbstractUid from an identifier represented in any of the supported formats.
Creates an AbstractUid from an identifier represented in any of the supported formats.
Implements
|
#
|
public
|
toBinary(): string
Returns the identifier as a raw binary string.
Returns the identifier as a raw binary string.
Implements
|
#
|
public
|
toBase32(): string
Returns the identifier as a base32 case insensitive string.
Returns the identifier as a base32 case insensitive string.
Overrides
|
#
|
public
|
getDateTime(): DateTimeImmutable
|
#
|
public
static
|
generate(?DateTimeInterface $time = null): string
|
#
|