Form for adding a stage participant. More...
Public Member Functions | |
| AddParticipantForm (&$monograph, $stageId, &$userGroups) | |
| execute () | |
| fetch (&$request) | |
| & | getMonograph () |
| getStageId () | |
| & | getUserGroups () |
| readInputData () | |
| validate () | |
Public Attributes | |
| $_monograph | |
| $_stageId | |
| $_userGroups | |
Form for adding a stage participant.
Definition at line 17 of file AddParticipantForm.inc.php.
| AddParticipantForm.AddParticipantForm | ( | &$ | monograph, | |
| $ | stageId, | |||
| &$ | userGroups | |||
| ) |
Constructor.
Definition at line 30 of file AddParticipantForm.inc.php.
| AddParticipantForm.execute | ( | ) |
Save author
Definition at line 123 of file AddParticipantForm.inc.php.
References getMonograph().
| AddParticipantForm.fetch | ( | &$ | request | ) |
Fetch the form.
Definition at line 73 of file AddParticipantForm.inc.php.
References getMonograph(), getStageId(), and getUserGroups().
| & AddParticipantForm.getMonograph | ( | ) |
Get the Monograph
Definition at line 50 of file AddParticipantForm.inc.php.
Referenced by execute(), fetch(), and validate().
| AddParticipantForm.getStageId | ( | ) |
Get the stage ID
Definition at line 58 of file AddParticipantForm.inc.php.
Referenced by fetch().
| & AddParticipantForm.getUserGroups | ( | ) |
Get the user groups allowed for this grid
Definition at line 65 of file AddParticipantForm.inc.php.
Referenced by fetch().
| AddParticipantForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 98 of file AddParticipantForm.inc.php.
| AddParticipantForm.validate | ( | ) |
Validate the form
Definition at line 109 of file AddParticipantForm.inc.php.
References getMonograph().
| AddParticipantForm.$_monograph |
The monograph associated with the submission contributor being edited
Definition at line 19 of file AddParticipantForm.inc.php.
| AddParticipantForm.$_stageId |
The stage Id
Definition at line 22 of file AddParticipantForm.inc.php.
| AddParticipantForm.$_userGroups |
UserGroups
Definition at line 25 of file AddParticipantForm.inc.php.
1.7.1