Form for adding/editing a author. More...
Public Member Functions | |
| AuthorForm ($monograph, $author) | |
| execute () | |
| fetch (&$request) | |
| getAuthor () | |
| getMonograph () | |
| initData () | |
| readInputData () | |
| setAuthor ($author) | |
| setMonograph ($monograph) | |
Public Attributes | |
| $_author | |
| $_monograph | |
Form for adding/editing a author.
Definition at line 17 of file AuthorForm.inc.php.
| AuthorForm.AuthorForm | ( | $ | monograph, | |
| $ | author | |||
| ) |
Constructor.
Definition at line 27 of file AuthorForm.inc.php.
References setAuthor(), and setMonograph().
| AuthorForm.execute | ( | ) |
Save author
Definition at line 156 of file AuthorForm.inc.php.
References getAuthor(), and getMonograph().
| AuthorForm.fetch | ( | &$ | request | ) |
Fetch the form.
Definition at line 109 of file AuthorForm.inc.php.
References getAuthor(), and getMonograph().
| AuthorForm.getAuthor | ( | ) |
Get the author
Definition at line 48 of file AuthorForm.inc.php.
Referenced by execute(), fetch(), and initData().
| AuthorForm.getMonograph | ( | ) |
| AuthorForm.initData | ( | ) |
Initialize form data from the associated author.
| $author | Author |
Definition at line 84 of file AuthorForm.inc.php.
References getAuthor().
| AuthorForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 134 of file AuthorForm.inc.php.
| AuthorForm.setAuthor | ( | $ | author | ) |
Set the author
| @author | Author |
Definition at line 56 of file AuthorForm.inc.php.
Referenced by AuthorForm().
| AuthorForm.setMonograph | ( | $ | monograph | ) |
Set the MonographId
| Monograph |
Definition at line 72 of file AuthorForm.inc.php.
Referenced by AuthorForm().
| AuthorForm.$_author |
Author the author being edited
Definition at line 22 of file AuthorForm.inc.php.
| AuthorForm.$_monograph |
The monograph associated with the submission contributor being edited
Definition at line 19 of file AuthorForm.inc.php.
1.7.1