Page MenuHomePhabricator

final class AphrontFileResponse
Phabricator Technical Documentation (Aphront)

This class is not documented.

Methods

public function setRequest($request)
Inherited

This method is not documented.
Parameters
$request
Return
wild

public function getRequest()
Inherited

This method is not documented.
Return
wild

public function getContentIterator()

This method is not documented.
Return
wild

public function buildResponseString()

This method is not documented.
Return
wild

public function getHeaders()

This method is not documented.
Return
wild

public function setCacheDurationInSeconds($duration)
Inherited

This method is not documented.
Parameters
$duration
Return
wild

public function setCanCDN($can_cdn)
Inherited

This method is not documented.
Parameters
$can_cdn
Return
wild

public function setLastModified($epoch_timestamp)
Inherited

This method is not documented.
Parameters
$epoch_timestamp
Return
wild

public function setHTTPResponseCode($code)
Inherited

This method is not documented.
Parameters
$code
Return
wild

public function getHTTPResponseCode()
Inherited

This method is not documented.
Return
wild

public function getHTTPResponseMessage()
Inherited

This method is not documented.
Return
wild

public function setFrameable($frameable)
Inherited

This method is not documented.
Parameters
$frameable
Return
wild

public static function processValueForJSONEncoding(&$value, $key)
Inherited

This method is not documented.
Parameters
&$value
$key
Return
wild

public static function encodeJSONForHTTPResponse($object)
Inherited

This method is not documented.
Parameters
array$object
Return
wild

protected function addJSONShield($json_response)
Inherited

This method is not documented.
Parameters
$json_response
Return
wild

public function getCacheHeaders()
Inherited

This method is not documented.
Return
wild

private function formatEpochTimestampForHTTPHeader($epoch_timestamp)
Inherited

This method is not documented.
Parameters
$epoch_timestamp
Return
wild

public function didCompleteWrite($aborted)
Inherited

This method is not documented.
Parameters
$aborted
Return
wild

public function addAllowOrigin($origin)

This method is not documented.
Parameters
$origin
Return
wild

public function setDownload($download)

This method is not documented.
Parameters
$download
Return
wild

public function getDownload()

This method is not documented.
Return
wild

public function setMimeType($mime_type)

This method is not documented.
Parameters
$mime_type
Return
wild

public function getMimeType()

This method is not documented.
Return
wild

public function setContent($content)

This method is not documented.
Parameters
$content
Return
wild

public function setContentIterator($iterator)

This method is not documented.
Parameters
$iterator
Return
wild

public function setContentLength($length)

This method is not documented.
Parameters
$length
Return
wild

public function getContentLength()

This method is not documented.
Return
wild

public function setRange($min, $max)

This method is not documented.
Parameters
$min
$max
Return
wild