API Documentation

Controller/Action/Helper/ActionStack.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_Controller
subpackage
Zend_Controller_Action_Helper
version
$Id: ActionStack.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Controller_Action_Helper_ActionStack

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_Controller_Action_Helper_ActionStack

Extends from
Zend_Controller_Action_Helper_Abstract
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_Controller
subpackage
Zend_Controller_Action_Helper
uses
Zend_Controller_Action_Helper_Abstract
Properties
$_actionStack
Methods
__construct
pushStack
actionToStack
direct

Description

Add to action stack

Properties

$_actionStack

Zend_Controller_Plugin_ActionStack $_actionStack = ''

Details

$_actionStack
Zend_Controller_Plugin_ActionStack
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( ) : void

Constructor

Register action stack plugin

Details
visibility
public
final
false
static
false

actionToStack

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

Push a new action onto the stack

Arguments
$action
string
$controller
string
$module
string
$params
array
Details
visibility
public
final
false
static
false
throws

direct

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

Perform helper when called as $this->_helper->actionStack() from an action controller

Proxies to {@link simple()}

Arguments
$action
string
$controller
string
$module
string
$params
array
Output
boolean
Details
visibility
public
final
false
static
false

pushStack

pushStack( Zend_Controller_Request_Abstract $next ) : Zend_Controller_Action_Helper_ActionStack

Push onto the stack

Arguments
$next
Zend_Controller_Request_Abstract
Output
Zend_Controller_Action_Helper_ActionStack
Provides a fluent interface
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.