$code
$code : integer
The HTTP response code
The HTMLHTTPResponse class
setCode( $code) : \Orpheus\InputController\HTTPController\HTTPResponse
Set the code
$code |
generateFromException(\Orpheus\InputController\HTTPController\Exception $exception, string $action = 'Handling the request') : \Orpheus\InputController\HTTPController\HTMLHTTPResponse
Generate HTMLResponse from Exception
\Orpheus\InputController\HTTPController\Exception | $exception | |
string | $action |
generateFromUserException(\Orpheus\Exception\UserException $exception, array $values = array()) : \Orpheus\InputController\HTTPController\HTMLHTTPResponse
Generate HTMLResponse from UserException
\Orpheus\Exception\UserException | $exception | |
array | $values |
render(string $layout, array $values = array()) : \Orpheus\InputController\HTTPController\HTMLHTTPResponse
Render the $layout with these $values
string | $layout | |
array | $values |
setBody(string $body) : \Orpheus\InputController\HTTPController\HTMLHTTPResponse
Set the body
string | $body |