ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Apointment templates are used for automatic generated apointments. More...
Public Member Functions | |
__construct ($a_id) | |
Constructor. More... | |
setContextInfo ($a_info) | |
Set context info. More... | |
getContextInfo () | |
Get context info. More... | |
setTitle ($a_title) | |
set title More... | |
getTitle () | |
get title More... | |
setSubtitle ($a_subtitle) | |
set subtitle Used for automatic generated appointments. More... | |
getSubtitle () | |
get subtitle More... | |
setDescription ($a_description) | |
get description More... | |
getDescription () | |
get description More... | |
setInformation ($a_information) | |
set information More... | |
getInformation () | |
get information More... | |
setLocation ($a_location) | |
set location More... | |
getLocation () | |
get location More... | |
setStart (ilDateTime $start) | |
set start More... | |
getStart () | |
get start More... | |
setEnd (ilDateTime $end) | |
set end More... | |
getEnd () | |
get end More... | |
setFullday ($a_fullday) | |
set fullday More... | |
isFullday () | |
is fullday More... | |
setTranslationType ($a_type) | |
set translation type More... | |
getTranslationType () | |
get translation type More... | |
getContextId () | |
get context id More... | |
Protected Attributes | |
$context_id | |
$context_info | |
$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 62 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::getContextId | ( | ) |
get context id
public
Definition at line 297 of file class.ilCalendarAppointmentTemplate.php.
References $context_id.
ilCalendarAppointmentTemplate::getContextInfo | ( | ) |
Get context info.
Definition at line 80 of file class.ilCalendarAppointmentTemplate.php.
References $context_info.
ilCalendarAppointmentTemplate::getDescription | ( | ) |
get description
public
Definition at line 149 of file class.ilCalendarAppointmentTemplate.php.
References $description.
ilCalendarAppointmentTemplate::getEnd | ( | ) |
get end
public
Definition at line 239 of file class.ilCalendarAppointmentTemplate.php.
References getStart().
ilCalendarAppointmentTemplate::getInformation | ( | ) |
get information
public
Definition at line 171 of file class.ilCalendarAppointmentTemplate.php.
References $information.
ilCalendarAppointmentTemplate::getLocation | ( | ) |
get location
public
Definition at line 194 of file class.ilCalendarAppointmentTemplate.php.
References $location.
ilCalendarAppointmentTemplate::getStart | ( | ) |
get start
public
Definition at line 217 of file class.ilCalendarAppointmentTemplate.php.
References $start.
Referenced by getEnd().
ilCalendarAppointmentTemplate::getSubtitle | ( | ) |
get subtitle
public
Definition at line 127 of file class.ilCalendarAppointmentTemplate.php.
References $subtitle.
ilCalendarAppointmentTemplate::getTitle | ( | ) |
get title
public
Definition at line 102 of file class.ilCalendarAppointmentTemplate.php.
References $title.
ilCalendarAppointmentTemplate::getTranslationType | ( | ) |
get translation type
public
Definition at line 286 of file class.ilCalendarAppointmentTemplate.php.
References $translation_type.
ilCalendarAppointmentTemplate::isFullday | ( | ) |
is fullday
public
Definition at line 262 of file class.ilCalendarAppointmentTemplate.php.
References $fullday.
ilCalendarAppointmentTemplate::setContextInfo | ( | $a_info | ) |
Set context info.
string |
Definition at line 71 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setDescription | ( | $a_description | ) |
get description
public
string | description |
Definition at line 138 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setEnd | ( | ilDateTime | $end | ) |
set end
public
ilDateTime | end |
Definition at line 228 of file class.ilCalendarAppointmentTemplate.php.
References $end.
ilCalendarAppointmentTemplate::setFullday | ( | $a_fullday | ) |
set fullday
public
bool | fullday appointment |
Definition at line 251 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setInformation | ( | $a_information | ) |
set information
public
string | information |
Definition at line 160 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setLocation | ( | $a_location | ) |
set location
public
strin | $a_location | location |
Definition at line 183 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setStart | ( | ilDateTime | $start | ) |
set start
public
ilDateTime | start |
Definition at line 206 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 116 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setTitle | ( | $a_title | ) |
set title
public
string | appointment title |
Definition at line 91 of file class.ilCalendarAppointmentTemplate.php.
ilCalendarAppointmentTemplate::setTranslationType | ( | $a_type | ) |
set translation type
public
Definition at line 274 of file class.ilCalendarAppointmentTemplate.php.
References $a_type.
|
protected |
Definition at line 42 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getContextId().
|
protected |
Definition at line 43 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getContextInfo().
|
protected |
Definition at line 46 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getDescription().
|
protected |
Definition at line 50 of file class.ilCalendarAppointmentTemplate.php.
Referenced by setEnd().
|
protected |
Definition at line 51 of file class.ilCalendarAppointmentTemplate.php.
Referenced by isFullday().
|
protected |
Definition at line 47 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getInformation().
|
protected |
Definition at line 48 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getLocation().
|
protected |
Definition at line 49 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getStart(), and setStart().
|
protected |
Definition at line 45 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getSubtitle().
|
protected |
Definition at line 44 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getTitle().
|
protected |
Definition at line 52 of file class.ilCalendarAppointmentTemplate.php.
Referenced by getTranslationType().
|
protected |
Definition at line 54 of file class.ilCalendarAppointmentTemplate.php.