|
dolibarr 24.0.0-beta
|
Class JsonResponse used for ajax responses in Dolibarr. More...
Public Member Functions | |
| __construct () | |
| JsonResponse constructor. | |
| getResponse () | |
| return json encoded of object | |
Public Attributes | |
| $msg = '' | |
| returned message used usually as set event message | |
Class JsonResponse used for ajax responses in Dolibarr.
Definition at line 23 of file jsonResponse.class.php.
| JsonResponse::getResponse | ( | ) |
return json encoded of object
Definition at line 74 of file jsonResponse.class.php.
References $msg.