JJsonResponseJSON Response class
Located in /administrator/components/com_languages/helpers/jsonresponse.php (line 20)
JJsonResponse
__construct
([mixed $response = null], [string $message = null], [boolean $error = false])
mixed
$data
= null (line 62)
The response data
boolean
$error
= false (line 38)
Determines whether the request wasn't successful.
This is always the negation of $this->success, so you can use both flags equivalently.
string
$message
= null (line 46)
The main response message
array
$messages
= null (line 54)
Array of messages gathered in the JApplication object
boolean
$success
= true (line 28)
Determines whether the request was successful
Constructor
Magic toString method for sending the response in JSON format
Documentation generated on Tue, 19 Nov 2013 15:06:19 +0100 by phpDocumentor 1.4.3