|
wCMF
3.6
|
Inheritance diagram for Request:Public Member Functions | |
| setResponseFormat ($format) | |
| getResponseFormat () | |
Public Attributes | |
| $_responseFormat = null | |
Request holds the request values that are used as input to Controller instances. It is typically instantiated and filled by the ActionMapper.
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.
Definition at line 30 of file class.Request.php.
| Request::setResponseFormat | ( | $format | ) |
Set the desired response format
| format | One of the MSG_FORMAT constants |
Definition at line 38 of file class.Request.php.
Referenced by ActionMapper\processAction().
| Request::getResponseFormat | ( | ) |
Get the desired response format
Definition at line 46 of file class.Request.php.
References $_responseFormat.
| Request::$_responseFormat = null |
Definition at line 32 of file class.Request.php.
Referenced by getResponseFormat().