PHP 클래스 ArticleGalleyForm, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$_articleGalley current galley
$_submission article

공개 메소드들

메소드 설명
__construct ( $request, $submission, $articleGalley = null ) Constructor.
execute ( $request ) : ArticleGalley 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.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( $request, $submission, $articleGalley = null )
$submission Submission
$articleGalley ArticleGalley (optional)

execute() 공개 메소드

Save changes to the galley.
public execute ( $request ) : ArticleGalley
$request PKPRequest
리턴 ArticleGalley The resulting article galley.

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 ( )

프로퍼티 상세

$_articleGalley 공개적으로 프로퍼티

current galley
public $_articleGalley

$_submission 공개적으로 프로퍼티

article
public $_submission