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
Mostrar archivo
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 match ( Zend_Controller_Request_Http $request ) : boolean |
$request |
Zend_Controller_Request_Http |
|
return |
boolean |
|