Пример #1
0
 /** 
  * Constructor 
  *
  * @param string $mode the mode of operation: live or test
  * 
  * @return void 
  */
 function __construct($mode, &$paymentProcessor)
 {
     parent::__construct($mode, $paymentProcessor);
 }