$batchMode
$batchMode : boolean
Controller is in batch mode
Version controller
restoreAction(string $uuid) : array
Restore a previous version. PUT request, will create another version not overwritting the existing
Note that attempting to restore content with out a lock or a lock that doesn't belong to the current user will error.
string | $uuid | Version 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 |