Protected Member Functions | |
_construct () |
Definition at line 34 of file Item.php.
_construct | ( | ) | [protected] |
Varien class constructor
Reimplemented from Mage_Core_Model_Resource_Abstract.
Definition at line 41 of file Item.php.
00042 { 00043 $this->_init('downloadable/link_purchased_item', 'item_id'); 00044 }