프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_formParams | Parameters to configure the form template. | ||
$_publishedArticle | The published article associated with this submission | ||
$_stageId | The current stage id | ||
$_submission | The submission used to show metadata information | ||
$_userId | The current user ID |
메소드 | 설명 | |
---|---|---|
__construct ( $submissionId, $userId, $stageId = null, $formParams = null ) | Constructor. | |
execute ( $request ) | Save the metadata and store the catalog data for this published monograph. | |
fetch ( $request ) | Fetch the HTML contents of the form. | |
getFormParams ( ) | Get the extra form parameters. | |
getIssueOptions ( $journal ) : array | builds the issue options pulldown for published and unpublished issues | |
getPublishedArticle ( ) : PublishedArticle | Get the PublishedArticle | |
getStageId ( ) : integer | Get the stage id | |
getSubmission ( ) : Submission | Get the Submission | |
initData ( ) | Initialize form data. | |
readInputData ( ) |
public __construct ( $submissionId, $userId, $stageId = null, $formParams = null ) | ||
$submissionId | integer | |
$userId | integer | |
$stageId | integer | |
$formParams | array |
public execute ( $request ) |
public fetch ( $request ) | ||
$request | PKPRequest return string |
public getIssueOptions ( $journal ) : array | ||
$journal | Journal | |
리턴 | array | Associative list of options for pulldown |
public getPublishedArticle ( ) : PublishedArticle | ||
리턴 | PublishedArticle |
public $_publishedArticle |