PHP Interface Sulu\Component\Persistence\Model\TimestampableInterface

显示文件 Open project: sulu/sulu

Public Methods

Method Description
getChanged ( ) : DateTime Return the date the object implementing this inteface was changed.
getCreated ( ) : DateTime Return the date the object implementing this inteface was created.

Method Details

getChanged() public method

Return the date the object implementing this inteface was changed.
public getChanged ( ) : DateTime
return DateTime

getCreated() public method

Return the date the object implementing this inteface was created.
public getCreated ( ) : DateTime
return DateTime