ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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 26 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::__construct | ( | int | $a_id | ) |
Definition at line 40 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::getContextId | ( | ) |
Definition at line 156 of file class.ilCalendarAppointmentTemplate.php.
References $context_id.
ilCalendarAppointmentTemplate::getContextInfo | ( | ) |
Definition at line 50 of file class.ilCalendarAppointmentTemplate.php.
References $context_info.
ilCalendarAppointmentTemplate::getDescription | ( | ) |
Definition at line 88 of file class.ilCalendarAppointmentTemplate.php.
References $description.
ilCalendarAppointmentTemplate::getEnd | ( | ) |
Definition at line 131 of file class.ilCalendarAppointmentTemplate.php.
References getStart().
ilCalendarAppointmentTemplate::getInformation | ( | ) |
Definition at line 98 of file class.ilCalendarAppointmentTemplate.php.
References $information.
ilCalendarAppointmentTemplate::getLocation | ( | ) |
Definition at line 108 of file class.ilCalendarAppointmentTemplate.php.
References $location.
ilCalendarAppointmentTemplate::getStart | ( | ) |
Definition at line 118 of file class.ilCalendarAppointmentTemplate.php.
References $start.
Referenced by getEnd().
ilCalendarAppointmentTemplate::getSubtitle | ( | ) |
get subtitle
Definition at line 78 of file class.ilCalendarAppointmentTemplate.php.
References $subtitle.
ilCalendarAppointmentTemplate::getTitle | ( | ) |
Definition at line 60 of file class.ilCalendarAppointmentTemplate.php.
References $title.
ilCalendarAppointmentTemplate::getTranslationType | ( | ) |
Definition at line 151 of file class.ilCalendarAppointmentTemplate.php.
References $translation_type.
ilCalendarAppointmentTemplate::isFullday | ( | ) |
Definition at line 141 of file class.ilCalendarAppointmentTemplate.php.
References $fullday.
ilCalendarAppointmentTemplate::setContextInfo | ( | string | $a_info | ) |
Definition at line 45 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setDescription | ( | string | $a_description | ) |
Definition at line 83 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setEnd | ( | ilDateTime | $end | ) |
Definition at line 123 of file class.ilCalendarAppointmentTemplate.php.
References $end.
ilCalendarAppointmentTemplate::setFullday | ( | bool | $a_fullday | ) |
Definition at line 136 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setInformation | ( | string | $a_information | ) |
Definition at line 93 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setLocation | ( | string | $a_location | ) |
Definition at line 103 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setStart | ( | ilDateTime | $start | ) |
Definition at line 113 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 70 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setTitle | ( | string | $a_title | ) |
Definition at line 55 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setTranslationType | ( | int | $a_type | ) |
Definition at line 146 of file class.ilCalendarAppointmentTemplate.php.
|
protected |
Definition at line 28 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getContextId().
|
protected |
Definition at line 29 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getContextInfo().
|
protected |
Definition at line 32 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getDescription().
|
protected |
Definition at line 36 of file class.ilCalendarAppointmentTemplate.php.
Referenced by setEnd().
|
protected |
Definition at line 37 of file class.ilCalendarAppointmentTemplate.php.
Referenced by isFullday().
|
protected |
Definition at line 33 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getInformation().
|
protected |
Definition at line 34 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getLocation().
|
protected |
Definition at line 35 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getStart(), and setStart().
|
protected |
Definition at line 31 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getSubtitle().
|
protected |
Definition at line 30 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getTitle().
|
protected |
Definition at line 38 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getTranslationType().