$batchMode
$batchMode : boolean
Controller is in batch mode
Status controller Used for getting various status within the system.
render(string $st_output, integer $statusCode = 200) : \Ceo\Core\Controllers\Phalcon\Http\Response
Render output, resets headers and status code.
If batch mode is enabled, will return an array with status code and response.
string | $st_output | Output string |
integer | $statusCode | HTTP status code |