PHP Class NewNoteForm, pkp-lib

Inheritance: extends Form
Afficher le fichier Open project: pkp/pkp-lib Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Constructor.
public __construct ( )

execute() public méthode

public execute ( $request )

fetch() public méthode

public fetch ( $request )

getAssocId() public méthode

Return the assoc ID for this note.
public getAssocId ( ) : integer
Résultat integer

getAssocType() public méthode

Return the assoc type for this note.
public getAssocType ( ) : integer
Résultat integer

getNewNoteFormTemplate() public méthode

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

getSubmitNoteLocaleKey() public méthode

Should be overriden by subclasses.
public getSubmitNoteLocaleKey ( ) : string
Résultat string

readInputData() public méthode

public readInputData ( )