Property | Type | Description | |
---|---|---|---|
$_formParams | Parameters to configure the form template. | ||
$_metadataFormImplem | SubmissionMetadataFormImplementation | ||
$_stageId | The current stage id * | ||
$_submission | The submission used to show metadata information * |
Method | Description | |
---|---|---|
__construct ( $submissionId, $stageId = null, $formParams = null, $templateName = 'controllers/modals/submissionMetadata/form/submissionMetadataViewForm.tpl' ) | Constructor. | |
execute ( $request ) | Save changes to submission. | |
fetch ( $request ) | Fetch the HTML contents of the form. | |
getFormParams ( ) | Get the extra form parameters. | |
getLocaleFieldNames ( ) : array | Get the names of fields for which data should be localized | |
getStageId ( ) : integer | Get the Stage Id | |
getSubmission ( ) : Submission | Get the Submission | |
initData ( $args, $request ) | Initialize form data with the author name and the submission id. | |
readInputData ( ) | Assign form data to user-submitted data. |
public __construct ( $submissionId, $stageId = null, $formParams = null, $templateName = 'controllers/modals/submissionMetadata/form/submissionMetadataViewForm.tpl' ) | ||
$submissionId | integer | |
$stageId | integer | |
$formParams | array |
public fetch ( $request ) | ||
$request | PKPRequest return string |
public getLocaleFieldNames ( ) : array | ||
return | array |
public getSubmission ( ) : Submission | ||
return | Submission |
public initData ( $args, $request ) | ||
$args | array | |
$request | PKPRequest |
public SubmissionMetadataFormImplementation $_metadataFormImplem | ||
return | SubmissionMetadataFormImplementation |