namespace Ramsey\Uuid\Type
Object name | File name | Summary |
---|---|---|
Decimal | vendor/ramsey/uuid/src/Type/Decimal.php | A value object representing a decimal |
Hexadecimal | vendor/ramsey/uuid/src/Type/Hexadecimal.php | A value object representing a hexadecimal number |
Integer | vendor/ramsey/uuid/src/Type/Integer.php | A value object representing an integer |
NumberInterface | vendor/ramsey/uuid/src/Type/NumberInterface.php | NumberInterface ensures consistency in numeric values returned by ramsey/uuid |
Time | vendor/ramsey/uuid/src/Type/Time.php | A value object representing a timestamp |
TypeInterface | vendor/ramsey/uuid/src/Type/TypeInterface.php | TypeInterface ensures consistency in typed values returned by ramsey/uuid |