PHP Class IssueEntryPublicationMetadataForm, ojs

Inheritance: extends Form
显示文件 Open project: pkp/ojs Class Usage Examples

Public Properties

Property Type Description
$_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

Public Methods

Method Description
__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 ( )

Method Details

__construct() public method

Constructor.
public __construct ( $submissionId, $userId, $stageId = null, $formParams = null )
$submissionId integer
$userId integer
$stageId integer
$formParams array

execute() public method

Save the metadata and store the catalog data for this published monograph.
public execute ( $request )

fetch() public method

Fetch the HTML contents of the form.
public fetch ( $request )
$request PKPRequest return string

getFormParams() public method

Get the extra form parameters.
public getFormParams ( )

getIssueOptions() public method

builds the issue options pulldown for published and unpublished issues
public getIssueOptions ( $journal ) : array
$journal Journal
return array Associative list of options for pulldown

getPublishedArticle() public method

Get the PublishedArticle
public getPublishedArticle ( ) : PublishedArticle
return PublishedArticle

getStageId() public method

Get the stage id
public getStageId ( ) : integer
return integer

getSubmission() public method

Get the Submission
public getSubmission ( ) : Submission
return Submission

initData() public method

Initialize form data.
public initData ( )

readInputData() public method

public readInputData ( )

Property Details

$_formParams public_oe property

Parameters to configure the form template.
public $_formParams

$_publishedArticle public_oe property

The published article associated with this submission
public $_publishedArticle

$_stageId public_oe property

The current stage id
public $_stageId

$_submission public_oe property

The submission used to show metadata information
public $_submission

$_userId public_oe property

The current user ID
public $_userId