function UuidInterface::getFields
Returns the fields that comprise this UUID
2 methods override UuidInterface::getFields()
- LazyUuidFromString::getFields in vendor/
ramsey/ uuid/ src/ Lazy/ LazyUuidFromString.php - Returns the fields that comprise this UUID
- Uuid::getFields in vendor/
ramsey/ uuid/ src/ Uuid.php - Returns the fields that comprise this UUID
File
-
vendor/
ramsey/ uuid/ src/ UuidInterface.php, line 76
Class
- UuidInterface
- A UUID is a universally unique identifier adhering to an agreed-upon representation format and standard for generation
Namespace
Ramsey\UuidCode
public function getFields() : FieldsInterface;