PHP 클래스 SubscriptionTypeForm, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$typeId int the ID of the subscription type being edited
$validCurrencies array keys are valid subscription type currencies
$validFormats array keys are valid subscription type formats

공개 메소드들

메소드 설명
__construct ( $typeId = null ) Constructor
display ( ) Display the form.
execute ( ) Save subscription type.
getLocaleFieldNames ( ) : array Get a list of localized field names for this form
initData ( ) Initialize form data from current subscription type.
readInputData ( ) Assign form data to user-submitted data.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $typeId = null )

display() 공개 메소드

Display the form.
public display ( )

execute() 공개 메소드

Save subscription type.
public execute ( )

getLocaleFieldNames() 공개 메소드

Get a list of localized field names for this form
public getLocaleFieldNames ( ) : array
리턴 array

initData() 공개 메소드

Initialize form data from current subscription type.
public initData ( )

readInputData() 공개 메소드

Assign form data to user-submitted data.
public readInputData ( )

프로퍼티 상세

$typeId 공개적으로 프로퍼티

int the ID of the subscription type being edited
public $typeId

$validCurrencies 공개적으로 프로퍼티

array keys are valid subscription type currencies
public $validCurrencies

$validFormats 공개적으로 프로퍼티

array keys are valid subscription type formats
public $validFormats