Public Member Functions | Protected Attributes

payment_rdfa Class Reference

Inheritance diagram for payment_rdfa:
Collaboration diagram for payment_rdfa:

List of all members.

Public Member Functions

 save ()
 getAllRDFaPayments ()
 getAssignedRDFaPayments ()

Protected Attributes

 $_sThisTemplate = "payment_rdfa.tpl"
 $_aRDFaPayments

Detailed Description

Admin article RDFa payment manager. Performs collection and updatind (on user submit) main item information. Admin Menu: Shop Settings -> Payment Methods -> RDFa.

Definition at line 8 of file payment_rdfa.php.


Member Function Documentation

payment_rdfa.getAllRDFaPayments (  ) 

Returns an array including all available RDFa payments.

Returns:
array

Definition at line 67 of file payment_rdfa.php.

payment_rdfa.getAssignedRDFaPayments (  ) 

Returns array of RDFa payments which are assigned to current payment

Returns:
array

Definition at line 87 of file payment_rdfa.php.

payment_rdfa.save (  ) 

Saves changed mapping configurations

Reimplemented from oxAdminView.

Reimplemented in deliveryset_rdfa.

Definition at line 43 of file payment_rdfa.php.


Member Data Documentation

payment_rdfa.$_aRDFaPayments [protected]
Initial value:
 array("ByBankTransferInAdvance" => 0,
                                      "ByInvoice"               => 0,
                                      "Cash"                    => 0,
                                      "CheckInAdvance"          => 0,
                                      "COD"                     => 0,
                                      "DirectDebit"             => 0,
                                      "GoogleCheckout"          => 0,
                                      "PayPal"                  => 0,
                                      "PaySwarm"                => 0,
                                      "AmericanExpress"         => 1,
                                      "DinersClub"              => 1,
                                      "Discover"                => 1,
                                      "JCB"                     => 1,
                                      "MasterCard"              => 1,
                                      "VISA"                    => 1)

Definition at line 24 of file payment_rdfa.php.

payment_rdfa.$_sThisTemplate = "payment_rdfa.tpl" [protected]

Reimplemented from oxAdminView.

Reimplemented in deliveryset_rdfa.

Definition at line 16 of file payment_rdfa.php.


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