Protected Member Functions | |
_construct () |
Definition at line 34 of file Option.php.
_construct | ( | ) | [protected] |
Resource initialization
Reimplemented from Mage_Core_Model_Resource_Abstract.
Definition at line 36 of file Option.php.
00037 { 00038 $this->_init('sales/quote_item_option', 'option_id'); 00039 }