PHP 클래스 IssueEntryPublicationMetadataForm, ojs

상속: extends Form
파일 보기 프로젝트 열기: pkp/ojs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$_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 ( )

메소드 상세

__construct() 공개 메소드

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

execute() 공개 메소드

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

fetch() 공개 메소드

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

getFormParams() 공개 메소드

Get the extra form parameters.
public getFormParams ( )

getIssueOptions() 공개 메소드

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

getPublishedArticle() 공개 메소드

Get the PublishedArticle
public getPublishedArticle ( ) : PublishedArticle
리턴 PublishedArticle

getStageId() 공개 메소드

Get the stage id
public getStageId ( ) : integer
리턴 integer

getSubmission() 공개 메소드

Get the Submission
public getSubmission ( ) : Submission
리턴 Submission

initData() 공개 메소드

Initialize form data.
public initData ( )

readInputData() 공개 메소드

public readInputData ( )

프로퍼티 상세

$_formParams 공개적으로 프로퍼티

Parameters to configure the form template.
public $_formParams

$_publishedArticle 공개적으로 프로퍼티

The published article associated with this submission
public $_publishedArticle

$_stageId 공개적으로 프로퍼티

The current stage id
public $_stageId

$_submission 공개적으로 프로퍼티

The submission used to show metadata information
public $_submission

$_userId 공개적으로 프로퍼티

The current user ID
public $_userId