PHP 클래스 PKPPublicIdentifiersForm, pkp-lib

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

공개 프로퍼티들

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