Protected Member Functions | |
_construct () |
Definition at line 35 of file Session.php.
_construct | ( | ) | [protected] |
Resource initialization
Reimplemented from Mage_Core_Model_Resource_Abstract.
Definition at line 38 of file Session.php.
00039 { 00040 $this->_init('dataflow/session', 'session_id'); 00041 }