Form for adding/editing a file. More...
Public Member Functions | |
| fetch (&$request) | |
| LibraryFileForm ($template, $pressId) | |
| readInputData () | |
Public Attributes | |
| $libraryFileManager | |
| $pressId | |
Form for adding/editing a file.
Definition at line 18 of file LibraryFileForm.inc.php.
| LibraryFileForm.fetch | ( | &$ | request | ) |
Fetch
| $request | PKPRequest |
Definition at line 48 of file LibraryFileForm.inc.php.
References $libraryFileManager.
| LibraryFileForm.LibraryFileForm | ( | $ | template, | |
| $ | pressId | |||
| ) |
Constructor.
| $template | string | |
| $pressId | int |
Definition at line 30 of file LibraryFileForm.inc.php.
References $pressId.
Referenced by EditLibraryFileForm.EditLibraryFileForm().
| LibraryFileForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 65 of file LibraryFileForm.inc.php.
| LibraryFileForm.$libraryFileManager |
the library file manager instantiated in this form.
Definition at line 23 of file LibraryFileForm.inc.php.
Referenced by fetch().
| LibraryFileForm.$pressId |
the id of the press this library file is attached to
Reimplemented in EditLibraryFileForm.
Definition at line 20 of file LibraryFileForm.inc.php.
Referenced by LibraryFileForm().
1.7.1