Form to display and post notes on a file. More...
Public Member Functions | |
| execute (&$request) | |
| fetch (&$request) | |
| getAssocId () | |
| getAssocType () | |
| getNewNoteFormTemplate () | |
| getSubmitNoteLocaleKey () | |
| NewNoteForm () | |
| readInputData () | |
Form to display and post notes on a file.
Definition at line 18 of file NewNoteForm.inc.php.
| NewNoteForm.execute | ( | &$ | request | ) |
Register a new user.
Definition at line 94 of file NewNoteForm.inc.php.
References getAssocId(), and getAssocType().
| NewNoteForm.fetch | ( | &$ | request | ) |
Fetch the form.
Definition at line 66 of file NewNoteForm.inc.php.
References getAssocId(), getAssocType(), getNewNoteFormTemplate(), and getSubmitNoteLocaleKey().
| NewNoteForm.getAssocId | ( | ) |
Return the assoc ID for this note.
Reimplemented in NewSignoffNoteForm, NewFileNoteForm, and NewMonographNoteForm.
Definition at line 40 of file NewNoteForm.inc.php.
| NewNoteForm.getAssocType | ( | ) |
Return the assoc type for this note.
Reimplemented in NewSignoffNoteForm, NewFileNoteForm, and NewMonographNoteForm.
Definition at line 32 of file NewNoteForm.inc.php.
| NewNoteForm.getNewNoteFormTemplate | ( | ) |
Get the new note form template. Subclasses can override this method to define other template.
Reimplemented in NewSignoffNoteForm.
Definition at line 58 of file NewNoteForm.inc.php.
Referenced by fetch().
| NewNoteForm.getSubmitNoteLocaleKey | ( | ) |
Return the submit note button locale key. Should be overriden by subclasses.
Reimplemented in NewSignoffNoteForm, NewFileNoteForm, and NewMonographNoteForm.
Definition at line 49 of file NewNoteForm.inc.php.
Referenced by fetch().
| NewNoteForm.NewNoteForm | ( | ) |
Constructor.
Definition at line 22 of file NewNoteForm.inc.php.
Referenced by NewFileNoteForm.NewFileNoteForm(), NewMonographNoteForm.NewMonographNoteForm(), and NewSignoffNoteForm.NewSignoffNoteForm().
| NewNoteForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Reimplemented in NewSignoffNoteForm.
Definition at line 82 of file NewNoteForm.inc.php.
1.7.1