Public Member Functions | |
indexAction () | |
Protected Member Functions | |
_isAllowed () |
Definition at line 35 of file EditorController.php.
_isAllowed | ( | ) | [protected] |
Reimplemented from Mage_Adminhtml_Controller_Action.
Definition at line 46 of file EditorController.php.
00047 { 00048 return Mage::getSingleton('admin/session')->isAllowed('media'); 00049 }
indexAction | ( | ) |
Definition at line 37 of file EditorController.php.
00038 { 00039 $this->loadLayout(); 00040 $this->_addContent( 00041 $this->getLayout()->createBlock('adminhtml/media_editor') 00042 ); 00043 $this->renderLayout(); 00044 }