Public Member Functions | Protected Member Functions | Protected Attributes

oxtsprotection Class Reference

Inheritance diagram for oxtsprotection:
Collaboration diagram for oxtsprotection:

List of all members.

Public Member Functions

 __construct ()
 getTsProducts ($dPrice)
 getTsProduct ($sTsId)
 getProduct ($sKey)
 requestForTsProtection ($aValues, $sPaymentId)
 checkCertificate ($iTrustedShopId, $blTsTestMode)
 executeSoap ($sSoapUrl, $sFunction, $sValues)

Protected Member Functions

 _getTsPaymentId ($sPaymentId)
 _getTsProductIds ()
 _getProductNettPrices ()
 _getProductAmounts ()
 _getTsProducts ()
 _getTsProductCurrId ($sTsId, $sCurr)

Protected Attributes

 $_aProducts = null
 $_aProductIds = null
 $_aProductNettPrices = null
 $_aProductAmounts = null
 $_sTsProtectProducts
 $_sTsCurrencyProducts

Detailed Description

TRusted shops protection product manager.

Definition at line 6 of file oxtsprotection.php.


Constructor & Destructor Documentation

oxtsprotection.__construct (  ) 

Class constructor, loads base objects.

Returns:
null

Reimplemented from oxSuperCfg.

Definition at line 67 of file oxtsprotection.php.


Member Function Documentation

oxtsprotection._getProductAmounts (  )  [protected]

Returns TS protection product amounts

Returns:
array

Definition at line 299 of file oxtsprotection.php.

oxtsprotection._getProductNettPrices (  )  [protected]

Returns TS protection product nettprices

Returns:
array

Definition at line 280 of file oxtsprotection.php.

oxtsprotection._getTsPaymentId ( sPaymentId  )  [protected]

Returns TS payment id by shop payment id

Parameters:
string $sPaymentId payment id
Returns:
string

Definition at line 250 of file oxtsprotection.php.

oxtsprotection._getTsProductCurrId ( sTsId,
sCurr 
) [protected]

Returns TS protection product id by currency

Parameters:
string $sTsId product id
string $sCurr active currency
Returns:
array

Definition at line 337 of file oxtsprotection.php.

oxtsprotection._getTsProductIds (  )  [protected]

Returns TS protection product Ids

Returns:
array

Definition at line 264 of file oxtsprotection.php.

oxtsprotection._getTsProducts (  )  [protected]

Returns TS protection products

Returns:
array

Definition at line 318 of file oxtsprotection.php.

oxtsprotection.checkCertificate ( iTrustedShopId,
blTsTestMode 
)

Executes TS certificate check

Parameters:
integer $iTrustedShopId Trusted shop Id
bool $blTsTestMode if test mode is on
Returns:
object

Definition at line 201 of file oxtsprotection.php.

oxtsprotection.executeSoap ( sSoapUrl,
sFunction,
sValues 
)

Executes SOAP call

Parameters:
string $sSoapUrl soap url
string $sFunction soap funkction
string $sValues values sent per soap
Returns:
object

Definition at line 227 of file oxtsprotection.php.

oxtsprotection.getProduct ( sKey  ) 

Creats and returns TS protection product by key

Parameters:
string $sKey key
Returns:
object

Definition at line 117 of file oxtsprotection.php.

oxtsprotection.getTsProduct ( sTsId  ) 

Returns TS protection product by id

Parameters:
string $sTsId TS protection product id
Returns:
object

Definition at line 103 of file oxtsprotection.php.

oxtsprotection.getTsProducts ( dPrice  ) 

Returns array of TS protection products according to order price

Parameters:
double $dPrice order price
Returns:
array

Definition at line 81 of file oxtsprotection.php.

oxtsprotection.requestForTsProtection ( aValues,
sPaymentId 
)

Executes TS protection

Parameters:
array $aValues Order values
string $sPaymentId Order payment id
Returns:
bool

Definition at line 142 of file oxtsprotection.php.


Member Data Documentation

oxtsprotection.$_aProductAmounts = null [protected]

Definition at line 34 of file oxtsprotection.php.

oxtsprotection.$_aProductIds = null [protected]

Definition at line 20 of file oxtsprotection.php.

oxtsprotection.$_aProductNettPrices = null [protected]

Definition at line 27 of file oxtsprotection.php.

oxtsprotection.$_aProducts = null [protected]

Definition at line 13 of file oxtsprotection.php.

oxtsprotection.$_sTsCurrencyProducts [protected]
Initial value:
 array( "TS080501_500_30_EUR"   => array( "GBP" => "TS100629_500_30_GBP", "CHF" => "TS100629_1500_30_GBP", "USD" => "TS080501_500_30_USD" ),
                                       "TS080501_1500_30_EUR"  => array( "GBP" => "TS100629_1500_30_GBP", "CHF" => "TS100629_1500_30_CHF", "USD" => "TS100629_1500_30_USD" ),
                                       "TS080501_2500_30_EUR"  => array( "GBP" => "TS100629_2500_30_GBP", "CHF" => "TS100629_2500_30_CHF", "USD" => "TS100629_2500_30_USD" ),
                                       "TS080501_5000_30_EUR"  => array( "GBP" => "TS100629_5000_30_GBP", "CHF" => "TS100629_5000_30_CHF", "USD" => "TS100629_5000_30_USD" ),
                                       "TS080501_10000_30_EUR" => array( "GBP" => "TS100629_1000_30_GBP", "CHF" => "TS100629_10000_30_CHF", "USD" => "TS100629_10000_30_USD" ),
                                       "TS080501_20000_30_EUR" => array( "GBP" => "TS100629_2000_30_GBP", "CHF" => "TS100629_20000_30_CHF", "USD" => "TS100629_20000_30_USD" )
                                )

Definition at line 54 of file oxtsprotection.php.

oxtsprotection.$_sTsProtectProducts [protected]
Initial value:
 array( "TS080501_500_30_EUR"   => array( "netto" => "0.82", "amount" => "500" ),
                                       "TS080501_1500_30_EUR"  => array( "netto" => "2.47", "amount" => "1500" ),
                                       "TS080501_2500_30_EUR"  => array( "netto" => "4.12", "amount" => "2500" ),
                                       "TS080501_5000_30_EUR"  => array( "netto" => "8.24", "amount" => "5000" ),
                                       "TS080501_10000_30_EUR" => array( "netto" => "16.47", "amount" => "10000" ),
                                       "TS080501_20000_30_EUR" => array( "netto" => "32.94", "amount" => "20000" )
                                )

Definition at line 41 of file oxtsprotection.php.


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