Controller/Action/Helper/Abstract.php
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
Methods
getActionController() : \Zend_Controller_Action
Retrieve current action controller
Returns
Type | Description |
---|---|
\Zend_Controller_Action |
getFrontController() : \Zend_Controller_Front
Retrieve front controller instance
Returns
Type | Description |
---|---|
\Zend_Controller_Front |
getRequest() : \Zend_Controller_Request_Abstract
getRequest() -
Returns
Type | Description |
---|---|
\Zend_Controller_Request_Abstract | $request |
getResponse() : \Zend_Controller_Response_Abstract
getResponse() -
Returns
Type | Description |
---|---|
\Zend_Controller_Response_Abstract | $response |
setActionController(\Zend_Controller_Action $actionController = null) : \Zend_Controller_ActionHelper_Abstract
setActionController()
Parameters
Returns
Name | Type | Description |
---|---|---|
$actionController | \Zend_Controller_Action |
Type | Description |
---|---|
\Zend_Controller_ActionHelper_Abstract | Provides a fluent interface |