wCMF  3.6
 All Classes Namespaces Files Functions Variables Groups Pages
Request Class Reference
+ Inheritance diagram for Request:

Public Member Functions

 setResponseFormat ($format)
 
 getResponseFormat ()
 
- Public Member Functions inherited from ControllerMessage
 ControllerMessage ($sender, $context, $action, $data)
 
 setSender ($sender)
 
 getSender ()
 
 setContext ($context)
 
 getContext ()
 
 setAction ($action)
 
 getAction ()
 
 setFormat ($format)
 
 getFormat ()
 
 setValue ($name, $value)
 
 appendValue ($name, $value)
 
 hasValue ($name)
 
 getValue ($name, $default=null)
 
 getBooleanValue ($name, $default=false)
 
getData ()
 
 setData (&$data)
 
 clearValue ($name)
 
 clearValues ()
 
 toString ()
 

Public Attributes

 $_responseFormat = null
 
- Public Attributes inherited from ControllerMessage
 $_sender = null
 
 $_context = null
 
 $_action = null
 
 $_format = null
 
 $_data = array()
 

Detailed Description

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.

Id:
class.Request.php 1462 2014-02-04 23:52:27Z iherwig
Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 30 of file class.Request.php.

Member Function Documentation

Request::setResponseFormat (   $format)

Set the desired response format

Parameters
formatOne 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

Returns
One of the MSG_FORMAT constants

Definition at line 46 of file class.Request.php.

References $_responseFormat.

Member Data Documentation

Request::$_responseFormat = null

Definition at line 32 of file class.Request.php.

Referenced by getResponseFormat().


The documentation for this class was generated from the following file: