Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages | Examples

tx_commerce_payment_prepayment Class Reference

List of all members.

Public Member Functions

 needAdditionalData ($pObj)
 getAdditonalFieldsConfig ($pObj)
 proofData ($formData, $pObj)
 finishingFunction ($config, $session, $basket, $pObj)
 updateOrder ($orderUid, $session, $pObj)
 getLastError ($finish=0, $pObj)

Public Attributes

 $errorFields = array()
 In this var the wrong fields are stored (for future use).
 $errorMessages = array()
 This var holds the errormessages (keys are the fieldnames).

Member Function Documentation

tx_commerce_payment_prepayment::finishingFunction config,
session,
basket,
pObj
 

This method is called in the last step. Here can be made some final checks or whatever is needed to be done before saving some data in the database. Write any errors into $this->errorMessages! To save some additonal data in the database use the method updateOrder().

Parameters:
array $config: The configuration from the TYPO3_CONF_VARS
boolean True or false

tx_commerce_payment_prepayment::getAdditonalFieldsConfig pObj  ) 
 

tx_commerce_payment_prepayment::getLastError finish = 0,
pObj
 

Returns the last error message

tx_commerce_payment_prepayment::needAdditionalData pObj  ) 
 

tx_commerce_payment_prepayment::proofData formData,
pObj
 

tx_commerce_payment_prepayment::updateOrder orderUid,
session,
pObj
 

This method can make something with the created order. For example add the reference id for payments with creditcards.


Member Data Documentation

tx_commerce_payment_prepayment::$errorFields = array()
 

In this var the wrong fields are stored (for future use).

tx_commerce_payment_prepayment::$errorMessages = array()
 

This var holds the errormessages (keys are the fieldnames).


The documentation for this class was generated from the following file:
Generated on Sun Jan 13 23:12:23 2008 for tx_commerce by  doxygen 1.4.4