PHP 클래스 AssignPublicIdentifiersForm, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$_formParams Parameters to configure the form template.

공개 메소드들

메소드 설명
__construct ( $template, $pubObject, $approval, $confirmationText, $formParams = null ) Constructor.
fetch ( $request )
getFormParams ( ) : array Get the extra form parameters.

메소드 상세

__construct() 공개 메소드

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

fetch() 공개 메소드

public fetch ( $request )

getFormParams() 공개 메소드

Get the extra form parameters.
public getFormParams ( ) : array
리턴 array

프로퍼티 상세

$_formParams 공개적으로 프로퍼티

Parameters to configure the form template.
public $_formParams