wCMF
3.6
|
Public Member Functions | |
setView (&$view) | |
& | getView () |
Public Attributes | |
$_view = null | |
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.
Definition at line 30 of file class.Response.php.
Response::setView | ( | & | $view | ) |
Set the view for the output if necessary (e.g. for html response format)
view | A reference to a View instance |
Definition at line 38 of file class.Response.php.
& Response::getView | ( | ) |
Get the view for the output
Definition at line 46 of file class.Response.php.
References $_view.
Response::$_view = null |
Definition at line 32 of file class.Response.php.
Referenced by getView().