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