Overview

Packages

  • currencysymbol
  • MAbout
  • Mage
    • Admin
    • Adminhtml
    • AdminNotification
    • Api
    • Api2
    • Authorizenet
    • Backup
    • Bundle
    • Captcha
    • Catalog
    • CatalogIndex
    • CatalogInventory
    • CatalogRule
    • CatalogSearch
    • Centinel
    • Checkout
    • Cms
    • Compiler
    • Connect
    • Contacts
    • Core
    • Cron
    • CurrencySymbol
    • Customer
    • Dataflow
    • Directory
    • DirtectPost
    • Downloadable
    • Eav
    • GiftMessage
    • GoogleAnalytics
    • GoogleBase
    • GoogleCheckout
    • ImportExport
    • Index
    • Install
    • Log
    • Media
    • Newsletter
    • Oauth
    • Page
    • PageCache
    • Paygate
    • Payment
    • Paypal
    • PaypalUk
    • Persistent
    • Poll
    • ProductAlert
    • Rating
    • Reports
    • Review
    • Rss
    • Rule
    • Sales
    • SalesRule
    • Sedfriend
    • Sendfriend
    • Shipping
    • Sitemap
    • Tag
    • Tax
    • Usa
    • Weee
    • Widget
    • Wishlist
    • XmlConnect
  • None
  • Phoenix
    • Moneybookers
  • PHP
  • Zend
    • Date
    • Mime
    • XmlRpc

Classes

  • Mage_Centinel_Adminhtml_Centinel_IndexController
  • Mage_Centinel_Block_Adminhtml_Validation
  • Mage_Centinel_Block_Adminhtml_Validation_Form
  • Mage_Centinel_Block_Authentication
  • Mage_Centinel_Block_Authentication_Complete
  • Mage_Centinel_Block_Authentication_Start
  • Mage_Centinel_Block_Logo
  • Mage_Centinel_Helper_Data
  • Mage_Centinel_IndexController
  • Mage_Centinel_Model_Api
  • Mage_Centinel_Model_Config
  • Mage_Centinel_Model_Observer
  • Mage_Centinel_Model_Service
  • Mage_Centinel_Model_Session
  • Mage_Centinel_Model_State_Jcb
  • Mage_Centinel_Model_State_Mastercard
  • Mage_Centinel_Model_State_Visa
  • Mage_Centinel_Model_StateAbstract
  • Overview
  • Package
  • Class
  • Tree

Class Mage_Centinel_Model_Config

Config centinel model

Package: Mage\Centinel
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Located at code/core/Mage/Centinel/Model/Config.php
Methods summary
public Mage_Centinel_Model_Config
# setStore( integer|Mage_Core_Model_Store $store )

Set store to congif model

Set store to congif model

Parameters

$store
integer|Mage_Core_Model_Store
$store

Returns

Mage_Centinel_Model_Config
public integer|Mage_Core_Model_Store
# getStore( )

Return store

Return store

Returns

integer|Mage_Core_Model_Store
public string
# getStateModelClass( string $cardType )

Return validation state class for card with type $cardType

Return validation state class for card with type $cardType

Parameters

$cardType
string
$cardType

Returns

string
public string
# getProcessorId( )

Return centinel processorId

Return centinel processorId

Returns

string
public string
# getMerchantId( )

Return centinel merchantId

Return centinel merchantId

Returns

string
public string
# getTransactionPwd( )

Return centinel transactionPwd

Return centinel transactionPwd

Returns

string
public boolean
# getIsTestMode( )

Return flag - is centinel mode test

Return flag - is centinel mode test

Returns

boolean
private string
# _getServiceConfigValue( string $key )

Return value of node of centinel config section

Return value of node of centinel config section

Parameters

$key
string
$key

Returns

string
public boolean
# getDebugFlag( )

Define if debugging is enabled

Define if debugging is enabled

Returns

boolean
Properties summary
protected integer|Mage_Core_Model_Store $_store false
#

Store id or store model

Store id or store model

protected string $_serviceConfigPath 'payment_services/centinel'
#

Path of centinel config

Path of centinel config

protected string $_cardTypesConfigPath 'global/payment/cc/types'
#

Path of cards config

Path of cards config

Magento 1.7.0.2 API documentation generated by ApiGen 2.8.0