|
Previous Page |
Solar_Http_Response |
Next Page |
__construct()
public
Solar_Http_Response
__construct (
mixed $config default NULL
)
Constructor.
Inherited from Solar_Base.
Parameters
- (mixed)
$config: User-defined configuration values.
Returns
- (Solar_Http_Response)
Description
Constructor.
If the $config param is an array, it is merged with the class config array and any values from the Solar.config.php file.
The Solar.config.php values are inherited along class parent lines; for example, all classes descending from Solar_Base use the Solar_Base config file values until overridden.
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()