wCMF
3.6
|
Go to the source code of this file.
Classes | |
class | ControllerMessage |
Variables | |
const | MSG_FORMAT_HTML "HTML" |
const | MSG_FORMAT_JSON "JSON" |
const | MSG_FORMAT_SOAP "SOAP" |
const MSG_FORMAT_HTML "HTML" |
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.
Some constants describing the different message formats
Definition at line 23 of file class.ControllerMessage.php.
Referenced by Formatter\deserialize(), Controller\execute(), and LoginController\executeKernel().
const MSG_FORMAT_JSON "JSON" |
Definition at line 24 of file class.ControllerMessage.php.
Referenced by HTTPClient\doRemoteCall(), and RPCClient\doRemoteCall().
const MSG_FORMAT_SOAP "SOAP" |
Definition at line 25 of file class.ControllerMessage.php.