PHP 클래스 NewNoteForm, pkp-lib

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

공개 메소드들

메소드 설명
__construct ( ) Constructor.
execute ( $request )
fetch ( $request )
getAssocId ( ) : integer Return the assoc ID for this note.
getAssocType ( ) : integer Return the assoc type for this note.
getNewNoteFormTemplate ( ) : string Get the new note form template. Subclasses can override this method to define other template.
getSubmitNoteLocaleKey ( ) : string Return the submit note button locale key.
readInputData ( )

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

execute() 공개 메소드

public execute ( $request )

fetch() 공개 메소드

public fetch ( $request )

getAssocId() 공개 메소드

Return the assoc ID for this note.
public getAssocId ( ) : integer
리턴 integer

getAssocType() 공개 메소드

Return the assoc type for this note.
public getAssocType ( ) : integer
리턴 integer

getNewNoteFormTemplate() 공개 메소드

Get the new note form template. Subclasses can override this method to define other template.
public getNewNoteFormTemplate ( ) : string
리턴 string

getSubmitNoteLocaleKey() 공개 메소드

Should be overriden by subclasses.
public getSubmitNoteLocaleKey ( ) : string
리턴 string

readInputData() 공개 메소드

public readInputData ( )