PHP 클래스 OCA\Richdocuments\DownloadResponse

상속: extends OCP\AppFramework\Http\Response
파일 보기 프로젝트 열기: owncloud/richdocuments

공개 메소드들

메소드 설명
__construct ( OCP\IRequest $request, string $user, string $path )
render ( )

보호된 메소드들

메소드 설명
addContentDispositionHeader ( )
sendRangeNotSatisfiable ( integer $filesize ) Send 416 if we can't satisfy the requested ranges

메소드 상세

__construct() 공개 메소드

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

addContentDispositionHeader() 보호된 메소드

render() 공개 메소드

public render ( )

sendRangeNotSatisfiable() 보호된 메소드

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