
Public Member Functions | |
| setFront ($front) | |
| getFront () | |
| getFrontNameByRoute ($routeName) | |
| getRouteByFrontName ($frontName) | |
| match (Zend_Controller_Request_Http $request) | |
Protected Attributes | |
| $_front | |
Definition at line 27 of file Abstract.php.
| getFront | ( | ) |
| getFrontNameByRoute | ( | $ | routeName | ) |
Reimplemented in Mage_Core_Controller_Varien_Router_Standard.
Definition at line 42 of file Abstract.php.
| getRouteByFrontName | ( | $ | frontName | ) |
Reimplemented in Mage_Core_Controller_Varien_Router_Standard.
Definition at line 47 of file Abstract.php.
| match | ( | Zend_Controller_Request_Http $ | request | ) | [abstract] |
| setFront | ( | $ | front | ) |
$_front [protected] |
Definition at line 29 of file Abstract.php.
1.5.8