PHP Class NewNoteForm, pkp-lib

Inheritance: extends Form
显示文件 Open project: pkp/pkp-lib Class Usage Examples

Public Methods

Method Description
__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 ( )

Method Details

__construct() public method

Constructor.
public __construct ( )

execute() public method

public execute ( $request )

fetch() public method

public fetch ( $request )

getAssocId() public method

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

getAssocType() public method

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

getNewNoteFormTemplate() public method

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

getSubmitNoteLocaleKey() public method

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

readInputData() public method

public readInputData ( )