| [ Index ] |
|
Code source de Claroline 188 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 248 lignes (6 kb) |
| Inclus ou requis: | 2 fois |
| Référencé: | 0 fois |
| Nécessite: | 1 fichier claroline/inc/lib/icalendar/class.iCalBase.inc.php |
iCalAlarm:: (9 méthodes):
iCalAlarm()
setAction()
setTrigger()
setDuration()
setRepeat()
getAction()
getTrigger()
getDuration()
getRepeat()
| iCalAlarm($action, $trigger, $summary, $description, $attendees,$duration, $repeat, $lang) X-Ref |
| Constructor Only job is to set all the variablesnames param: int $action 0 = DISPLAY, 1 = EMAIL, (not supported: 2 = AUDIO, 3 = PROCEDURE) param: int $trigger Minutes the alarm goes off before the event/todo param: string $summary Title for the alarm param: string $description Description param: (array) $attendees key = attendee name, value = e-mail, second value = role of the attendee param: int $duration Duration between the alarms in minutes param: int $repeat How often should the alarm be repeated param: string $lang Language of the strings used in the event (iso code) |
| setAction($action = 0) X-Ref |
| Set $action variable param: int $action 0 = DISPLAY, 1 = EMAIL, (not supported: 2 = AUDIO, 3 = PROCEDURE) |
| setTrigger($minutes = 0) X-Ref |
| Set $trigger variable param: int $minutes |
| setDuration($int = 0) X-Ref |
| Set $duration variable param: int $int |
| setRepeat($int = 0) X-Ref |
| Set $repeat variable param: int $int in minutes |
| getAction() X-Ref |
| Get $action variable return: string $action |
| getTrigger() X-Ref |
| Get $trigger variable return: int $trigger |
| getDuration() X-Ref |
| Get $duration variable return: int $duration |
| getRepeat() X-Ref |
| Get $repeat variable return: int $repeat |
| Généré le : Thu Nov 29 14:38:42 2007 | par Balluche grâce à PHPXref 0.7 |
|