Mage_Adminhtml_Rss_CatalogController Class Reference

Inheritance diagram for Mage_Adminhtml_Rss_CatalogController:

Mage_Adminhtml_Controller_Action Mage_Core_Controller_Varien_Action

List of all members.

Public Member Functions

 preDispatch ()
 notifystockAction ()
 reviewAction ()


Detailed Description

Definition at line 35 of file CatalogController.php.


Member Function Documentation

notifystockAction (  ) 

Definition at line 50 of file CatalogController.php.

00051     {
00052         $this->getResponse()->setHeader('Content-type', 'text/xml; charset=UTF-8');
00053         $this->loadLayout(false);
00054         $this->renderLayout();
00055     }

preDispatch (  ) 

Controller predispatch method

Returns:
Mage_Adminhtml_Controller_Action

Reimplemented from Mage_Adminhtml_Controller_Action.

Definition at line 37 of file CatalogController.php.

00038     {
00039         $path = '';
00040         if ($this->getRequest()->getActionName() == 'review') {
00041             $path = 'catalog/reviews_ratings';
00042         } elseif ($this->getRequest()->getActionName() == 'notifystock') {
00043             $path = 'catalog/products';
00044         }
00045         Mage::helper('adminhtml/rss')->authAdmin($path);
00046         parent::preDispatch();
00047         return $this;
00048     }

reviewAction (  ) 

Definition at line 57 of file CatalogController.php.

00058     {
00059         $this->getResponse()->setHeader('Content-type', 'text/xml; charset=UTF-8');
00060         $this->loadLayout(false);
00061         $this->renderLayout();
00062     }


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

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