Public Member Functions | |
preDispatch () | |
newAction () |
Definition at line 35 of file OrderController.php.
newAction | ( | ) |
Definition at line 44 of file OrderController.php.
00045 { 00046 Mage::helper('rss')->authAdmin('sales/order'); 00047 $this->getResponse()->setHeader('Content-type', 'text/xml; charset=UTF-8'); 00048 $this->loadLayout(false); 00049 $this->renderLayout(); 00050 }
preDispatch | ( | ) |
Controller predispatch method
Reimplemented from Mage_Adminhtml_Controller_Action.
Definition at line 37 of file OrderController.php.
00038 { 00039 Mage::helper('adminhtml/rss')->authAdmin('catalog/reviews_ratings'); 00040 parent::preDispatch(); 00041 return $this; 00042 }