Helper for creating URLs for redirects and other tasks
uses | |
---|---|
category | Zend |
package | Zend_Controller |
subpackage | Zend_Controller_Action_Helper |
copyright | Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
license | New BSD License |
inherited_from | \Zend_Controller_Action_Helper_Abstract |
direct(string $action, string $controller= null
, string $module= null
, array $params= null
) : string
Proxies to \simple()
string
string
string
array
string
getActionController() : \Zend_Controller_Action
\Zend_Controller_Action
getFrontController() : \Zend_Controller_Front
\Zend_Controller_Front
getName() : string
string
getRequest() : \Zend_Controller_Request_Abstract
\Zend_Controller_Request_Abstract
$requestgetResponse() : \Zend_Controller_Response_Abstract
\Zend_Controller_Response_Abstract
$responseinit() : void
postDispatch() : void
preDispatch() : void
setActionController(\Zend_Controller_Action $actionController = null
) : \Zend_Controller_ActionHelper_Abstract
\Zend_Controller_Action
\Zend_Controller_ActionHelper_Abstract
Provides a fluent interfacesimple(string $action, string $controller= null
, string $module= null
, array $params= null
) : string
string
string
string
array
string
url(array $urlOptions= array()
, mixed $name= null
, boolean $reset= false
, boolean $encode= true
) : string
This method will typically be used for more complex operations, as it ties into the route objects registered with the router.
array
Options passed to the assemble method of the Route object.
mixed
The name of a Route to use. If null it will use the current Route
boolean
boolean
string
Url for the link href attribute.$_actionController : \Zend_Controller_Action
null
$_frontController : mixed
null