Class Mage_Core_Helper_Url_Rewrite
Url rewrite helper
- Mage_Core_Helper_Abstract
- Mage_Core_Helper_Url_Rewrite
Package: Mage\Core
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Core/Helper/Url/Rewrite.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Core/Helper/Url/Rewrite.php
protected
boolean
|
#
_validateRequestPath( mixed $requestPath )
Core func to validate request path If something is wrong with a path it throws localized error message and error code, that can be checked to by wrapper func to alternate error message |
public
boolean
|
#
validateRequestPath( mixed $requestPath )
Validates request path Either returns TRUE (success) or throws error (validation failed) |
public
boolean
|
#
validateSuffix( mixed $suffix )
Validates suffix for url rewrites to inform user about errors in it Either returns TRUE (success) or throws error (validation failed) |
integer |
VERR_MANYSLASHES
|
1 |
#
Validation error constants |
integer |
VERR_ANCHOR
|
2 |
$_layout,
$_moduleName,
$_request
|