PHP Интерфейс Sulu\Component\Persistence\Model\TimestampableInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
getChanged ( ) : DateTime Return the date the object implementing this inteface was changed.
getCreated ( ) : DateTime Return the date the object implementing this inteface was created.

Описание методов

getChanged() публичный Метод

Return the date the object implementing this inteface was changed.
public getChanged ( ) : DateTime
Результат DateTime

getCreated() публичный Метод

Return the date the object implementing this inteface was created.
public getCreated ( ) : DateTime
Результат DateTime