Mage_Api_Model_Rules Class Reference

Inheritance diagram for Mage_Api_Model_Rules:

Mage_Core_Model_Abstract Varien_Object

List of all members.

Public Member Functions

 update ()
 getCollection ()
 saveRel ()

Protected Member Functions

 _construct ()


Detailed Description

Definition at line 27 of file Rules.php.


Member Function Documentation

_construct (  )  [protected]

Enter description here...

Reimplemented from Varien_Object.

Definition at line 29 of file Rules.php.

00030     {
00031         $this->_init('api/rules');
00032     }

getCollection (  ) 

Reimplemented from Mage_Core_Model_Abstract.

Definition at line 39 of file Rules.php.

00039                                     {
00040         return Mage::getResourceModel('api/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     }


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

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