PHP 클래스 OJSCompletedPayment, ojs

상속: extends Payment
파일 보기 프로젝트 열기: pkp/ojs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$journalId
$paperId
$payMethod
$timestamp
$type

공개 메소드들

메소드 설명
__construct ( ) Constructor
getAssocDescription ( ) : String Get some information about the assocId for display.
getDescription ( ) : string Returns the description of the CompletedPayment.
getJournalId ( ) : integer Get the journal ID of the payment.
getName ( ) : string Returns the description of the CompletedPayment.
getPayMethodPluginName ( ) : String Get the method of payment.
getTimestamp ( ) : integer Get the row id of the payment.
getType ( ) Set the Payment Type
isMembership ( ) : boolean Check if the type is a membership
isSubscription ( ) : boolean Check if the type is a subscription
setJournalId ( $journalId ) Set the journal ID of the payment.
setPayMethodPluginName ( $payMethod ) Set the method of payment.
setTimestamp ( $timestamp ) Set the id of payment
setType ( $type ) Set the Payment Type

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

getAssocDescription() 공개 메소드

Get some information about the assocId for display.
public getAssocDescription ( ) : String
리턴 String

getDescription() 공개 메소드

Pulled from Journal Settings if present, or from locale file otherwise. For subscriptions, pulls subscription type name.
public getDescription ( ) : string
리턴 string

getJournalId() 공개 메소드

Get the journal ID of the payment.
public getJournalId ( ) : integer
리턴 integer

getName() 공개 메소드

Pulled from Journal Settings if present, or from locale file otherwise. For subscriptions, pulls subscription type name.
public getName ( ) : string
리턴 string

getPayMethodPluginName() 공개 메소드

Get the method of payment.
public getPayMethodPluginName ( ) : String
리턴 String

getTimestamp() 공개 메소드

Get the row id of the payment.
public getTimestamp ( ) : integer
리턴 integer

getType() 공개 메소드

Set the Payment Type
public getType ( )

isMembership() 공개 메소드

Check if the type is a membership
public isMembership ( ) : boolean
리턴 boolean

isSubscription() 공개 메소드

Check if the type is a subscription
public isSubscription ( ) : boolean
리턴 boolean

setJournalId() 공개 메소드

Set the journal ID of the payment.
public setJournalId ( $journalId )
$journalId int

setPayMethodPluginName() 공개 메소드

Set the method of payment.
public setPayMethodPluginName ( $payMethod )

setTimestamp() 공개 메소드

Set the id of payment
public setTimestamp ( $timestamp )

setType() 공개 메소드

Set the Payment Type
public setType ( $type )
$type int

프로퍼티 상세

$journalId 공개적으로 프로퍼티

public $journalId

$paperId 공개적으로 프로퍼티

public $paperId

$payMethod 공개적으로 프로퍼티

public $payMethod

$timestamp 공개적으로 프로퍼티

public $timestamp

$type 공개적으로 프로퍼티

public $type