
Protected Member Functions | |
| _construct () | |
Protected Attributes | |
| $_eventPrefix = 'giftregisty_gift' | |
| $_eventObject = 'gift' | |
Definition at line 35 of file Gift.php.
| _construct | ( | ) | [protected] |
Enter description here...
Reimplemented from Varien_Object.
Definition at line 40 of file Gift.php.
00041 { 00042 $this->_init('giftregistry/gift'); 00043 }
$_eventObject = 'gift' [protected] |
$_eventPrefix = 'giftregisty_gift' [protected] |
1.5.8