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