interface FieldsInterface
Same name in this branch
- 11.1.x vendor/ramsey/uuid/src/Rfc4122/FieldsInterface.php \Ramsey\Uuid\Rfc4122\FieldsInterface
UUIDs are comprised of unsigned integers, the bytes of which are separated into fields and arranged in a particular layout defined by the specification for the variant
@psalm-immutable
Hierarchy
- interface \Ramsey\Uuid\Fields\FieldsInterface extends \Serializable
Expanded class hierarchy of FieldsInterface
All classes that implement FieldsInterface
4 files declare their use of FieldsInterface
- FieldsInterface.php in vendor/
ramsey/ uuid/ src/ Rfc4122/ FieldsInterface.php - LazyUuidFromString.php in vendor/
ramsey/ uuid/ src/ Lazy/ LazyUuidFromString.php - Uuid.php in vendor/
ramsey/ uuid/ src/ Uuid.php - UuidInterface.php in vendor/
ramsey/ uuid/ src/ UuidInterface.php
File
-
vendor/
ramsey/ uuid/ src/ Fields/ FieldsInterface.php, line 26
Namespace
Ramsey\Uuid\FieldsView source
interface FieldsInterface extends Serializable {
/**
* Returns the bytes that comprise the fields
*/
public function getBytes() : string;
}
Members
Title Sort descending | Modifiers | Object type | Summary |
---|---|---|---|
FieldsInterface::getBytes | public | function | Returns the bytes that comprise the fields |