wcmf logo wemove logo

Response Class Reference
[Presentation]

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. More...

Inheritance diagram for Response:

Inheritance graph
[legend]

Public Member Functions

 setView (&$view)
getView ()

Data Fields

 $_view = null

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-2009 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 929 2009-02-22 23:20:49Z iherwig

Author:
ingo herwig <ingo@wemove.com>

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


Member Function Documentation

setView ( &$  view  ) 

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

Parameters:
view A reference to a View instance

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

& getView (  ) 

Get the view for the output

Returns:
A reference to a View instance

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


Field Documentation

$_view = null

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


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

This page generated via doxygen 1.5.8 Mon Mar 30 01:58:45 2009.
Copyright © 2009 wemove digital solutions GmbH.
sourceforge logo