Public Member Functions | |
__construct () | |
resetObjects () | |
action ($action, $controller, $module=null, array $params=array()) | |
cloneView () | |
Data Fields | |
$defaultModule | |
$dispatcher | |
$request | |
$response |
Definition at line 34 of file Action.php.
__construct | ( | ) |
Constructor
Grab local copies of various MVC objects
Definition at line 63 of file Action.php.
action | ( | $ | action, |
$ | controller, | ||
$ | module = null , |
||
array $ | params = array() |
||
) |
Retrieve rendered contents of a controller action
If the action results in a forward or redirect, returns empty string.
string | $action | |
string | $controller | |
string | $module | Defaults to default module |
array | $params |
Definition at line 114 of file Action.php.
cloneView | ( | ) |
resetObjects | ( | ) |