[ Index ]
 

Code source de Claroline 188

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/claroline/inc/lib/icalendar/ -> class.iCalAlarm.inc.php (sommaire)

(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

Définit 1 class

iCalAlarm:: (9 méthodes):
  iCalAlarm()
  setAction()
  setTrigger()
  setDuration()
  setRepeat()
  getAction()
  getTrigger()
  getDuration()
  getRepeat()


Classe: iCalAlarm  - X-Ref

Container for an alarm (used in event and todo)

Tested with WAMP (XP-SP1/1.3.24/4.0.4/4.3.0)
Last Change: 2003-03-29

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
  Clicky Web Analytics