Public Member Functions | |
update () | |
getCollection () | |
saveRel () | |
Protected Member Functions | |
_construct () |
Definition at line 27 of file Rules.php.
_construct | ( | ) | [protected] |
Enter description here...
Reimplemented from Varien_Object.
Definition at line 29 of file Rules.php.
00030 { 00031 $this->_init('admin/rules'); 00032 }
getCollection | ( | ) |
Reimplemented from Mage_Core_Model_Abstract.
Definition at line 39 of file Rules.php.
00039 { 00040 return Mage::getResourceModel('admin/permissions_collection'); 00041 }
saveRel | ( | ) |
Definition at line 43 of file Rules.php.
00043 { 00044 $this->getResource()->saveRel($this); 00045 return $this; 00046 }
update | ( | ) |
Definition at line 34 of file Rules.php.
00034 { 00035 $this->getResource()->update($this); 00036 return $this; 00037 }