PHP 인터페이스 Neos\Flow\ResourceManagement\ResourceMetaDataInterface

파일 보기 프로젝트 열기: neos/flow-development-collection 0 사용 예제들

공개 메소드들

메소드 설명
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() 공개 메소드

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