ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Apointment templates are used for automatic generated apointments. More...
Public Member Functions | |
__construct (int $a_id) | |
setContextInfo (string $a_info) | |
getContextInfo () | |
setTitle (string $a_title) | |
getTitle () | |
setSubtitle (string $a_subtitle) | |
set subtitle Used for automatic generated appointments. More... | |
getSubtitle () | |
get subtitle More... | |
setDescription (string $a_description) | |
getDescription () | |
setInformation (string $a_information) | |
getInformation () | |
setLocation (string $a_location) | |
getLocation () | |
setStart (ilDateTime $start) | |
getStart () | |
setEnd (ilDateTime $end) | |
getEnd () | |
setFullday (bool $a_fullday) | |
isFullday () | |
setTranslationType (int $a_type) | |
getTranslationType () | |
getContextId () | |
Protected Attributes | |
int | $context_id = 0 |
string | $context_info = '' |
string | $title = '' |
string | $subtitle = '' |
string | $description = '' |
string | $information = '' |
string | $location = '' |
ilDateTime | $start = null |
ilDateTime | $end = null |
bool | $fullday = false |
int | $translation_type = ilCalendarEntry::TRANSLATION_SYSTEM |
Apointment templates are used for automatic generated apointments.
Definition at line 32 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::__construct | ( | int | $a_id | ) |
Definition at line 46 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::getContextId | ( | ) |
Definition at line 162 of file class.ilCalendarAppointmentTemplate.php.
References $context_id.
ilCalendarAppointmentTemplate::getContextInfo | ( | ) |
Definition at line 56 of file class.ilCalendarAppointmentTemplate.php.
References $context_info.
ilCalendarAppointmentTemplate::getDescription | ( | ) |
Definition at line 94 of file class.ilCalendarAppointmentTemplate.php.
References $description.
ilCalendarAppointmentTemplate::getEnd | ( | ) |
Definition at line 137 of file class.ilCalendarAppointmentTemplate.php.
References getStart().
ilCalendarAppointmentTemplate::getInformation | ( | ) |
Definition at line 104 of file class.ilCalendarAppointmentTemplate.php.
References $information.
ilCalendarAppointmentTemplate::getLocation | ( | ) |
Definition at line 114 of file class.ilCalendarAppointmentTemplate.php.
References $location.
ilCalendarAppointmentTemplate::getStart | ( | ) |
Definition at line 124 of file class.ilCalendarAppointmentTemplate.php.
References $start.
Referenced by getEnd().
ilCalendarAppointmentTemplate::getSubtitle | ( | ) |
get subtitle
Definition at line 84 of file class.ilCalendarAppointmentTemplate.php.
References $subtitle.
ilCalendarAppointmentTemplate::getTitle | ( | ) |
Definition at line 66 of file class.ilCalendarAppointmentTemplate.php.
References $title.
ilCalendarAppointmentTemplate::getTranslationType | ( | ) |
Definition at line 157 of file class.ilCalendarAppointmentTemplate.php.
References $translation_type.
ilCalendarAppointmentTemplate::isFullday | ( | ) |
Definition at line 147 of file class.ilCalendarAppointmentTemplate.php.
References $fullday.
ilCalendarAppointmentTemplate::setContextInfo | ( | string | $a_info | ) |
Definition at line 51 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setDescription | ( | string | $a_description | ) |
Definition at line 89 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setEnd | ( | ilDateTime | $end | ) |
Definition at line 129 of file class.ilCalendarAppointmentTemplate.php.
References $end.
ilCalendarAppointmentTemplate::setFullday | ( | bool | $a_fullday | ) |
Definition at line 142 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setInformation | ( | string | $a_information | ) |
Definition at line 99 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setLocation | ( | string | $a_location | ) |
Definition at line 109 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setStart | ( | ilDateTime | $start | ) |
Definition at line 119 of file class.ilCalendarAppointmentTemplate.php.
References $start.
ilCalendarAppointmentTemplate::setSubtitle | ( | string | $a_subtitle | ) |
set subtitle Used for automatic generated appointments.
Will be translated automatically and be appended to the title.
Definition at line 76 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setTitle | ( | string | $a_title | ) |
Definition at line 61 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setTranslationType | ( | int | $a_type | ) |
Definition at line 152 of file class.ilCalendarAppointmentTemplate.php.
|
protected |
Definition at line 34 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getContextId().
|
protected |
Definition at line 35 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getContextInfo().
|
protected |
Definition at line 38 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getDescription().
|
protected |
Definition at line 42 of file class.ilCalendarAppointmentTemplate.php.
Referenced by setEnd().
|
protected |
Definition at line 43 of file class.ilCalendarAppointmentTemplate.php.
Referenced by isFullday().
|
protected |
Definition at line 39 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getInformation().
|
protected |
Definition at line 40 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getLocation().
|
protected |
Definition at line 41 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getStart(), and setStart().
|
protected |
Definition at line 37 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getSubtitle().
|
protected |
Definition at line 36 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getTitle().
|
protected |
Definition at line 44 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getTranslationType().