public function setRequest($request)Inherited
public function setRequest($request)
Inherited
Parameters
$request |
Return
wild |
public function getRequest()Inherited
public function getRequest()
Inherited
Return
wild |
final public function addContentSecurityPolicyURI($kind, $uri)Inherited
final public function addContentSecurityPolicyURI($kind, $uri)
Inherited
Parameters
$kind | ||
$uri |
Return
wild |
final public function setDisableContentSecurityPolicy($disable)Inherited
final public function setDisableContentSecurityPolicy($disable)
Inherited
Parameters
$disable |
Return
wild |
final public function addHeader($key, $value)Inherited
final public function addHeader($key, $value)
Inherited
Parameters
$key | ||
$value |
Return
wild |
public function getContentIterator()
public function getContentIterator()
Return
wild |
public function buildResponseString()
public function buildResponseString()
Return
wild |
public function getHeaders()
public function getHeaders()
Return
wild |
private function newContentSecurityPolicyHeader()Inherited
private function newContentSecurityPolicyHeader()
Inherited
Return
wild |
private function newContentSecurityPolicy($type, $defaults)Inherited
private function newContentSecurityPolicy($type, $defaults)
Inherited
Parameters
$type | ||
$defaults |
Return
wild |
private function newContentSecurityPolicySource($uri)Inherited
private function newContentSecurityPolicySource($uri)
Inherited
Parameters
$uri |
Return
wild |
public function setCacheDurationInSeconds($duration)Inherited
public function setCacheDurationInSeconds($duration)
Inherited
Parameters
$duration |
Return
wild |
public function setCanCDN($can_cdn)Inherited
public function setCanCDN($can_cdn)
Inherited
Parameters
$can_cdn |
Return
wild |
public function setLastModified($epoch_timestamp)Inherited
public function setLastModified($epoch_timestamp)
Inherited
Parameters
$epoch_timestamp |
Return
wild |
public function setHTTPResponseCode($code)Inherited
public function setHTTPResponseCode($code)
Inherited
Parameters
$code |
Return
wild |
public function getHTTPResponseCode()Inherited
public function getHTTPResponseCode()
Inherited
Return
wild |
public function getHTTPResponseMessage()Inherited
public function getHTTPResponseMessage()
Inherited
Return
wild |
public function setFrameable($frameable)Inherited
public function setFrameable($frameable)
Inherited
Parameters
$frameable |
Return
wild |
public static function processValueForJSONEncoding(&$value, $key)Inherited
public static function processValueForJSONEncoding(&$value, $key)
Inherited
Parameters
&$value | ||
$key |
Return
wild |
public static function encodeJSONForHTTPResponse($object)Inherited
public static function encodeJSONForHTTPResponse($object)
Inherited
Parameters
array | $object |
Return
wild |
protected function addJSONShield($json_response)Inherited
protected function addJSONShield($json_response)
Inherited
Parameters
$json_response |
Return
wild |
public function getCacheHeaders()Inherited
public function getCacheHeaders()
Inherited
Return
wild |
private function formatEpochTimestampForHTTPHeader($epoch_timestamp)Inherited
private function formatEpochTimestampForHTTPHeader($epoch_timestamp)
Inherited
Parameters
$epoch_timestamp |
Return
wild |
protected function shouldCompressResponse()
protected function shouldCompressResponse()
Return
wild |
public function willBeginWrite()Inherited
public function willBeginWrite()
Inherited
Return
wild |
public function didCompleteWrite($aborted)Inherited
public function didCompleteWrite($aborted)
Inherited
Parameters
$aborted |
Return
wild |
public function addAllowOrigin($origin)
public function addAllowOrigin($origin)
Parameters
$origin |
Return
wild |
public function setDownload($download)
public function setDownload($download)
Set a download filename
Parameters
$download | $download | string |
Return
self |
public function getDownload()
public function getDownload()
Get the download filename
If this was never set, NULL is given.
Return
string|null |
public function setMimeType($mime_type)
public function setMimeType($mime_type)
Parameters
$mime_type |
Return
wild |
public function getMimeType()
public function getMimeType()
Return
wild |
public function setContent($content)
public function setContent($content)
Parameters
$content |
Return
wild |
public function setContentIterator($iterator)
public function setContentIterator($iterator)
Parameters
$iterator |
Return
wild |
public function setContentLength($length)
public function setContentLength($length)
Parameters
$length |
Return
wild |
public function getContentLength()
public function getContentLength()
Return
wild |
public function setCompressResponse($compress_response)
public function setCompressResponse($compress_response)
Parameters
$compress_response |
Return
wild |
public function getCompressResponse()
public function getCompressResponse()
Return
wild |
public function setRange($min, $max)
public function setRange($min, $max)
Parameters
$min | ||
$max |
Return
wild |
public function parseHTTPRange($range)
public function parseHTTPRange($range)
Parameters
$range |
Return
wild |