PHP Interface Neos\Flow\ResourceManagement\ResourceMetaDataInterface

Afficher le fichier Open project: neos/flow-development-collection Interface Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

getFileSize() public méthode

Returns the size of the content of this storage object
public getFileSize ( ) : string
Résultat string The md5 hash

getFilename() public méthode

Gets the filename
public getFilename ( ) : string
Résultat string The filename

getMd5() public méthode

Returns the md5 hash of the content of this storage object
public getMd5 ( ) : string
Résultat string The md5 hash

getMediaType() public méthode

Returns the Media Type for this storage object
public getMediaType ( ) : string
Résultat string The IANA Media Type

getRelativePublicationPath() public méthode

public getRelativePublicationPath ( ) : string
Résultat string

getSha1() public méthode

Returns the sha1 hash of the content of this storage object
public getSha1 ( ) : string
Résultat string The sha1 hash

setFileSize() public méthode

Sets the size of the content of this storage object
public setFileSize ( string $fileSize ) : void
$fileSize string The content size
Résultat void

setFilename() public méthode

Sets the filename
public setFilename ( string $filename ) : void
$filename string
Résultat void

setMd5() public méthode

Sets the md5 hash of the content of this storage object
public setMd5 ( string $md5 ) : void
$md5 string The md5 hash
Résultat void

setRelativePublicationPath() public méthode

public setRelativePublicationPath ( string $path ) : void
$path string
Résultat void

setSha1() public méthode

Sets the sha1 hash of the content of this storage object
public setSha1 ( string $sha1 ) : void
$sha1 string The sha1 hash
Résultat void