|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Apointment templates are used for automatic generated apointments. More...
Collaboration diagram for ilCalendarAppointmentTemplate: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.
@access public
| int | unique id |
Definition at line 62 of file class.ilCalendarAppointmentTemplate.php.
| ilCalendarAppointmentTemplate::getContextId | ( | ) |
get context id
@access 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
@access public
Definition at line 149 of file class.ilCalendarAppointmentTemplate.php.
References $description.
| ilCalendarAppointmentTemplate::getEnd | ( | ) |
get end
@access public
Definition at line 239 of file class.ilCalendarAppointmentTemplate.php.
References getStart().
Here is the call graph for this function:| ilCalendarAppointmentTemplate::getInformation | ( | ) |
get information
@access public
Definition at line 171 of file class.ilCalendarAppointmentTemplate.php.
References $information.
| ilCalendarAppointmentTemplate::getLocation | ( | ) |
get location
@access public
Definition at line 194 of file class.ilCalendarAppointmentTemplate.php.
References $location.
| ilCalendarAppointmentTemplate::getStart | ( | ) |
get start
@access public
Definition at line 217 of file class.ilCalendarAppointmentTemplate.php.
References $start.
Referenced by getEnd().
Here is the caller graph for this function:| ilCalendarAppointmentTemplate::getSubtitle | ( | ) |
get subtitle
@access public
Definition at line 127 of file class.ilCalendarAppointmentTemplate.php.
References $subtitle.
| ilCalendarAppointmentTemplate::getTitle | ( | ) |
get title
@access public
Definition at line 102 of file class.ilCalendarAppointmentTemplate.php.
References $title.
| ilCalendarAppointmentTemplate::getTranslationType | ( | ) |
get translation type
@access public
return
Definition at line 286 of file class.ilCalendarAppointmentTemplate.php.
References $translation_type.
| ilCalendarAppointmentTemplate::isFullday | ( | ) |
is fullday
@access 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
@access public
| string | description |
Definition at line 138 of file class.ilCalendarAppointmentTemplate.php.
| ilCalendarAppointmentTemplate::setEnd | ( | ilDateTime | $end | ) |
set end
@access public
| ilDateTime | end |
Definition at line 228 of file class.ilCalendarAppointmentTemplate.php.
References $end.
| ilCalendarAppointmentTemplate::setFullday | ( | $a_fullday | ) |
set fullday
@access public
| bool | fullday appointment |
Definition at line 251 of file class.ilCalendarAppointmentTemplate.php.
| ilCalendarAppointmentTemplate::setInformation | ( | $a_information | ) |
set information
@access public
| string | information |
Definition at line 160 of file class.ilCalendarAppointmentTemplate.php.
| ilCalendarAppointmentTemplate::setLocation | ( | $a_location | ) |
set location
@access public
| strin | $a_location | location |
Definition at line 183 of file class.ilCalendarAppointmentTemplate.php.
| ilCalendarAppointmentTemplate::setStart | ( | ilDateTime | $start | ) |
set start
@access 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.
@access public
| string | subtitle |
Definition at line 116 of file class.ilCalendarAppointmentTemplate.php.
| ilCalendarAppointmentTemplate::setTitle | ( | $a_title | ) |
set title
@access public
| string | appointment title |
Definition at line 91 of file class.ilCalendarAppointmentTemplate.php.
| ilCalendarAppointmentTemplate::setTranslationType | ( | $a_type | ) |
set translation type
@access public
return
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.