Example #1
0
 /**
  * @copydoc QueuedPayment::QueuedPayment
  */
 function OJSQueuedPayment($amount, $currencyCode, $userId = null, $assocId = null)
 {
     parent::QueuedPayment($amount, $currencyCode, $userId, $assocId);
 }
Example #2
0
 /**
  * @copydoc QueuedPayment::QueuedPayment
  */
 function __construct($amount, $currencyCode, $userId = null, $assocId = null)
 {
     parent::__construct($amount, $currencyCode, $userId, $assocId);
 }