Class Zend_View_Helper_Action

Description

Helper for rendering output of a controller action

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /View/Helper/Action.php (line 34)

Zend_View_Helper_Abstract
   |
   --Zend_View_Helper_Action
Variable Summary
Method Summary
 void __construct ()
 string action (string $action, string $controller, [string $module = null], [ $params = array()])
 void resetObjects ()
Variables
string $defaultModule (line 39)
  • access: public
Zend_Controller_Dispatcher_Interface $dispatcher (line 44)
  • access: public
  • access: public
Zend_Controller_Response_Abstract $response (line 54)
  • access: public

Inherited Variables

Inherited from Zend_View_Helper_Abstract

Zend_View_Helper_Abstract::$view
Methods
Constructor __construct (line 63)

Constructor

Grab local copies of various MVC objects

  • access: public
void __construct ()
action (line 118)

Retrieve rendered contents of a controller action

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

  • access: public
string action (string $action, string $controller, [string $module = null], [ $params = array()])
  • string $action
  • string $controller
  • string $module: Defaults to default module
  • array $params
cloneView (line 158)

Clone the current View

  • access: public
Zend_View_Interface cloneView ()
resetObjects (line 95)

Reset object states

  • access: public
void resetObjects ()

Inherited Methods

Inherited From Zend_View_Helper_Abstract

 Zend_View_Helper_Abstract::direct()
 Zend_View_Helper_Abstract::setView()

Documentation generated on Mon, 21 Jun 2010 15:06:11 -0400 by phpDocumentor 1.4.3