wCMF
3.6
|
Go to the source code of this file.
Classes | |
class | JSONFormat |
Functions | |
gPrintJSONResult () | |
Variables | |
$GLOBALS ['gJSONData'] = array() | |
$GLOBALS ['gJSONUsed'] = false | |
gPrintJSONResult | ( | ) |
Definition at line 31 of file class.JSONFormat.php.
References $GLOBALS, JSONUtil\encode(), and EncodingUtil\utf8EncodeMix().
$GLOBALS['gJSONData'] = array() |
wCMF - wemove Content Management Framework Copyright (C) 2005-2014 wemove digital solutions GmbH
Licensed under the terms of any of the following licenses at your choice:
See the license.txt file distributed with this work for additional information.
JSONFormatter collects the response data from all executed controllers into one response array and returns it all at once at the end of script execution. This prevents from having multiple junks of json from each controller response that can't be decoded by clients.
Definition at line 29 of file class.JSONFormat.php.
Referenced by JSONFormat\afterSerialize(), Application\Application(), AdminController\executeKernel(), MultipleActionController\executeKernel(), NodeUtil\getDisplayValues(), FormUtil\getListMap(), gPrintJSONResult(), Application\initialize(), AuthUser\login(), Application\setupGlobals(), and ObjectQuery\valueChanged().
$GLOBALS['gJSONUsed'] = false |
Definition at line 30 of file class.JSONFormat.php.