Class Mage_Core_Controller_Varien_Exception
Controller exception that can fork different actions, cause forward or redirect
- Exception
- Mage_Core_Controller_Varien_Exception
Package: Mage\Core
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Located at code/core/Mage/Core/Controller/Varien/Exception.php
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Located at code/core/Mage/Core/Controller/Varien/Exception.php
public
|
#
prepareForward( string $actionName = null, string $controllerName = null, string $moduleName = null, array $params = array() )
Prepare data for forwarding action |
public
|
|
public
|
|
public
|
|
public
array
|
|
public
array
|
__construct(),
__toString(),
getCode(),
getFile(),
getLine(),
getMessage(),
getPrevious(),
getTrace(),
getTraceAsString()
|
string |
RESULT_FORWARD
|
'_forward' |
|
string |
RESULT_REDIRECT
|
'_redirect' |
protected
mixed
|
$_resultCallback | null |
|
protected
array
|
$_resultCallbackParams | array() |
|
protected
string
|
$_defaultActionName | 'noroute' |
|
protected
array
|
$_flags | array() |
$code,
$file,
$line,
$message
|