Custom Zend_Controller_Request_Http class (formally)
Allows dispatching before and after events for each controller action
Located in /Core/Controller/Request/Http.php (line 35)
Zend_Controller_Request_Http | --Mage_Core_Controller_Request_Http
Request's original information before forward.
Streight request flag.
If flag is determined no additional logic is applicable
ORIGINAL_PATH_INFO
Path info array used before applying rewrite from config
Retrieve the action name
Retrieve an alias
Retrieve the actual key represented by the alias $name.
Retrieve the list of all aliases
Retrieve property's value which was before _forward call.
If property was not changed during _forward call null will be returned. If passed name will be null whole state array will be returned.
Get module name of currently used controller
Retrieve the controller name
Get list of front names available with access without store code
Retrieve HTTP HOST
Retrieve the module name
Returns ORIGINAL_PATH_INFO.
This value is calculated instead of reading PATH_INFO directly from $_SERVER due to cross-platform differences.
Get action name used in request (ignore rewrite)
Get controller name used in request (ignore rewrite)
Get route name used in request (ignore rewrite)
Collect properties changed by _forward in protected storage before _forward was called first time.
Check is Request from AJAX
Check if code declared as direct access frontend name this mean what this url can be used without store code
Specify/get _isStraight flag value
Specify new path info It happen when occur rewrite based on configuration
Specify module name where was found currently used controller
Set the PATH_INFO string Set the ORIGINAL_PATH_INFO string
Set a member of the $_POST superglobal
Set routing info data
Check if can be store code as part of url
Documentation generated on Fri, 11 Feb 2011 17:06:16 +0200 by phpDocumentor 1.4.3