class UuidV6
Same name in this branch
- 11.1.x vendor/ramsey/uuid/src/Nonstandard/UuidV6.php \Ramsey\Uuid\Nonstandard\UuidV6
Reordered time, or version 6, UUIDs include timestamp, clock sequence, and node values that are combined into a 128-bit unsigned integer
@link https://datatracker.ietf.org/doc/html/draft-ietf-uuidrev-rfc4122bis-00#… UUID Version 6
@psalm-immutable
Hierarchy
- class \Ramsey\Uuid\Uuid implements \Ramsey\Uuid\UuidInterface uses \Ramsey\Uuid\DeprecatedUuidMethodsTrait
- class \Ramsey\Uuid\Nonstandard\UuidV6 extends \Ramsey\Uuid\Uuid implements \Ramsey\Uuid\Rfc4122\UuidInterface uses \Ramsey\Uuid\Rfc4122\TimeTrait
- class \Ramsey\Uuid\Rfc4122\UuidV6 extends \Ramsey\Uuid\Nonstandard\UuidV6 implements \Ramsey\Uuid\Rfc4122\UuidInterface
- class \Ramsey\Uuid\Nonstandard\UuidV6 extends \Ramsey\Uuid\Uuid implements \Ramsey\Uuid\Rfc4122\UuidInterface uses \Ramsey\Uuid\Rfc4122\TimeTrait
Expanded class hierarchy of UuidV6
1 file declares its use of UuidV6
- LazyUuidFromString.php in vendor/
ramsey/ uuid/ src/ Lazy/ LazyUuidFromString.php
File
-
vendor/
ramsey/ uuid/ src/ Rfc4122/ UuidV6.php, line 27
Namespace
Ramsey\Uuid\Rfc4122View source
final class UuidV6 extends NonstandardUuidV6 implements UuidInterface {
}