PHP Interface Sulu\Component\Persistence\Model\TimestampableInterface

Afficher le fichier Open project: sulu/sulu

Méthodes publiques

Méthode 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 méthode

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

getCreated() public méthode

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