PHP 클래스 OJSQueuedPayment, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$journalId journal ID this payment applies to
$requestUrl URL associated with this payment
$type PAYMENT_TYPE_...

공개 메소드들

메소드 설명
__construct ( $amount, $currencyCode, $userId = null, $assocId = null )
getDescription ( ) : string Returns the description of the QueuedPayment.
getJournalId ( ) : integer Get the journal ID of the payment.
getName ( ) : string Returns the name of the QueuedPayment.
getRequestUrl ( ) : string Get the request URL.
getType ( ) : integer Get the type of this payment (PAYMENT_TYPE_.
setJournalId ( $journalId ) Set the journal ID of the payment.
setRequestUrl ( $url ) : string Set the request URL.
setType ( $type ) : integer Set the type for this payment (PAYMENT_TYPE_.

메소드 상세

__construct() 공개 메소드

public __construct ( $amount, $currencyCode, $userId = null, $assocId = null )

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

getRequestUrl() 공개 메소드

Get the request URL.
public getRequestUrl ( ) : string
리턴 string

getType() 공개 메소드

..)
public getType ( ) : integer
리턴 integer PAYMENT_TYPE_...

setJournalId() 공개 메소드

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

setRequestUrl() 공개 메소드

Set the request URL.
public setRequestUrl ( $url ) : string
$url string
리턴 string New URL

setType() 공개 메소드

..)
public setType ( $type ) : integer
$type int PAYMENT_TYPE_...
리턴 integer New payment type

프로퍼티 상세

$journalId 공개적으로 프로퍼티

journal ID this payment applies to
public $journalId

$requestUrl 공개적으로 프로퍼티

URL associated with this payment
public $requestUrl

$type 공개적으로 프로퍼티

PAYMENT_TYPE_...
public $type