|
Previous Page |
Solar_Http_Response |
Next Page |
setContent()
public
Solar_Http_Response
setContent (
string $content
)
Sets the content of the response.
Parameters
- (string)
$content: The body content of the response.
Returns
- (Solar_Http_Response) This response object.
Description
Sets the content of the response.
While this is not strictly necessary (because $content is public), it does serve to complete the fluency of this class.
Local
- Overview
- Constants
- Properties
- Methods
- __construct()
- __destruct()
- __toString()
- _exception()
- _sendHeaders()
- apiVersion()
- display()
- dump()
- getContent()
- getCookie()
- getCookies()
- getHeader()
- getHeaders()
- getStatusCode()
- getStatusText()
- getVersion()
- locale()
- setContent()
- setCookie()
- setCookiesHttponly()
- setHeader()
- setStatusCode()
- setStatusText()
- setVersion()