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

Class: Payment_Process_Result_AuthorizeNet

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

Class Overview

Payment_Process_Result
   |
   --Payment_Process_Result_AuthorizeNet

Payment_Process_Result


Author(s):

Version:

  • @version@

Methods


Inherited Variables

Inherited Methods


Class Details

[line 294]
Payment_Process_Result

The core result class that should be returned from each driver's process() function. This should be extended as Payment_Process_Result_DriverName and then have the appropriate fields mapped out accordingly.

Take special care to appropriately create a parse() function in your result class. You can then call _mapFields() with a resultArray (ie. exploded result) to map your results from parse() into the member variables.

Please note that this class keeps your original codes intact so they can be accessed directly and then uses the function wrappers to return uniform Payment_Process codes.



[ Top ]


Method Detail

parse   [line 534]

void parse( )


Overrides Payment_Process_Result::parse() (parse)
[ Top ]

Payment_Process_Response_AuthorizeNet   [line 529]

void Payment_Process_Response_AuthorizeNet( mixed $rawResponse)


[ Top ]


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