Mage_Core_Model_Mysql4_History Class Reference

List of all members.

Public Member Functions

 __construct ()
 addChanges ($code, $userId, $data)

Protected Attributes

 $_changeTable = null
 $_changeInfoTable = null


Detailed Description

Definition at line 34 of file History.php.


Constructor & Destructor Documentation

__construct (  ) 

Definition at line 39 of file History.php.

00040     {
00041         $this->_changeTable = Mage::getSingleton('core/resource')->getTableName('core/data_change');
00042         $this->_changeInfoTable = Mage::getSingleton('core/resource')->getTableName('core/data_change_info');
00043     }


Member Function Documentation

addChanges ( code,
userId,
data 
)

Add data changes

$data = array( [$tableName] => array( [pk_value] [type] = 'insert' || 'update' || 'delete' [before] [after] ) )

Parameters:
string $code
int $userId
array $data

Definition at line 61 of file History.php.

00062     {
00063         
00064     }


Member Data Documentation

$_changeInfoTable = null [protected]

Definition at line 37 of file History.php.

$_changeTable = null [protected]

Definition at line 36 of file History.php.


The documentation for this class was generated from the following file:

Generated on Sat Jul 4 17:23:59 2009 for Magento by  doxygen 1.5.8