Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Zend_Controller_Action $_actionController = 'null'$_actionController
Detailsmixed $_frontController = 'null'
DetailsgetActionController(
)
:
Zend_Controller_ActionRetrieve current action controller
DetailsgetFrontController(
)
:
Zend_Controller_FrontRetrieve front controller instance
DetailsgetName(
)
:
stringgetName()
DetailsgetRequest(
)
:
Zend_Controller_Request_AbstractgetRequest() -
DetailsgetResponse(
)
:
Zend_Controller_Response_AbstractgetResponse() -
Detailsinit(
)
:
voidHook into action controller initialization
DetailspostDispatch(
)
:
voidHook into action controller postDispatch() workflow
DetailspreDispatch(
)
:
voidHook into action controller preDispatch() workflow
DetailssetActionController(
Zend_Controller_Action $actionController
=
null
)
:
Zend_Controller_ActionHelper_AbstractsetActionController()
Details