Public Member Functions | |
| getAbbrev ($locale) | |
| getBuildingId () | |
| getDescription ($locale) | |
| getName ($locale) | |
| getRoomAbbrev () | |
| getRoomDescription () | |
| getRoomId () | |
| getRoomName () | |
| setAbbrev ($abbrev, $locale) | |
| setBuildingId ($buildingId) | |
| setDescription ($description, $locale) | |
| setName ($name, $locale) | |
| setRoomId ($roomId) | |
Definition at line 18 of file Room.inc.php.
| Room.getAbbrev | ( | $ | locale | ) |
Get the abbreviation of the room.
| $locale | string |
Definition at line 96 of file Room.inc.php.
| Room.getBuildingId | ( | ) |
| Room.getDescription | ( | $ | locale | ) |
Get the description of the room.
| $locale | string |
Definition at line 122 of file Room.inc.php.
| Room.getName | ( | $ | locale | ) |
Get the name of the room.
| $locale | string |
Definition at line 70 of file Room.inc.php.
| Room.getRoomAbbrev | ( | ) |
Get the localized abbreviation of the room.
Definition at line 87 of file Room.inc.php.
| Room.getRoomDescription | ( | ) |
Get the localized description of the room.
Definition at line 113 of file Room.inc.php.
| Room.getRoomId | ( | ) |
| Room.getRoomName | ( | ) |
| Room.setAbbrev | ( | $ | abbrev, | |
| $ | locale | |||
| ) |
Set the abbreviation of the room.
| $abbrev | string | |
| $locale | string |
Definition at line 105 of file Room.inc.php.
| Room.setBuildingId | ( | $ | buildingId | ) |
Set the building ID of the room.
| $buildingId | int |
Definition at line 53 of file Room.inc.php.
| Room.setDescription | ( | $ | description, | |
| $ | locale | |||
| ) |
Set the description of the room.
| $description | string | |
| $locale | string |
Definition at line 131 of file Room.inc.php.
| Room.setName | ( | $ | name, | |
| $ | locale | |||
| ) |
Set the name of the room.
| $name | string | |
| $locale | string |
Definition at line 79 of file Room.inc.php.
| Room.setRoomId | ( | $ | roomId | ) |
1.4.7