PEAR | --Payment_Process | --Payment_Process_Common
[line 46]
An internal reference to the Payment_Process_Type that is currently being processed.
[line 33]
void debug( string $msg)
This will only print the message if 'debug' is set in the Processor options.
void getResult( )
This function should be overloaded by the processor.
void process( )
Overridden in child classes as:
bool setPayment( mixed $payment)
Returns false if payment could not be set. This usually means the payment type is not valid or that the payment type is valid, but did not validate. It could also mean that the payment type is not supported by the given processor.
boolean validate( )
This function may be overloaded by the processor.