trait UuidMutableTrait

Class UuidMutableTrait.

Traits

Class UuidTrait.

Methods

string|null
getUuid()

No description

from UuidTrait
bool
hasUuid()

No description

from UuidTrait
$this
setUuid( Uuid $uuid)

No description

$this
setUuidFromString( string $string)

No description

$this
generateUuid1( int|string|null $node = null, int|null $clockSequence = null)

No description

$this
generateUuid3( string $namespace, string $name)

No description

$this
generateUuid4()

No description

$this
generateUuid5( string $namespace, string $name)

No description

$this
clearUuid()

No description

Details

in UuidTrait at line line 28
string|null getUuid()

Return Value

string|null

in UuidTrait at line line 36
bool hasUuid()

Return Value

bool

at line line 30
$this setUuid( Uuid $uuid)

Parameters

Uuid $uuid

Return Value

$this

at line line 44
$this setUuidFromString( string $string)

Parameters

string $string

Return Value

$this

Exceptions

OrmException

at line line 62
$this generateUuid1( int|string|null $node = null, int|null $clockSequence = null)

Parameters

int|string|null $node
int|null $clockSequence

Return Value

$this

at line line 75
$this generateUuid3( string $namespace, string $name)

Parameters

string $namespace
string $name

Return Value

$this

at line line 85
$this generateUuid4()

Return Value

$this

at line line 98
$this generateUuid5( string $namespace, string $name)

Parameters

string $namespace
string $name

Return Value

$this

at line line 108
$this clearUuid()

Return Value

$this