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

Public Member Functions

 __construct ()
 Constructor.
 
 resetObjects ()
 Reset object states.
 
 action ($action, $controller, $module=null, array $params=array())
 Retrieve rendered contents of a controller action.
 
 cloneView ()
 Clone the current View.
 
- Public Member Functions inherited from Zend_View_Helper_Abstract
 setView (Zend_View_Interface $view)
 Set the View object.
 
 direct ()
 Strategy pattern: currently unutilized.
 

Public Attributes

 $defaultModule
 
 $dispatcher
 
 $request
 
 $response
 
- Public Attributes inherited from Zend_View_Helper_Abstract
 $view = null
 

Constructor & Destructor Documentation

__construct ( )

Constructor.

Grab local copies of various MVC objects

Returns
void

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
cloneView ( )

Clone the current View.

Returns
Zend_View_Interface
resetObjects ( )

Reset object states.

Returns
void

Member Data Documentation

$defaultModule
$dispatcher
$request
$response