API Documentation

Controller/Action/Helper/Abstract.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: Abstract.php 20261 2010-01-13 18:55:25Z matthew $
Classes
Zend_Controller_Action_Helper_Abstract

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_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
Properties
$_actionController
$_frontController
Methods
setActionController
getActionController
getFrontController
init
preDispatch
postDispatch
getRequest
getResponse
getName

Description

Properties

$_actionController

Zend_Controller_Action $_actionController = 'null'

$_actionController

Details

$_actionController
Zend_Controller_Action
visibility
protected
default
null
final
false
static
false

$_frontController

mixed $_frontController = 'null'

Details

$_frontController
mixed
visibility
protected
default
null
final
false
static
false

Methods

getActionController

getActionController( ) : Zend_Controller_Action

Retrieve current action controller

Details
visibility
public
final
false
static
false

getFrontController

getFrontController( ) : Zend_Controller_Front

Retrieve front controller instance

Details
visibility
public
final
false
static
false

getName

getName( ) : string

getName()

Output
string
Details
visibility
public
final
false
static
false

getRequest

getRequest( ) : Zend_Controller_Request_Abstract

getRequest() -

Details
visibility
public
final
false
static
false

getResponse

getResponse( ) : Zend_Controller_Response_Abstract

getResponse() -

Details
visibility
public
final
false
static
false

init

init( ) : void

Hook into action controller initialization

Details
visibility
public
final
false
static
false

postDispatch

postDispatch( ) : void

Hook into action controller postDispatch() workflow

Details
visibility
public
final
false
static
false

preDispatch

preDispatch( ) : void

Hook into action controller preDispatch() workflow

Details
visibility
public
final
false
static
false

setActionController

setActionController( Zend_Controller_Action $actionController = null ) : Zend_Controller_ActionHelper_Abstract

setActionController()

Arguments
$actionController
Zend_Controller_Action
Output
Zend_Controller_ActionHelper_Abstract
Provides a fluent interface
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.