PHP 클래스 PKPAssignPublicIdentifiersForm, pkp-lib

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

공개 프로퍼티들

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