Mage_CatalogSearch_TermController Class Reference

Inheritance diagram for Mage_CatalogSearch_TermController:

Mage_Core_Controller_Front_Action Mage_Core_Controller_Varien_Action

List of all members.

Public Member Functions

 preDispatch ()
 popularAction ()


Detailed Description

Definition at line 28 of file TermController.php.


Member Function Documentation

popularAction (  ) 

Definition at line 39 of file TermController.php.

00040     {
00041         $this->loadLayout();
00042         $this->renderLayout();
00043     }

preDispatch (  ) 

Predispatch: shoud set layout area

Returns:
Mage_Core_Controller_Front_Action

Reimplemented from Mage_Core_Controller_Front_Action.

Definition at line 30 of file TermController.php.

00030                                  {
00031         parent::preDispatch();
00032         if(!Mage::getStoreConfig('catalog/seo/search_terms')){
00033               $this->_redirect('noroute');
00034               $this->setFlag('',self::FLAG_NO_DISPATCH,true);
00035         }
00036         return $this;
00037 
00038     }


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:23:49 2009 for Magento by  doxygen 1.5.8