Form for adding/editing a representative entry. More...
Public Member Functions | |
| execute () | |
| fetch (&$request) | |
| & | getMonograph () |
| & | getRepresentative () |
| initData () | |
| readInputData () | |
| RepresentativeForm ($monograph, $representative) | |
| setMonograph ($monograph) | |
| setRepresentative ($representative) | |
Public Attributes | |
| $_monograph | |
| $_representative | |
Form for adding/editing a representative entry.
Definition at line 17 of file RepresentativeForm.inc.php.
| RepresentativeForm.execute | ( | ) |
Save the representative
Definition at line 163 of file RepresentativeForm.inc.php.
References getMonograph(), and getRepresentative().
| RepresentativeForm.fetch | ( | &$ | request | ) |
Fetch the form.
Definition at line 108 of file RepresentativeForm.inc.php.
References getMonograph(), and getRepresentative().
| & RepresentativeForm.getMonograph | ( | ) |
| & RepresentativeForm.getRepresentative | ( | ) |
Get the representative
Definition at line 50 of file RepresentativeForm.inc.php.
Referenced by execute(), fetch(), and initData().
| RepresentativeForm.initData | ( | ) |
Initialize form data from the representative entry.
Definition at line 85 of file RepresentativeForm.inc.php.
References getRepresentative().
| RepresentativeForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 143 of file RepresentativeForm.inc.php.
| RepresentativeForm.RepresentativeForm | ( | $ | monograph, | |
| $ | representative | |||
| ) |
Constructor.
Definition at line 27 of file RepresentativeForm.inc.php.
References setMonograph(), and setRepresentative().
| RepresentativeForm.setMonograph | ( | $ | monograph | ) |
Set the Monograph
| Monograph |
Definition at line 74 of file RepresentativeForm.inc.php.
Referenced by RepresentativeForm().
| RepresentativeForm.setRepresentative | ( | $ | representative | ) |
Set the representative
| @representative | Representative |
Definition at line 58 of file RepresentativeForm.inc.php.
Referenced by RepresentativeForm().
| RepresentativeForm.$_monograph |
The monograph associated with the format being edited
Definition at line 19 of file RepresentativeForm.inc.php.
| RepresentativeForm.$_representative |
Representative the entry being edited
Definition at line 22 of file RepresentativeForm.inc.php.
1.7.1