function Uuid::getFields
Overrides UuidInterface::getFields
2 calls to Uuid::getFields()
- UuidV2::getLocalDomain in vendor/
ramsey/ uuid/ src/ Rfc4122/ UuidV2.php - Returns the local domain used to create this version 2 UUID
- UuidV2::getLocalIdentifier in vendor/
ramsey/ uuid/ src/ Rfc4122/ UuidV2.php - Returns the local identifier for the domain used to create this version 2 UUID
File
-
vendor/
ramsey/ uuid/ src/ Uuid.php, line 375
Class
- Uuid
- Uuid provides constants and static methods for working with and generating UUIDs
Namespace
Ramsey\UuidCode
public function getFields() : FieldsInterface {
return $this->fields;
}