Свойство | Type | Description | |
---|---|---|---|
$_approval | boolean | ||
$_confirmationText | Confirmation to display. | ||
$_contextId | The context id | ||
$_pubObject | The pub object, that are beeing approved, the pub ids can be considered for assignement there OJS Issue, Representation or SubmissionFile |
Méthode | Description | |
---|---|---|
__construct ( $template, $pubObject, $approval, $confirmationText ) | Constructor. | |
execute ( $request, $save = false ) | Assign pub ids. | |
fetch ( $request ) | ||
getApproval ( ) : boolean | Get weather it is an approval | |
getConfirmationText ( ) : string | Get the confirmation text. | |
getContextId ( ) : integer | Get the context id | |
getPubObject ( ) : object | Get the pub object | |
readInputData ( ) |
public __construct ( $template, $pubObject, $approval, $confirmationText ) | ||
$template | string Form template | |
$pubObject | object | |
$approval | boolean | |
$confirmationText | string |
public execute ( $request, $save = false ) | ||
$request | PKPRequest | |
$save | boolean true if the pub id shall be saved here false if this form is integrated somewhere else, where the pub object will be updated. |
public getApproval ( ) : boolean | ||
Résultat | boolean |
public getConfirmationText ( ) : string | ||
Résultat | string |