Form for adding/editing a Monograph File Genre. More...
Public Member Functions | |
| execute ($args, &$request) | |
| fetch (&$request) | |
| GenreForm ($genreId=null) | |
| getGenreId () | |
| initData ($args, &$request) | |
| readInputData () | |
| setGenreId ($genreId) | |
Public Attributes | |
| $_genreId | |
Form for adding/editing a Monograph File Genre.
Definition at line 17 of file GenreForm.inc.php.
| GenreForm.execute | ( | $ | args, | |
| &$ | request | |||
| ) |
Save email template.
| $args | array | |
| $request | PKPRequest |
Definition at line 112 of file GenreForm.inc.php.
References getGenreId(), and setGenreId().
| GenreForm.fetch | ( | &$ | request | ) |
Fetch
| $request | PKPRequest |
Definition at line 89 of file GenreForm.inc.php.
| GenreForm.GenreForm | ( | $ | genreId = null |
) |
| GenreForm.getGenreId | ( | ) |
Get the genre id
Definition at line 33 of file GenreForm.inc.php.
Referenced by execute(), and initData().
| GenreForm.initData | ( | $ | args, | |
| &$ | request | |||
| ) |
Initialize form data from current settings.
| $args | array | |
| $request | PKPRequest |
Definition at line 55 of file GenreForm.inc.php.
References getGenreId().
| GenreForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 102 of file GenreForm.inc.php.
| GenreForm.setGenreId | ( | $ | genreId | ) |
Set the genre id
| $genreId | int |
Definition at line 25 of file GenreForm.inc.php.
Referenced by execute(), and GenreForm().
| GenreForm.$_genreId |
the id for the genre being edited
Definition at line 19 of file GenreForm.inc.php.
1.7.1