Protected Member Functions | |
_construct () |
Definition at line 35 of file Batch.php.
_construct | ( | ) | [protected] |
Resource initialization
Reimplemented from Mage_Core_Model_Resource_Abstract.
Definition at line 37 of file Batch.php.
00038 { 00039 $this->_init('dataflow/batch', 'batch_id'); 00040 }