Public Member Functions | Data Fields

Zend_View_Helper_Action Class Reference

Inheritance diagram for Zend_View_Helper_Action:
Zend_View_Helper_Abstract Zend_View_Helper_Interface

Public Member Functions

 __construct ()
 resetObjects ()
 action ($action, $controller, $module=null, array $params=array())
 cloneView ()

Data Fields

 $defaultModule
 $dispatcher
 $request
 $response

Detailed Description

Definition at line 34 of file Action.php.


Constructor & Destructor Documentation

__construct (  )

Constructor

Grab local copies of various MVC objects

Returns:
void

Definition at line 63 of file Action.php.


Member Function Documentation

action ( action,
controller,
module = null,
array $  params = array() 
)

Retrieve rendered contents of a controller action

If the action results in a forward or redirect, returns empty string.

Parameters:
string$action
string$controller
string$moduleDefaults to default module
array$params
Returns:
string

Definition at line 114 of file Action.php.

cloneView (  )

Clone the current View

Returns:
Zend_View_Interface

Definition at line 154 of file Action.php.

resetObjects (  )

Reset object states

Returns:
void

Definition at line 91 of file Action.php.


The documentation for this class was generated from the following file: