Open Journal Systems
3.3.0
CompletedPayment.inc.php
1
<?php
2
17
import
(
'lib.pkp.classes.payment.Payment'
);
18
19
class
CompletedPayment
extends
Payment
{
21
var
$_timestamp
;
22
24
var
$_paymentPluginName
;
25
30
function
getTimestamp
() {
31
return
$this->_timestamp
;
32
}
33
38
function
setTimestamp
($timestamp) {
39
$this->_timestamp = $timestamp;
40
}
41
46
function
getPayMethodPluginName
() {
47
return
$this->_paymentPluginName
;
48
}
49
54
function
setPayMethodPluginName
($paymentPluginName) {
55
$this->_paymentPluginName = $paymentPluginName;
56
}
57
}
58
59
CompletedPayment\$_timestamp
$_timestamp
Definition:
CompletedPayment.inc.php:24
CompletedPayment\getPayMethodPluginName
getPayMethodPluginName()
Definition:
CompletedPayment.inc.php:52
CompletedPayment\setTimestamp
setTimestamp($timestamp)
Definition:
CompletedPayment.inc.php:44
Payment
Abstract class for payments.
Definition:
Payment.inc.php:23
CompletedPayment\setPayMethodPluginName
setPayMethodPluginName($paymentPluginName)
Definition:
CompletedPayment.inc.php:60
CompletedPayment
Class describing a completed payment.
Definition:
CompletedPayment.inc.php:19
CompletedPayment\$_paymentPluginName
$_paymentPluginName
Definition:
CompletedPayment.inc.php:30
CompletedPayment\getTimestamp
getTimestamp()
Definition:
CompletedPayment.inc.php:36
lib
pkp
classes
payment
CompletedPayment.inc.php
Generated on Fri Aug 28 2020 14:51:10 for Open Journal Systems by
1.8.17