コード例 #1
0
ファイル: Dummy.php プロジェクト: bhirsch/voipdev
 /**
  * Constructor
  *
  * @param string $mode the mode of operation: live or test
  *
  * @return void
  */
 function __construct($mode, &$paymentProcessor)
 {
     parent::__construct($mode, $paymentProcessor);
 }