Zend Framework
1.12
|
Public Member Functions | |
__construct (Zend_Layout $layout=null) | |
Constructor. | |
init () | |
getFrontController () | |
Get front controller instance. | |
getLayoutInstance () | |
Get layout object. | |
setLayoutInstance (Zend_Layout $layout) | |
Set layout object. | |
postDispatch () | |
Mark Action Controller (according to this plugin) as Running successfully. | |
isActionControllerSuccessful () | |
Did the previous action successfully complete? | |
direct () | |
Strategy pattern; call object as method. | |
__call ($method, $args) | |
Proxy method calls to layout object. | |
![]() | |
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 | |
$_frontController | |
$_layout | |
$_isActionControllerSuccessful = false | |
![]() | |
$_actionController = null | |
$_actionController | |
$_frontController = null | |
__construct | ( | Zend_Layout | $layout = null | ) |
__call | ( | $method, | |
$args | |||
) |
Proxy method calls to layout object.
string | $method | |
array | $args |
direct | ( | ) |
getFrontController | ( | ) |
getLayoutInstance | ( | ) |
init | ( | ) |
isActionControllerSuccessful | ( | ) |
Did the previous action successfully complete?
postDispatch | ( | ) |
Mark Action Controller (according to this plugin) as Running successfully.
setLayoutInstance | ( | Zend_Layout | $layout | ) |
|
protected |
|
protected |
|
protected |