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

Source for file Dummy.php

Documentation is available at Dummy.php

  1. <?php
  2. require_once 'Payment/Process2/Result.php';
  3. require_once 'Payment/Process2/Result/Driver.php';
  4.  
  5. /**
  6.  * Dummy response
  7.  *
  8.  * @category Payment
  9.  * @package  Payment_Process2
  10.  * @author   Ian Eure <ieure@php.net>
  11.  * @license  http://www.opensource.org/licenses/bsd-license.php BSD License
  12.  * @version  Release: @package_version@
  13.  * @link     http://pear.php.net/package/Payment_Process2
  14.  */
  15. class Payment_Process2_Result_Dummy extends Payment_Process2_Result implements Payment_Process2_Result_Driver
  16. {
  17.  
  18.     public function parse({}
  19.  
  20. }

Documentation generated on Mon, 11 Mar 2019 15:40:37 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.