Payment_Process
[ class tree: Payment_Process ] [ index: Payment_Process ] [ all elements ]

Class: Payment_Process_Dummy

Source Location: /Payment_Process-0.5.8/Process/Dummy.php

Class Overview

PEAR
   |
   --Payment_Process
      |
      --Payment_Process_Common
         |
         --Payment_Process_Dummy

Payment_PAYMENT_PROCESS_Dummy


Author(s):

Version:

  • @version@

Methods


Inherited Variables

Inherited Methods

Class: Payment_Process_Common

Payment_Process_Common::debug()
Print a debug message.
Payment_Process_Common::getResult()
Get transaction result.
Payment_Process_Common::process()
Process the transaction.
Payment_Process_Common::setPayment()
Set payment
Payment_Process_Common::validate()
Validate data before processing.

Class: Payment_Process

Payment_Process::factory()
Return an instance of a specific processor.
Payment_Process::fieldExists()
Determines if a field exists.
Payment_Process::getFields()
Get a list of fields.
Payment_Process::getOption()
Get an option value.
Payment_Process::isError()
Statically check a Payment_Result class for error
Payment_Process::isRequired()
Determine if a field is required.
Payment_Process::isSuccess()
Statically check a Payment_Result class for success
Payment_Process::set()
Set a value.
Payment_Process::setFrom()
Set many fields.
Payment_Process::setOption()
Set an option value
Payment_Process::setOptions()
Set class options.

Class Details

[line 34]
Payment_PAYMENT_PROCESS_Dummy

A dummy processor for offline testing. It can be made to return different result codes and messages for testing purposes.



[ Top ]


Method Detail

process   [line 68]

mixed &process( )

Process the (dummy) transaction
  • Return: Payment_Process_Result instance or PEAR_Error

Overrides Payment_Process_Common::process() (Process the transaction.)
[ Top ]


Documentation generated on Mon, 11 Apr 2005 14:35:37 -0400 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.