$controllerOutput
$controllerOutput : string
The output of the controller when running it
The CLIResponse class
generateFromException(\Orpheus\InputController\CLIController\Exception $exception, string $action = 'Handling the request') : \Orpheus\InputController\HTTPController\HTMLHTTPResponse
Generate CLIResponse from Exception
\Orpheus\InputController\CLIController\Exception | $exception | |
string | $action |
generateFromUserException(\Orpheus\Exception\UserException $exception, array $values = array()) : \Orpheus\InputController\CLIController\CLIResponse
Generate CLIResponse from UserException
\Orpheus\Exception\UserException | $exception | |
array | $values |
setCode( $code) : \Orpheus\InputController\CLIController\CLIResponse
Set the code
$code |
setBody(string $body) : \Orpheus\InputController\CLIController\CLIResponse
Set the body
string | $body |