PHP 클래스 GiftIndividualSubscriptionForm, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$buyerUserId int the buyer associated with the gift purchase
$request PKPRequest
$subscriptionTypes Array subscription types

공개 메소드들

메소드 설명
__construct ( $request, $buyerUserId = null ) Constructor
display ( ) Display the form.
execute ( ) Queue payment and save gift details.
readInputData ( ) Assign form data to user-submitted data.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $request, $buyerUserId = null )

display() 공개 메소드

Display the form.
public display ( )

execute() 공개 메소드

Queue payment and save gift details.
public execute ( )

readInputData() 공개 메소드

Assign form data to user-submitted data.
public readInputData ( )

프로퍼티 상세

$buyerUserId 공개적으로 프로퍼티

int the buyer associated with the gift purchase
public $buyerUserId

$request 공개적으로 프로퍼티

public PKPRequest $request
리턴 PKPRequest

$subscriptionTypes 공개적으로 프로퍼티

Array subscription types
public $subscriptionTypes