PHP 클래스 IssueForm, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$issue current issue

공개 메소드들

메소드 설명
__construct ( $issue = null ) Constructor.
execute ( $request ) : integer Save issue settings.
fetch ( $request ) Fetch the form.
getLocaleFieldNames ( ) : array Get a list of fields for which localization should be used.
initData ( $request ) Initialize form data from current issue.
readInputData ( ) Assign form data to user-submitted data.
validate ( $request ) Validate the form

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $issue = null )

execute() 공개 메소드

Save issue settings.
public execute ( $request ) : integer
$request PKPRequest
리턴 integer Issue ID for created/updated issue

fetch() 공개 메소드

Fetch the form.
public fetch ( $request )

getLocaleFieldNames() 공개 메소드

Get a list of fields for which localization should be used.
public getLocaleFieldNames ( ) : array
리턴 array

initData() 공개 메소드

Initialize form data from current issue.
public initData ( $request )

readInputData() 공개 메소드

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

validate() 공개 메소드

Validate the form
public validate ( $request )

프로퍼티 상세

$issue 공개적으로 프로퍼티

current issue
public $issue