PHP 인터페이스 Sulu\Component\Persistence\Model\TimestampableInterface

파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
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