Protected Member Functions | |
_construct () |
Definition at line 27 of file Collection.php.
_construct | ( | ) | [protected] |
Initialization here
Reimplemented from Mage_Core_Model_Mysql4_Collection_Abstract.
Definition at line 29 of file Collection.php.
00030 { 00031 $this->_init('api/rules'); 00032 }