trait UpdatedOnTrait

Class UpdatedOnTrait.

Methods

$this
setUpdatedOn( DateTime $updatedOn)

No description

DateTime|null
getUpdatedOn()

No description

string
formatUpdatedOn( string $format)

No description

bool
hasUpdatedOn()

No description

$this
clearUpdatedOn()

No description

Details

at line line 32
$this setUpdatedOn( DateTime $updatedOn)

Parameters

DateTime $updatedOn

Return Value

$this

at line line 42
DateTime|null getUpdatedOn()

Return Value

DateTime|null

at line line 54
string formatUpdatedOn( string $format)

Parameters

string $format

Return Value

string

Exceptions

OrmException

at line line 68
bool hasUpdatedOn()

Return Value

bool

at line line 76
$this clearUpdatedOn()

Return Value

$this