ILIAS  release_8 Revision v8.23
ilAppointmentPresentationFactory Class Reference
+ Inheritance diagram for ilAppointmentPresentationFactory:
+ Collaboration diagram for ilAppointmentPresentationFactory:

Static Public Member Functions

static getInstance (array $a_appointment, ?ilInfoScreenGUI $a_info_screen, ?ilToolbarGUI $a_toolbar, ?Item $a_list_item)
 
- Static Public Member Functions inherited from ilCalendarAppointmentBaseFactory
static getClassBaseName ($a_appointment)
 

Detailed Description

Author
Jesús López Reyes lopez.nosp@m.@lei.nosp@m.fos.c.nosp@m.om

Definition at line 11 of file class.ilAppointmentPresentationFactory.php.

Member Function Documentation

◆ getInstance()

static ilAppointmentPresentationFactory::getInstance ( array  $a_appointment,
?ilInfoScreenGUI  $a_info_screen,
?ilToolbarGUI  $a_toolbar,
?Item  $a_list_item 
)
static

PhpUndefinedMethodInspection

Definition at line 13 of file class.ilAppointmentPresentationFactory.php.

Referenced by ilCalendarAppointmentPresentationGUI\getModalHTML(), and ilCalendarAppointmentPresentationGUI\modifyListItem().

18  {
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);
23  }
+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: