$batchMode
$batchMode : boolean
Controller is in batch mode
Content CRUD from frontent
previewAction(string $uuid) : \Ceo\Frontend\Controllers\Phalcon\Http\Response
Preview sends JWT to connector action as query string `_jwt`.
The token contains the SRN the connected application can then use to route the user to the appropriate content item preview.
Redirects are sent as HTTP 302
string | $uuid | UUID |
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 |