PHP Класс PKPPublicIdentifiersForm, pkp-lib

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

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

Свойство Тип Описание
$_contextId The context id
$_formParams Parameters to configure the form template.
$_pubObject The pub object the identifiers are edited of Submission, Representation, SubmissionFile + OJS Issue
$_stageId The current stage id, WORKFLOW_STAGE_ID_

Открытые методы

Метод Описание
__construct ( $pubObject, $stageId = null, $formParams = null ) Constructor.
clearPubId ( $pubIdPlugInClassName ) Clear pub id.
execute ( $request ) Store objects with pub ids.
fetch ( $request )
getAssocType ( $pubObject ) : integer Get assoc type of the given object.
getContextId ( ) : integer Get the context id
getFormParams ( ) : array Get the extra form parameters.
getPubObject ( ) : object Get the pub object
getStageId ( ) : integer Get the stage id
initData ( )
readInputData ( )
validate ( )

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( $pubObject, $stageId = null, $formParams = null )
$pubObject object
$stageId integer
$formParams array

clearPubId() публичный Метод

Clear pub id.
public clearPubId ( $pubIdPlugInClassName )
$pubIdPlugInClassName string

execute() публичный Метод

Store objects with pub ids.
public execute ( $request )

fetch() публичный Метод

public fetch ( $request )

getAssocType() публичный Метод

Get assoc type of the given object.
public getAssocType ( $pubObject ) : integer
$pubObject
Результат integer ASSOC_TYPE_

getContextId() публичный Метод

Get the context id
public getContextId ( ) : integer
Результат integer

getFormParams() публичный Метод

Get the extra form parameters.
public getFormParams ( ) : array
Результат array

getPubObject() публичный Метод

Get the pub object
public getPubObject ( ) : object
Результат object

getStageId() публичный Метод

Get the stage id
public getStageId ( ) : integer
Результат integer WORKFLOW_STAGE_ID_

initData() публичный Метод

public initData ( )

readInputData() публичный Метод

public readInputData ( )

validate() публичный Метод

public validate ( )

Описание свойств

$_contextId публичное свойство

The context id
public $_contextId

$_formParams публичное свойство

Parameters to configure the form template.
public $_formParams

$_pubObject публичное свойство

The pub object the identifiers are edited of Submission, Representation, SubmissionFile + OJS Issue
public $_pubObject

$_stageId публичное свойство

The current stage id, WORKFLOW_STAGE_ID_
public $_stageId