Protected Member Functions | |
_construct () |
Definition at line 34 of file Purchased.php.
_construct | ( | ) | [protected] |
Enter description here...
Reimplemented from Varien_Object.
Definition at line 40 of file Purchased.php.
00041 { 00042 $this->_init('downloadable/link_purchased'); 00043 parent::_construct(); 00044 }