PHP Class OCA\Richdocuments\DownloadResponse

Inheritance: extends OCP\AppFramework\Http\Response
Afficher le fichier Open project: owncloud/richdocuments

Méthodes publiques

Méthode Description
__construct ( OCP\IRequest $request, string $user, string $path )
render ( )

Méthodes protégées

Méthode Description
addContentDispositionHeader ( )
sendRangeNotSatisfiable ( integer $filesize ) Send 416 if we can't satisfy the requested ranges

Method Details

__construct() public méthode

public __construct ( OCP\IRequest $request, string $user, string $path )
$request OCP\IRequest
$user string
$path string

addContentDispositionHeader() protected méthode

render() public méthode

public render ( )

sendRangeNotSatisfiable() protected méthode

Send 416 if we can't satisfy the requested ranges
protected sendRangeNotSatisfiable ( integer $filesize )
$filesize integer