Class Mage_Payment_Model_Info
Payment information model
- Varien_Object
- Mage_Core_Model_Abstract
- Mage_Payment_Model_Info
Package: Mage\Payment
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/Payment/Model/Info.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/Payment/Model/Info.php
public
unknown
|
|
public
|
|
public
string
|
|
public
string
|
|
public
|
#
setAdditionalInformation( string|array $key, mixed $value = null )
Additional information setter Updates data inside the 'additional_information' array or all 'additional_information' if key is data array |
public
array|null|mixed
|
#
getAdditionalInformation( string $key = null )
Getter for entire additional_information value or one of its element by key |
public
|
#
unsAdditionalInformation( string $key = null )
Unsetter for entire additional_information value or one of its element by key |
public
boolean
|
#
hasAdditionalInformation( mixed $key = null )
Check whether there is additional information by specified key |
protected
|
protected
array
|
$_additionalInformation | -1 |
#
Additional information container |
$_cacheTag,
$_dataSaveAllowed,
$_eventObject,
$_eventPrefix,
$_isObjectNew,
$_resource,
$_resourceCollectionName,
$_resourceName
|