Controller/Action/Helper/Abstract.php

Show: PublicProtectedPrivateinherited
Table of Contents
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.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Controller  
Subpackage
Zend_Controller_Action_Helper  
Version
$Id$  

\Zend_Controller_Action_Helper_Abstract

Package: Zend_Controller\Zend_Controller_Action_Helper
Children
\Zend_Controller_Action_Helper_ViewRenderer
\Zend_Controller_Action_Helper_Redirector
\Zend_Controller_Action_Helper_Url
\Zend_Controller_Action_Helper_Json
\Zend_Controller_Action_Helper_FlashMessenger
\Zend_Controller_Action_Helper_ActionStack
\Zend_Controller_Action_Helper_ContextSwitch
\Zend_Controller_Action_Helper_Cache
\Zend_Controller_Action_Helper_AutoComplete_Abstract
\Zend_Layout_Controller_Action_Helper_Layout
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotected\Zend_Controller_Action $_actionController = null
$_actionController
Default valuenullDetails
Type
\Zend_Controller_Action
>VPropertyprotectedmixed $_frontController = null
Default valuenullDetails
Type
mixed

Methods

methodpublicgetActionController() : \Zend_Controller_Action

Retrieve current action controller

Returns
TypeDescription
\Zend_Controller_Action
methodpublicgetFrontController() : \Zend_Controller_Front

Retrieve front controller instance

Returns
TypeDescription
\Zend_Controller_Front
methodpublicgetName() : string

getName()

Returns
TypeDescription
string
methodpublicgetRequest() : \Zend_Controller_Request_Abstract

getRequest() -

Returns
TypeDescription
\Zend_Controller_Request_Abstract$request
methodpublicgetResponse() : \Zend_Controller_Response_Abstract

getResponse() -

Returns
TypeDescription
\Zend_Controller_Response_Abstract$response
methodpublicinit() : void

Hook into action controller initialization

methodpublicpostDispatch() : void

Hook into action controller postDispatch() workflow

methodpublicpreDispatch() : void

Hook into action controller preDispatch() workflow

methodpublicsetActionController(\Zend_Controller_Action $actionController = null) : \Zend_Controller_ActionHelper_Abstract

setActionController()

Parameters
NameTypeDescription
$actionController\Zend_Controller_Action
Returns
TypeDescription
\Zend_Controller_ActionHelper_AbstractProvides a fluent interface
Documentation was generated by phpDocumentor 2.2.0 .