Public Member Functions | |
| getDescription ($locale) | |
| getEndTime () | |
| getName ($locale) | |
| getSchedConfId () | |
| getSpecialEventDescription () | |
| getSpecialEventId () | |
| getSpecialEventName () | |
| getStartTime () | |
| setDescription ($description, $locale) | |
| setEndTime ($endTime) | |
| setName ($name, $locale) | |
| setSchedConfId ($schedConfId) | |
| setSpecialEventId ($specialEventId) | |
| setStartTime ($startTime) | |
Definition at line 22 of file SpecialEvent.inc.php.
| SpecialEvent.getDescription | ( | $ | locale | ) |
Get the description of the special event.
| $locale | string |
Definition at line 132 of file SpecialEvent.inc.php.
| SpecialEvent.getEndTime | ( | ) |
| SpecialEvent.getName | ( | $ | locale | ) |
Get the name of the specialEvent.
| $locale | string |
Definition at line 106 of file SpecialEvent.inc.php.
| SpecialEvent.getSchedConfId | ( | ) |
Get the sched conf ID of the specialEvent.
Definition at line 49 of file SpecialEvent.inc.php.
| SpecialEvent.getSpecialEventDescription | ( | ) |
Get the localized description of the specialEvent.
Definition at line 123 of file SpecialEvent.inc.php.
| SpecialEvent.getSpecialEventId | ( | ) |
| SpecialEvent.getSpecialEventName | ( | ) |
Get the localized name of the specialEvent.
Definition at line 97 of file SpecialEvent.inc.php.
| SpecialEvent.getStartTime | ( | ) |
| SpecialEvent.setDescription | ( | $ | description, | |
| $ | locale | |||
| ) |
Set the description of the special event.
| $description | string | |
| $locale | string |
Definition at line 141 of file SpecialEvent.inc.php.
| SpecialEvent.setEndTime | ( | $ | endTime | ) |
Get the special event end time.
| $endTime | date |
Definition at line 89 of file SpecialEvent.inc.php.
| SpecialEvent.setName | ( | $ | name, | |
| $ | locale | |||
| ) |
Set the name of the specialEvent.
| $name | string | |
| $locale | string |
Definition at line 115 of file SpecialEvent.inc.php.
| SpecialEvent.setSchedConfId | ( | $ | schedConfId | ) |
Set the sched conf ID of the specialEvent.
| $schedConfId | int |
Definition at line 57 of file SpecialEvent.inc.php.
| SpecialEvent.setSpecialEventId | ( | $ | specialEventId | ) |
Set the ID of the specialEvent.
| $specialEventId | int |
Definition at line 40 of file SpecialEvent.inc.php.
| SpecialEvent.setStartTime | ( | $ | startTime | ) |
Set the presentation start time.
| $startTime | date |
Definition at line 73 of file SpecialEvent.inc.php.
1.4.7