Class Mage_Core_Controller_Varien_Router_Standard
Magento
NOTICE OF LICENSE
This source file is subject to the Open Software License (OSL 3.0) that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://opensource.org/licenses/osl-3.0.php 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@magentocommerce.com so we can send you a copy immediately.
DISCLAIMER
Do not edit or add to this file if you wish to upgrade Magento to newer versions in the future. If you wish to customize Magento for your needs please refer to http://www.magentocommerce.com for more information.
- Mage_Core_Controller_Varien_Router_Abstract
- Mage_Core_Controller_Varien_Router_Standard
Direct known subclasses
Mage_Core_Controller_Varien_Router_AdminCategory: Mage
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/Router/Standard.php
public
|
|
public
|
|
protected
boolean
|
|
protected
boolean
|
|
public
boolean
|
|
protected
string
|
|
protected
boolean
|
#
_noRouteShouldBeApplied( )
Allow to control if we need to enable no route functionality in current router |
protected
mixed
|
#
_validateControllerClassName( mixed $realModule, mixed $controller )
Generating and validating class file name, class and if evrything ok do include if needed and return of class name |
protected
boolean
|
#
_includeControllerClass( string $controllerFileName, string $controllerClassName )
Include the file containing controller class if this class is not defined yet |
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
protected
|
#
_checkShouldBeSecure(
Check that request uses https protocol if it should. Function redirects user to correct URL if needed. |
protected
|
|
protected
boolean
|
#
_shouldBeSecure( string $path )
Check whether URL for corresponding path should use https protocol |
getFront(),
setFront()
|
protected
array
|
$_modules | array() |
|
protected
array
|
$_routes | array() |
|
protected
array
|
$_dispatchData | array() |
$_front
|