Rfc4122\UuidInterface

interface Ramsey\Uuid\Rfc4122\UuidInterface

Implements Ramsey\Uuid\UuidInterface.

Rfc4122UuidInterface represents an RFC 4122 UUID. In addition to the methods defined on the interface, this interface additionally defines the following methods.

getFields()
Returns

The fields that comprise this UUID.

Return type

Ramsey\Uuid\Rfc4122\FieldsInterface

getUrn()
Returns

The string standard representation of the UUID as a URN.

Return type

string