DeprecatedUuidMethodsTrait
This trait encapsulates deprecated methods for ramsey/uuid; this trait and its methods will be removed in ramsey/uuid 5.0.0.
Tags
Table of Contents
- $fields : FieldsInterface
- $numberConverter : NumberConverterInterface
- $timeConverter : TimeConverterInterface
- getClockSeqHiAndReserved() : string
- getClockSeqHiAndReservedHex() : string
- getClockSeqLow() : string
- getClockSeqLowHex() : string
- getClockSequence() : string
- getClockSequenceHex() : string
- getDateTime() : DateTimeImmutable
- getFieldsHex() : array<string|int, string>
- getLeastSignificantBits() : string
- getLeastSignificantBitsHex() : string
- getMostSignificantBits() : string
- getMostSignificantBitsHex() : string
- getNode() : string
- getNodeHex() : string
- getNumberConverter() : NumberConverterInterface
- getTimeHiAndVersion() : string
- getTimeHiAndVersionHex() : string
- getTimeLow() : string
- getTimeLowHex() : string
- getTimeMid() : string
- getTimeMidHex() : string
- getTimestamp() : string
- getTimestampHex() : string
- getUrn() : string
- getVariant() : int|null
- getVersion() : int|null
Properties
$fields
protected
FieldsInterface
$fields
$numberConverter
protected
NumberConverterInterface
$numberConverter
$timeConverter
protected
TimeConverterInterface
$timeConverter
Methods
getClockSeqHiAndReserved()
public
getClockSeqHiAndReserved() : string
Tags
Return values
string —getClockSeqHiAndReservedHex()
public
getClockSeqHiAndReservedHex() : string
Tags
Return values
string —getClockSeqLow()
public
getClockSeqLow() : string
Tags
Return values
string —getClockSeqLowHex()
public
getClockSeqLowHex() : string
Tags
Return values
string —getClockSequence()
public
getClockSequence() : string
Tags
Return values
string —getClockSequenceHex()
public
getClockSequenceHex() : string
Tags
Return values
string —getDateTime()
public
getDateTime() : DateTimeImmutable
Tags
Return values
DateTimeImmutable —An immutable instance of DateTimeInterface
getFieldsHex()
public
getFieldsHex() : array<string|int, string>
Tags
Return values
array<string|int, string> —getLeastSignificantBits()
public
getLeastSignificantBits() : string
Tags
Return values
string —getLeastSignificantBitsHex()
public
getLeastSignificantBitsHex() : string
Tags
Return values
string —getMostSignificantBits()
public
getMostSignificantBits() : string
Tags
Return values
string —getMostSignificantBitsHex()
public
getMostSignificantBitsHex() : string
Tags
Return values
string —getNode()
public
getNode() : string
Tags
Return values
string —getNodeHex()
public
getNodeHex() : string
Tags
Return values
string —getNumberConverter()
public
getNumberConverter() : NumberConverterInterface
Tags
Return values
NumberConverterInterface —getTimeHiAndVersion()
public
getTimeHiAndVersion() : string
Tags
Return values
string —getTimeHiAndVersionHex()
public
getTimeHiAndVersionHex() : string
Tags
Return values
string —getTimeLow()
public
getTimeLow() : string
Tags
Return values
string —getTimeLowHex()
public
getTimeLowHex() : string
Tags
Return values
string —getTimeMid()
public
getTimeMid() : string
Tags
Return values
string —getTimeMidHex()
public
getTimeMidHex() : string
Tags
Return values
string —getTimestamp()
public
getTimestamp() : string
Tags
Return values
string —getTimestampHex()
public
getTimestampHex() : string
Tags
Return values
string —getUrn()
public
getUrn() : string
Tags
Return values
string —getVariant()
public
getVariant() : int|null
Tags
Return values
int|null —getVersion()
public
getVersion() : int|null