PHP Class Pimcore\Model\Asset\WebDAV\File

Inheritance: extends Sabre\DAV\File
Afficher le fichier Open project: pimcore/pimcore

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( $asset )
$asset

delete() public méthode

public delete ( )

get() public méthode

public get ( ) : mixed | void
Résultat mixed | void

getContentType() public méthode

Returns the mimetype of the asset
public getContentType ( ) : string
Résultat string

getETag() public méthode

Get a hash of the file for an unique identifier
public getETag ( ) : string
Résultat string

getLastModified() public méthode

public getLastModified ( ) : integer
Résultat integer

getName() public méthode

public getName ( ) : string
Résultat string

getSize() public méthode

Get size of file in bytes
public getSize ( ) : integer
Résultat integer

put() public méthode

public put ( resource $data )
$data resource

setName() public méthode

public setName ( string $name )
$name string