Class Mage_Core_Model_Resource_Transaction
Resource transaction model
Package: Mage\Core
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Core/Model/Resource/Transaction.php
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Core/Model/Resource/Transaction.php
protected
|
|
protected
|
|
protected
|
|
protected
|
|
public
|
#
addObject(
Adding object for using in transaction |
public
|
#
addCommitCallback( callable $callback )
Add callback function which will be called before commit transactions |
public
|
|
public
|
protected
array
|
$_objects | array() |
#
Objects which will be involved to transaction |
protected
array
|
$_objectsByAlias | array() |
#
Transaction objects array with alias key |
protected
array
|
$_beforeCommitCallbacks | array() |
#
Callbacks array. |