$controllerOutput
$controllerOutput : string
The output of the controller when running it
The HTTPResponse class
generateFromException(\Orpheus\InputController\Exception $exception, string $action = null) : \Orpheus\InputController\OutputResponse
Generate OutputResponse from Exception
\Orpheus\InputController\Exception | $exception | |
string | $action |
generateFromUserException(\Orpheus\Exception\UserException $exception, array $values = array()) : \Orpheus\InputController\OutputResponse
Generate OutputResponse from UserException
\Orpheus\Exception\UserException | $exception | |
array | $values |
setCode( $code) : \Orpheus\InputController\HTTPController\HTTPResponse
Set the code
$code |