Public Member Functions | |
| display () | |
| execute () | |
| getLocaleFieldNames () | |
| initData () | |
| readInputData () | |
| RoomForm ($roomId, $buildingId) | |
Public Attributes | |
| $buildingId | |
| $roomId | |
Definition at line 19 of file RoomForm.inc.php.
| RoomForm.display | ( | ) |
Display the form.
Definition at line 58 of file RoomForm.inc.php.
| RoomForm.execute | ( | ) |
| RoomForm.getLocaleFieldNames | ( | ) |
Get a list of localized field names for this form
Definition at line 50 of file RoomForm.inc.php.
| RoomForm.initData | ( | ) |
Initialize form data from current room.
Definition at line 70 of file RoomForm.inc.php.
| RoomForm.readInputData | ( | ) |
Assign form data to user-submitted data.
Definition at line 91 of file RoomForm.inc.php.
| RoomForm.RoomForm | ( | $ | roomId, | |
| $ | buildingId | |||
| ) |
Constructor
| roomId | int leave as default for new room |
Definition at line 30 of file RoomForm.inc.php.
References $buildingId, $roomId, and Request.getSchedConf().
1.4.7