CSAjaxHandler
in package
This class delivers the CONTENTSERV API for PHP based Applications
Tags
Table of Contents
- __construct() : mixed
- call() : mixed
- evaluate() : mixed
- moduleCall() : mixed
- resetPassword() : mixed
- sanitizeDataForXss() : string
- Sanitizes the data sent for the XSS. Data needs to be sent in the parameter "queryRawData".
- setQueryString() : mixed
Methods
__construct()
public
__construct([mixed $phpCode = '' ]) : mixed
Parameters
- $phpCode : mixed = ''
Tags
Return values
mixed —call()
public
call() : mixed
Tags
Return values
mixed —evaluate()
public
evaluate() : mixed
Tags
Return values
mixed —moduleCall()
public
moduleCall() : mixed
Tags
Return values
mixed —resetPassword()
public
resetPassword() : mixed
Tags
Return values
mixed —sanitizeDataForXss()
Sanitizes the data sent for the XSS. Data needs to be sent in the parameter "queryRawData".
public
sanitizeDataForXss() : string
Tags
Return values
string —Sanitized Data array
setQueryString()
public
setQueryString() : mixed
