19 declare(strict_types=1);
42 $this->context_id = $a_id;
47 $this->context_info = $a_info;
55 public function setTitle(
string $a_title): void
57 $this->title = $a_title;
72 $this->subtitle = $a_subtitle;
85 $this->description = $a_description;
95 $this->information = $a_information;
105 $this->location = $a_location;
133 return $this->end ?: $this->
getStart();
138 $this->fullday = $a_fullday;
148 $this->translation_type = $a_type;
setTranslationType(int $a_type)
getSubtitle()
get subtitle
setInformation(string $a_information)
setSubtitle(string $a_subtitle)
set subtitle Used for automatic generated appointments.
Apointment templates are used for automatic generated apointments.
setStart(ilDateTime $start)
setLocation(string $a_location)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
setDescription(string $a_description)
setTitle(string $a_title)
setFullday(bool $a_fullday)
setContextInfo(string $a_info)