PHP 클래스 Puli\Repository\Api\Resource\ResourceMetadata

부터: 1.0
저자: Bernhard Schussek ([email protected])
파일 보기 프로젝트 열기: puli/repository

공개 메소드들

메소드 설명
getAccessTime ( ) : integer Returns when the resource was last accessed.
getCreationTime ( ) : integer Returns when the resource was created.
getModificationTime ( ) : integer Returns when the resource was last modified.
getSize ( ) : integer Returns the size of the body in bytes.

메소드 상세

getAccessTime() 공개 메소드

If this information is not available, the method returns 0.
public getAccessTime ( ) : integer
리턴 integer A UNIX timestamp.

getCreationTime() 공개 메소드

If this information is not available, the method returns 0.
public getCreationTime ( ) : integer
리턴 integer A UNIX timestamp.

getModificationTime() 공개 메소드

If this information is not available, the method returns 0.
public getModificationTime ( ) : integer
리턴 integer A UNIX timestamp.

getSize() 공개 메소드

If this information is not available, the method returns 0.
public getSize ( ) : integer
리턴 integer The body size in bytes.