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

Public Member Functions

 setView (&$view)
 
getView ()
 
- 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

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

Detailed Description

Response holds the response values that are used as output from Controller instances. It is typically instantiated by the ActionMapper instance and filled during Controller execution.

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.Response.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.Response.php.

Member Function Documentation

Response::setView ( $view)

Set the view for the output if necessary (e.g. for html response format)

Parameters
viewA reference to a View instance

Definition at line 38 of file class.Response.php.

& Response::getView ( )

Get the view for the output

Returns
A reference to a View instance

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

References $_view.

Member Data Documentation

Response::$_view = null

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

Referenced by getView().


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