Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Controller_Action_Helper_Abstract Class Reference

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
 

Member Function Documentation

getActionController ( )

Retrieve current action controller.

Returns
Zend_Controller_Action
getFrontController ( )

Retrieve front controller instance.

Returns
Zend_Controller_Front
getName ( )

getName()

Returns
string
getRequest ( )
getResponse ( )
init ( )

Hook into action controller initialization.

Returns
void
postDispatch ( )

Hook into action controller postDispatch() workflow.

Returns
void
preDispatch ( )

Hook into action controller preDispatch() workflow.

Returns
void
setActionController ( Zend_Controller_Action  $actionController = null)

setActionController()

Parameters
Zend_Controller_Action$actionController
Returns
Zend_Controller_ActionHelper_Abstract Provides a fluent interface

Member Data Documentation

Zend_Controller_Action $_actionController = null
protected

$_actionController

mixed $_frontController = null
protected