프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$request | PKPRequest | ||
$subscription | the subscription being purchased | ||
$subscriptionTypes | Array subscription types | ||
$userId | int the user associated with the subscription |
메소드 | 설명 | |
---|---|---|
__construct ( $request, $userId = null, $subscriptionId = null ) | Constructor | |
display ( ) | Display the form. | |
execute ( ) | Create/update individual subscription. | |
initData ( ) | Initialize form data from current subscription. | |
readInputData ( ) | Assign form data to user-submitted data. |
public __construct ( $request, $userId = null, $subscriptionId = null ) | ||
$request | PKPRequest | |
$userId | int | |
$subscriptionId | int |