PHP Class Catalin_SEO_Controller_Router

NOTICE OF LICENSE This source file is subject to the MIT License (MIT) that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: https://opensource.org/licenses/MIT
Inheritance: extends Mage_Core_Controller_Varien_Router_Standard
Show file Open project: caciobanu/improved-magento-layered-navigation

Public Methods

Method Description
initControllerRouters ( Varien_Event_Observer $observer ) Add catalog router to front controller
match ( Zend_Controller_Request_Http $request ) : boolean Match the request

Method Details

initControllerRouters() public method

Add catalog router to front controller
public initControllerRouters ( Varien_Event_Observer $observer )
$observer Varien_Event_Observer

match() public method

Match the request
public match ( Zend_Controller_Request_Http $request ) : boolean
$request Zend_Controller_Request_Http
return boolean