PHP Interface Bravo3\Orm\Traits\CreateModifyInterface

Show file Open project: bravo3/orm

Public Methods

Method Description
getLastModified ( ) : DateTime Get the time the entity was last modified
getTimeCreated ( ) : DateTime Get the time the entity was created
setLastModified ( DateTime $last_modified ) Set the time the entity was last modified
setTimeCreated ( DateTime $time_created ) Set the time the entity was created

Method Details

getLastModified() public method

Get the time the entity was last modified
public getLastModified ( ) : DateTime
return DateTime

getTimeCreated() public method

Get the time the entity was created
public getTimeCreated ( ) : DateTime
return DateTime

setLastModified() public method

Set the time the entity was last modified
public setLastModified ( DateTime $last_modified )
$last_modified DateTime

setTimeCreated() public method

Set the time the entity was created
public setTimeCreated ( DateTime $time_created )
$time_created DateTime