trait UpdatedByTrait

Trait UpdatedByTrait - contains properties to trace update history

Properties

protected string|null $updatedBy User which triggered update
protected string|null $hash Filed for update validation

Methods

null|string
getUpdatedBy()

No description

$this
setUpdatedBy(null|string $updatedBy)

No description

null|string
getHash()

No description

$this
setHash(null|string $hash)

No description

Details

at line 46
null|string getUpdatedBy()

Return Value

null|string

at line 56
$this setUpdatedBy(null|string $updatedBy)

Parameters

null|string $updatedBy

Return Value

$this

at line 66
null|string getHash()

Return Value

null|string

at line 76
$this setHash(null|string $hash)

Parameters

null|string $hash

Return Value

$this