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
mixed $_frontController = 'null'
getActionController(
)
:
Zend_Controller_Action
Retrieve current action controller
getFrontController(
)
:
Zend_Controller_Front
Retrieve front controller instance
getName(
)
:
string
getName()
getRequest(
)
:
Zend_Controller_Request_Abstract
getRequest() -
getResponse(
)
:
Zend_Controller_Response_Abstract
getResponse() -
init(
)
:
void
Hook into action controller initialization
postDispatch(
)
:
void
Hook into action controller postDispatch() workflow
preDispatch(
)
:
void
Hook into action controller preDispatch() workflow
setActionController(
Zend_Controller_Action $actionController
=
null
)
:
Zend_Controller_ActionHelper_Abstract
setActionController()