PHP Class GiftIndividualSubscriptionForm, ojs

Inheritance: extends Form
ファイルを表示 Open project: pkp/ojs Class Usage Examples

Public Properties

Property Type Description
$buyerUserId int the buyer associated with the gift purchase
$request PKPRequest
$subscriptionTypes Array subscription types

Public Methods

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

Method Details

__construct() public method

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

display() public method

Display the form.
public display ( )

execute() public method

Queue payment and save gift details.
public execute ( )

readInputData() public method

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

Property Details

$buyerUserId public_oe property

int the buyer associated with the gift purchase
public $buyerUserId

$request public_oe property

public PKPRequest $request
return PKPRequest

$subscriptionTypes public_oe property

Array subscription types
public $subscriptionTypes