Class Mage_Sales_Model_Resource_Order_Payment_Transaction_Collection
Payment transactions collection
- Varien_Data_Collection_Db
- Mage_Core_Model_Resource_Db_Collection_Abstract
- Mage_Sales_Model_Resource_Collection_Abstract
- Mage_Sales_Model_Resource_Order_Collection_Abstract
- Mage_Sales_Model_Resource_Order_Payment_Transaction_Collection
Direct known subclasses
Mage_Sales_Model_Mysql4_Order_Payment_Transaction_Collection
Package: Mage\Sales
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/Sales/Model/Resource/Order/Payment/Transaction/Collection.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/Sales/Model/Resource/Order/Payment/Transaction/Collection.php
protected
|
|
public
|
|
public
|
|
public
|
|
public
|
#
addPaymentIdFilter(
Payment ID filter setter Can take either the integer id or the payment instance |
public
|
|
public
|
|
public
|
|
protected
|
|
protected
|
getSalesOrder(),
setOrderFilter(),
setSalesOrder()
|
CACHE_TAG
|
protected
integer
|
$_orderId | null |
#
Order ID filter |
protected
array
|
$_addOrderInformation | array() |
#
Columns of order info that should be selected |
protected
array
|
$_addPaymentInformation | array() |
#
Columns of payment info that should be selected |
protected
array
|
$_storeIds | array() |
#
Order Store ids |
protected
integer
|
$_paymentId | null |
#
Payment ID filter |
protected
integer
|
$_parentId | null |
#
Parent ID filter |
protected
array
|
$_txnTypes | null |
#
Filter by transaction type |
protected
string
|
$_orderField | 'order_id' |
#
Order field for setOrderFilter |
$_salesOrder
|