Methods |
public
|
getNumberConverter(): NumberConverterInterface
Deprecated
This method will be removed in 5.0.0. There is no alternative
recommendation, so plan accordingly.
|
#
|
public
|
getFieldsHex(): string[]
Deprecated
Use {@see UuidInterface::getFields()} to get a
{@see FieldsInterface} instance.
|
#
|
public
|
getClockSeqHiAndReservedHex(): string
Deprecated
Use {@see UuidInterface::getFields()} to get a
{@see FieldsInterface} instance. If it is a
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface} instance, you may call
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface::getClockSeqHiAndReserved()}.
|
#
|
public
|
getClockSeqLowHex(): string
Deprecated
Use {@see UuidInterface::getFields()} to get a
{@see FieldsInterface} instance. If it is a
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface} instance, you may call
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface::getClockSeqLow()}.
|
#
|
public
|
getClockSequenceHex(): string
Deprecated
Use {@see UuidInterface::getFields()} to get a
{@see FieldsInterface} instance. If it is a
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface} instance, you may call
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface::getClockSeq()}.
|
#
|
public
|
getDateTime(): DateTimeInterface
Deprecated
In ramsey/uuid version 5.0.0, this will be removed from the
interface. It is available at {@see UuidV1::getDateTime()}.
|
#
|
public
|
getLeastSignificantBitsHex(): string
Deprecated
This method will be removed in 5.0.0. There is no direct
alternative, but the same information may be obtained by splitting
in half the value returned by {@see UuidInterface::getHex()}.
|
#
|
public
|
getMostSignificantBitsHex(): string
Deprecated
This method will be removed in 5.0.0. There is no direct
alternative, but the same information may be obtained by splitting
in half the value returned by {@see UuidInterface::getHex()}.
|
#
|
public
|
getNodeHex(): string
Deprecated
Use {@see UuidInterface::getFields()} to get a
{@see FieldsInterface} instance. If it is a
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface} instance, you may call
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface::getNode()}.
|
#
|
public
|
getTimeHiAndVersionHex(): string
Deprecated
Use {@see UuidInterface::getFields()} to get a
{@see FieldsInterface} instance. If it is a
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface} instance, you may call
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface::getTimeHiAndVersion()}.
|
#
|
public
|
getTimeLowHex(): string
Deprecated
Use {@see UuidInterface::getFields()} to get a
{@see FieldsInterface} instance. If it is a
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface} instance, you may call
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface::getTimeLow()}.
|
#
|
public
|
getTimeMidHex(): string
Deprecated
Use {@see UuidInterface::getFields()} to get a
{@see FieldsInterface} instance. If it is a
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface} instance, you may call
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface::getTimeMid()}.
|
#
|
public
|
getTimestampHex(): string
Deprecated
Use {@see UuidInterface::getFields()} to get a
{@see FieldsInterface} instance. If it is a
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface} instance, you may call
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface::getTimestamp()}.
|
#
|
public
|
getVariant(): ?int
Deprecated
Use {@see UuidInterface::getFields()} to get a
{@see FieldsInterface} instance. If it is a
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface} instance, you may call
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface::getVariant()}.
|
#
|
public
|
getVersion(): ?int
Deprecated
Use {@see UuidInterface::getFields()} to get a
{@see FieldsInterface} instance. If it is a
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface} instance, you may call
{@see \Ramsey\Uuid\Rfc4122\FieldsInterface::getVersion()}.
|
#
|