示例#1
0
文件: Google.php 项目: ksecor/civicrm
 /** 
  * Constructor 
  *
  * @param string $mode the mode of operation: live or test
  * 
  * @return void 
  */
 function __construct($mode, &$paymentProcessor)
 {
     parent::__construct($mode, $paymentProcessor);
 }