Ajax helper This class will help to standardize the Ajax communication between server and client.
See the manual page for more info: https://manual.limesurvey.org/Backend_Ajax_protocol
since | 2016-09-27 |
---|---|
author |
Olle Härstedt |
package |
Default |
createUrl(string $route, array $params = array()) : string
string
array
string
echoString(string $str) : void
string
output(string $msg) : void
string
message
outputError(string $msg, integer $code) : void
string
integer
outputHtml( $html, string $target) : void
string
outputNoPermission() : void
outputNotLoggedIn() : void
outputSuccess(string $msg) : void
string