API Documentation

View/Helper/Action.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_View
subpackage
Helper
version
$Id: Action.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_View_Helper_Action

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_View_Helper_Action

Extends from
Zend_View_Helper_Abstract
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_View
subpackage
Helper
Properties
$defaultModule
$dispatcher
$request
$response
Methods
__construct
resetObjects
action
cloneView

Description

Helper for rendering output of a controller action

Properties

$defaultModule

string $defaultModule = ''

Details

$defaultModule
string
visibility
public
default
final
false
static
false

$dispatcher

Zend_Controller_Dispatcher_Interface $dispatcher = ''

Details

$dispatcher
Zend_Controller_Dispatcher_Interface
visibility
public
default
final
false
static
false

$request

Zend_Controller_Request_Abstract $request = ''

Details

$request
Zend_Controller_Request_Abstract
visibility
public
default
final
false
static
false

$response

Zend_Controller_Response_Abstract $response = ''

Details

$response
Zend_Controller_Response_Abstract
visibility
public
default
final
false
static
false

Methods

__construct

__construct( ) : void

Constructor

Grab local copies of various MVC objects

Details
visibility
public
final
false
static
false

action

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

Retrieve rendered contents of a controller action

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

Arguments
$action
string
$controller
string
$module
string
Defaults to default module
$params
array
Output
string
Details
visibility
public
final
false
static
false

cloneView

cloneView( ) : Zend_View_Interface

Clone the current View

Details
visibility
public
final
false
static
false

resetObjects

resetObjects( ) : void

Reset object states

Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.