19 declare(strict_types=1);
33 $f = $this->
ui->factory();
34 $r = $this->
ui->renderer();
35 $this->
lng->loadLanguageModule(
"sess");
36 $this->
lng->loadLanguageModule(
"crs");
54 $this->
lng->txt(
"cal_sess_info")
60 if ($session_obj->getLocation()) {
62 $this->
lng->txt(
"event_location"),
66 $this->
lng->txt(
"event_location"),
71 if ($session_obj->getDetails()) {
73 $this->
lng->txt(
"event_details_workflow"),
78 $str_lecturer = array();
79 if ($session_obj->getName()) {
80 $str_lecturer[] = $session_obj->getName();
83 if ($session_obj->getEmail()) {
84 $str_lecturer[] = $session_obj->getEmail();
86 if ($session_obj->getPhone()) {
87 $str_lecturer[] = $this->
lng->txt(
"phone") .
": " . $session_obj->getPhone();
89 if (count($str_lecturer) > 0) {
90 $this->
addInfoProperty($this->
lng->txt(
"event_tutor_data"), implode(
"<br>", $str_lecturer));
95 if (count($eventItems)) {
97 foreach ($eventItems as $file) {
98 if ($file[
'type'] ===
"file") {
99 $file_ref_id = (
int) $file[
'ref_id'];
100 $file_info = $file_infos->getByRefId($file_ref_id);
101 $this->has_files =
true;
103 $link =
$f->link()->standard($file_info->getListTitle(), $href);
104 if ($file_info->shouldDeliverInline()) {
105 $link = $link->withOpenInNewViewport(
true);
110 if ($this->has_files) {
118 if (count($others)) {
121 $materials_link =
$r->render(
122 $f->link()->standard(
123 $this->
lng->txt(
'cal_app_other_materials_num'),
128 $this->
lng->txt(
'cal_materials'),
144 foreach ($event_items->getItems() as
$ref_id) {
146 if ($type ==
'file') {
162 return $a->getLabel() <=>
$b->getLabel();
165 foreach ($links as $link) {
166 $rendered[] = $this->
ui->renderer()->render($link);
addListItemProperty(string $a_txt, string $a_val)
Add list item property.
static getItemsByEvent(int $event_id)
Get session material / event items.
static _getAllReferences(int $id)
get all reference ids for object ID
addEventDescription(array $a_app)
Add event description.
getReadableRefIds(int $a_obj_id)
sortAndRenderLinks(StandardLink ... $links)
addInfoSection(string $a_txt)
Add info section.
addInfoProperty(string $a_txt, string $a_val)
Add info property.
static _getStaticLink(?int $a_ref_id, string $a_type='', bool $a_fallback_goto=true, string $append="")
collectPropertiesAndActions()
addAction(string $a_txt, string $a_link)
Add action.
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples
static _lookupType(int $id, bool $reference=false)
addMetaData(string $a_obj_type, int $a_obj_id, ?string $a_sub_obj_type=null, ?int $a_sub_obj_id=null)
static makeClickable(string $a_text, bool $detectGotoLinks=false)
addContainerInfo(int $a_obj_id)
Add course/group container info.