PHP Интерфейс Neos\Flow\ResourceManagement\ResourceMetaDataInterface

Показать файл Открыть проект Примеры использования интерфейса

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

Метод Описание
getFileSize ( ) : string Returns the size of the content of this storage object
getFilename ( ) : string Gets the filename
getMd5 ( ) : string Returns the md5 hash of the content of this storage object
getMediaType ( ) : string Returns the Media Type for this storage object
getRelativePublicationPath ( ) : string
getSha1 ( ) : string Returns the sha1 hash of the content of this storage object
setFileSize ( string $fileSize ) : void Sets the size of the content of this storage object
setFilename ( string $filename ) : void Sets the filename
setMd5 ( string $md5 ) : void Sets the md5 hash of the content of this storage object
setRelativePublicationPath ( string $path ) : void
setSha1 ( string $sha1 ) : void Sets the sha1 hash of the content of this storage object

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

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

Returns the size of the content of this storage object
public getFileSize ( ) : string
Результат string The md5 hash

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

Gets the filename
public getFilename ( ) : string
Результат string The filename

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

Returns the md5 hash of the content of this storage object
public getMd5 ( ) : string
Результат string The md5 hash

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

Returns the Media Type for this storage object
public getMediaType ( ) : string
Результат string The IANA Media Type

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

public getRelativePublicationPath ( ) : string
Результат string

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

Returns the sha1 hash of the content of this storage object
public getSha1 ( ) : string
Результат string The sha1 hash

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

Sets the size of the content of this storage object
public setFileSize ( string $fileSize ) : void
$fileSize string The content size
Результат void

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

Sets the filename
public setFilename ( string $filename ) : void
$filename string
Результат void

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

Sets the md5 hash of the content of this storage object
public setMd5 ( string $md5 ) : void
$md5 string The md5 hash
Результат void

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

public setRelativePublicationPath ( string $path ) : void
$path string
Результат void

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

Sets the sha1 hash of the content of this storage object
public setSha1 ( string $sha1 ) : void
$sha1 string The sha1 hash
Результат void