PHP 클래스 Pimcore\Model\Asset\WebDAV\File

상속: extends Sabre\DAV\File
파일 보기 프로젝트 열기: pimcore/pimcore

공개 메소드들

메소드 설명
__construct ( $asset )
delete ( )
get ( ) : mixed | void
getContentType ( ) : string Returns the mimetype of the asset
getETag ( ) : string Get a hash of the file for an unique identifier
getLastModified ( ) : integer
getName ( ) : string
getSize ( ) : integer Get size of file in bytes
put ( resource $data )
setName ( string $name )

메소드 상세

__construct() 공개 메소드

public __construct ( $asset )
$asset

delete() 공개 메소드

public delete ( )

get() 공개 메소드

public get ( ) : mixed | void
리턴 mixed | void

getContentType() 공개 메소드

Returns the mimetype of the asset
public getContentType ( ) : string
리턴 string

getETag() 공개 메소드

Get a hash of the file for an unique identifier
public getETag ( ) : string
리턴 string

getLastModified() 공개 메소드

public getLastModified ( ) : integer
리턴 integer

getName() 공개 메소드

public getName ( ) : string
리턴 string

getSize() 공개 메소드

Get size of file in bytes
public getSize ( ) : integer
리턴 integer

put() 공개 메소드

public put ( resource $data )
$data resource

setName() 공개 메소드

public setName ( string $name )
$name string