| ILIAS
    Release_4_3_x_branch Revision 61807
    | 
Apointment templates are used for automatic generated apointments. More...
 Collaboration diagram for ilCalendarAppointmentTemplate:
 Collaboration diagram for ilCalendarAppointmentTemplate:| Public Member Functions | |
| __construct ($a_id) | |
| Constructor. | |
| setTitle ($a_title) | |
| set title | |
| getTitle () | |
| get title | |
| setSubtitle ($a_subtitle) | |
| set subtitle Used for automatic generated appointments. | |
| getSubtitle () | |
| get subtitle | |
| setDescription ($a_description) | |
| get description | |
| getDescription () | |
| get description | |
| setInformation ($a_information) | |
| set information | |
| getInformation () | |
| get information | |
| setLocation ($a_location) | |
| set location | |
| getLocation () | |
| get location | |
| setStart (ilDateTime $start) | |
| set start | |
| getStart () | |
| get start | |
| setEnd (ilDateTime $end) | |
| set end | |
| getEnd () | |
| get end | |
| setFullday ($a_fullday) | |
| set fullday | |
| isFullday () | |
| is fullday | |
| setTranslationType ($a_type) | |
| set translation type | |
| getTranslationType () | |
| get translation type | |
| getContextId () | |
| get context id | |
| Protected Attributes | |
| $context_id | |
| $title | |
| $subtitle | |
| $description | |
| $information | |
| $location | |
| $start | |
| $end | |
| $fullday = false | |
| $translation_type = IL_CAL_TRANSLATION_SYSTEM | |
| $type | |
Apointment templates are used for automatic generated apointments.
Definition at line 40 of file class.ilCalendarAppointmentTemplate.php.
| ilCalendarAppointmentTemplate::__construct | ( | $a_id | ) | 
Constructor.
public
| int | unique id | 
Definition at line 61 of file class.ilCalendarAppointmentTemplate.php.
| ilCalendarAppointmentTemplate::getContextId | ( | ) | 
get context id
public
Definition at line 278 of file class.ilCalendarAppointmentTemplate.php.
References $context_id.
| ilCalendarAppointmentTemplate::getDescription | ( | ) | 
get description
public
Definition at line 130 of file class.ilCalendarAppointmentTemplate.php.
References $description.
| ilCalendarAppointmentTemplate::getEnd | ( | ) | 
get end
public
Definition at line 220 of file class.ilCalendarAppointmentTemplate.php.
References getStart().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilCalendarAppointmentTemplate::getInformation | ( | ) | 
get information
public
Definition at line 152 of file class.ilCalendarAppointmentTemplate.php.
References $information.
| ilCalendarAppointmentTemplate::getLocation | ( | ) | 
get location
public
Definition at line 175 of file class.ilCalendarAppointmentTemplate.php.
References $location.
| ilCalendarAppointmentTemplate::getStart | ( | ) | 
get start
public
Definition at line 198 of file class.ilCalendarAppointmentTemplate.php.
References $start.
Referenced by getEnd().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilCalendarAppointmentTemplate::getSubtitle | ( | ) | 
get subtitle
public
Definition at line 108 of file class.ilCalendarAppointmentTemplate.php.
References $subtitle.
| ilCalendarAppointmentTemplate::getTitle | ( | ) | 
get title
public
Definition at line 83 of file class.ilCalendarAppointmentTemplate.php.
References $title.
| ilCalendarAppointmentTemplate::getTranslationType | ( | ) | 
get translation type
public
| @return | 
Definition at line 267 of file class.ilCalendarAppointmentTemplate.php.
References $translation_type.
| ilCalendarAppointmentTemplate::isFullday | ( | ) | 
is fullday
public
Definition at line 243 of file class.ilCalendarAppointmentTemplate.php.
References $fullday.
| ilCalendarAppointmentTemplate::setDescription | ( | $a_description | ) | 
get description
public
| string | description | 
Definition at line 119 of file class.ilCalendarAppointmentTemplate.php.
| ilCalendarAppointmentTemplate::setEnd | ( | ilDateTime | $end | ) | 
set end
public
| ilDateTime | end | 
Definition at line 209 of file class.ilCalendarAppointmentTemplate.php.
References $end.
| ilCalendarAppointmentTemplate::setFullday | ( | $a_fullday | ) | 
set fullday
public
| bool | fullday appointment | 
Definition at line 232 of file class.ilCalendarAppointmentTemplate.php.
| ilCalendarAppointmentTemplate::setInformation | ( | $a_information | ) | 
set information
public
| string | information | 
Definition at line 141 of file class.ilCalendarAppointmentTemplate.php.
| ilCalendarAppointmentTemplate::setLocation | ( | $a_location | ) | 
set location
public
| strin | $a_location | location | 
Definition at line 164 of file class.ilCalendarAppointmentTemplate.php.
| ilCalendarAppointmentTemplate::setStart | ( | ilDateTime | $start | ) | 
set start
public
| ilDateTime | start | 
Definition at line 187 of file class.ilCalendarAppointmentTemplate.php.
References $start.
| ilCalendarAppointmentTemplate::setSubtitle | ( | $a_subtitle | ) | 
set subtitle Used for automatic generated appointments.
Will be translated automatically and be appended to the title.
public
| string | subtitle | 
Definition at line 97 of file class.ilCalendarAppointmentTemplate.php.
| ilCalendarAppointmentTemplate::setTitle | ( | $a_title | ) | 
set title
public
| string | appointment title | 
Definition at line 72 of file class.ilCalendarAppointmentTemplate.php.
| ilCalendarAppointmentTemplate::setTranslationType | ( | $a_type | ) | 
set translation type
public
| @return | 
Definition at line 255 of file class.ilCalendarAppointmentTemplate.php.
| 
 | protected | 
Definition at line 42 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getContextId().
| 
 | protected | 
Definition at line 45 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getDescription().
| 
 | protected | 
Definition at line 49 of file class.ilCalendarAppointmentTemplate.php.
Referenced by setEnd().
| 
 | protected | 
Definition at line 50 of file class.ilCalendarAppointmentTemplate.php.
Referenced by isFullday().
| 
 | protected | 
Definition at line 46 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getInformation().
| 
 | protected | 
Definition at line 47 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getLocation().
| 
 | protected | 
Definition at line 48 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getStart(), and setStart().
| 
 | protected | 
Definition at line 44 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getSubtitle().
| 
 | protected | 
Definition at line 43 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getTitle().
| 
 | protected | 
Definition at line 51 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getTranslationType().
| 
 | protected | 
Definition at line 53 of file class.ilCalendarAppointmentTemplate.php.