Zend Framework
1.12
|
Public Member Functions | |
setActionController (Zend_Controller_Action $actionController=null) | |
setActionController() | |
getActionController () | |
Retrieve current action controller. | |
getFrontController () | |
Retrieve front controller instance. | |
init () | |
Hook into action controller initialization. | |
preDispatch () | |
Hook into action controller preDispatch() workflow. | |
postDispatch () | |
Hook into action controller postDispatch() workflow. | |
getRequest () | |
getRequest() - | |
getResponse () | |
getResponse() - | |
getName () | |
getName() | |
Protected Attributes | |
$_actionController = null | |
$_actionController | |
$_frontController = null | |
getActionController | ( | ) |
Retrieve current action controller.
getFrontController | ( | ) |
Retrieve front controller instance.
getName | ( | ) |
getRequest | ( | ) |
getResponse | ( | ) |
init | ( | ) |
Hook into action controller initialization.
postDispatch | ( | ) |
Hook into action controller postDispatch() workflow.
preDispatch | ( | ) |
Hook into action controller preDispatch() workflow.
setActionController | ( | Zend_Controller_Action | $actionController = null | ) |
Zend_Controller_Action | $actionController |
|
protected |
$_actionController
|
protected |