3 declare(strict_types=1);
    19         $class_base = self::getClassBaseName($a_appointment);
    20         $class_name = 
"ilAppointmentPresentation" . $class_base . 
"GUI";
    22         return $class_name::getInstance($a_appointment, $a_info_screen, $a_toolbar, $a_list_item);
 This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
static getInstance(array $a_appointment, ?ilInfoScreenGUI $a_info_screen, ?ilToolbarGUI $a_toolbar, ?Item $a_list_item)
 
Common interface to all items.