PHP Класс IssueEntryPublicationMetadataForm, ojs

Наследование: extends Form
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$_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