PHP 클래스 IssueGalleyForm, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$_issue the issue the galley belongs to
$_issueGalley current galley

공개 메소드들

메소드 설명
__construct ( $request, $issue, $issueGalley = null ) Constructor.
execute ( $request ) : integer Save changes to the galley.
fetch ( $request ) Display the form.
initData ( ) Initialize form data from current galley (if applicable).
readInputData ( ) Assign form data to user-submitted data.
validate ( $request ) Validate the form

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $request, $issue, $issueGalley = null )
$issue Issue
$issueGalley IssueGalley (optional)

execute() 공개 메소드

Save changes to the galley.
public execute ( $request ) : integer
$request PKPRequest
리턴 integer the galley ID

fetch() 공개 메소드

Display the form.
public fetch ( $request )

initData() 공개 메소드

Initialize form data from current galley (if applicable).
public initData ( )

readInputData() 공개 메소드

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

validate() 공개 메소드

Validate the form
public validate ( $request )

프로퍼티 상세

$_issue 공개적으로 프로퍼티

the issue the galley belongs to
public $_issue

$_issueGalley 공개적으로 프로퍼티

current galley
public $_issueGalley