Dated
Trait for entities with a create and updated date
Instance Properties
Name | Type | Summary |
---|---|---|
$createdOn | UTCDateTime | The document created date |
$updatedOn | UTCDateTime | The document updated date |
Instance Methods
Returns | Signature and Description |
---|---|
UTCDateTime | Gets the created date |
UTCDateTime | Gets the updated date |
Property Details
$createdOn
protected
UTCDateTime
$createdOn
The document created date
$updatedOn
protected
UTCDateTime
$updatedOn
The document updated date
Method Details
getCreatedOn
public function
getCreatedOn
()Gets the created date
Type | Description |
---|---|
UTCDateTime | The created date |
getUpdatedOn
public function
getUpdatedOn
()Gets the updated date
Type | Description |
---|---|
UTCDateTime | The updated date |