Public Member Functions | |
| ContextForm ($contextId, $versionId) | |
| display () | |
| execute () | |
| initData () | |
| readInputData () | |
Public Attributes | |
| $context | |
| $contextId | |
| $versionId | |
Definition at line 19 of file ContextForm.inc.php.
| ContextForm.ContextForm | ( | $ | contextId, | |
| $ | versionId | |||
| ) |
Constructor.
Definition at line 33 of file ContextForm.inc.php.
References $contextId, and $versionId.
| ContextForm.display | ( | ) |
Display the form.
Definition at line 72 of file ContextForm.inc.php.
References Request.getConference().
| ContextForm.execute | ( | ) |
Save changes to context.
Definition at line 109 of file ContextForm.inc.php.
References $context.
| ContextForm.initData | ( | ) |
Initialize form data from current context.
Definition at line 51 of file ContextForm.inc.php.
References $context.
| ContextForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 91 of file ContextForm.inc.php.
1.4.7