PHP Класс PKPAssignPublicIdentifiersForm, pkp-lib

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

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

Свойство Тип Описание
$_approval boolean
$_confirmationText Confirmation to display.
$_contextId The context id
$_pubObject The pub object, that are beeing approved, the pub ids can be considered for assignement there OJS Issue, Representation or SubmissionFile

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

Метод Описание
__construct ( $template, $pubObject, $approval, $confirmationText ) Constructor.
execute ( $request, $save = false ) Assign pub ids.
fetch ( $request )
getApproval ( ) : boolean Get weather it is an approval
getConfirmationText ( ) : string Get the confirmation text.
getContextId ( ) : integer Get the context id
getPubObject ( ) : object Get the pub object
readInputData ( )

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

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

Constructor.
public __construct ( $template, $pubObject, $approval, $confirmationText )
$template string Form template
$pubObject object
$approval boolean
$confirmationText string

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

Assign pub ids.
public execute ( $request, $save = false )
$request PKPRequest
$save boolean true if the pub id shall be saved here false if this form is integrated somewhere else, where the pub object will be updated.

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

public fetch ( $request )

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

Get weather it is an approval
public getApproval ( ) : boolean
Результат boolean

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

Get the confirmation text.
public getConfirmationText ( ) : string
Результат string

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

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

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

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

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

public readInputData ( )

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

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

public bool $_approval
Результат boolean

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

Confirmation to display.
public $_confirmationText

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

The context id
public $_contextId

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

The pub object, that are beeing approved, the pub ids can be considered for assignement there OJS Issue, Representation or SubmissionFile
public $_pubObject