PHP Класс Puli\Repository\Api\Resource\ResourceMetadata

С версии: 1.0
Автор: Bernhard Schussek ([email protected])
Показать файл Открыть проект

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

Метод Описание
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.