Helper for rendering output of a controller action

package Zend_View
subpackage Helper
copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
license New BSD License
inherited_from \Zend_View_Helper_Abstract

 Methods

Constructor

__construct() : void

Grab local copies of various MVC objects

Retrieve rendered contents of a controller action

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

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

Parameters

$action

string

$controller

string

$module

string

Defaults to default module

$params

array

Returns

string

Clone the current View

cloneView() : \Zend_View_Interface

Returns

\Zend_View_Interface

Strategy pattern: currently unutilized

direct() : void
Inherited
inherited_from \Zend_View_Helper_Interface::direct()

Reset object states

resetObjects() : void

Set the View object

setView(\Zend_View_Interface $view) : \Zend_View_Helper_Abstract
Inherited
inherited_from \Zend_View_Helper_Interface::setView()

Parameters

$view

\Zend_View_Interface

Returns

\Zend_View_Helper_Abstract

 Properties

 

$defaultModule

$defaultModule : string

Default

 

$dispatcher

$dispatcher : \Zend_Controller_Dispatcher_Interface

Default

 

$request

$request : \Zend_Controller_Request_Abstract

Default

 

$response

$response : \Zend_Controller_Response_Abstract

Default

 

View object

$view : \Zend_View_Interface

Default

null