| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilConsultationHourAppointments:Static Public Member Functions | |
| static | getAppointmentIds (int $a_user_id, int $a_context_id=null, ?ilDateTime $a_start=null, ?int $a_type=null, bool $a_check_owner=true) | 
| static | getAppointmentIdsByGroup (int $a_user_id, int $a_ch_group_id, ?ilDateTime $start=null) | 
| Get appointment ids by consultation hour group.  More... | |
| static | getAppointments (int $a_user_id) | 
| Get all appointments.  More... | |
| static | getManager (bool $a_as_name=false, bool $a_full_name=false, int $a_user_id=null) | 
| Get consultation hour manager for current user or specific user.  More... | |
| static | setManager (string $a_user_name) | 
| Set consultation hour manager for current user.  More... | |
| static | getManagedUsers () | 
| Get all managed consultation hours users for current users.  More... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Consultation hour appointments
Definition at line 26 of file class.ilConsultationHourAppointments.php.
      
  | 
  static | 
Definition at line 31 of file class.ilConsultationHourAppointments.php.
References $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, IL_CAL_DATETIME, ILIAS\Repository\int(), and ilCalendarCategory\TYPE_CH.
Referenced by ilConsultationHoursGUI\bookingList(), ilConsultationHourUtils\cancelBooking(), ilCalendarAppointmentGUI\cancelConfirmed(), ilAppointmentPresentationConsultationHoursGUI\collectPropertiesAndActions(), ilCalendarAppointmentPanelGUI\getHTML(), ilConsultationHoursGUI\initAppointmentIdsFromTableAction(), and ilCalendarEntry\parseDynamicTitle().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
Get appointment ids by consultation hour group.
Definition at line 78 of file class.ilConsultationHourAppointments.php.
References $DIC, $ilDB, $res, ilDBConstants\FETCHMODE_OBJECT, IL_CAL_DATETIME, ILIAS\Repository\int(), and ilCalendarCategory\TYPE_CH.
 Here is the call graph for this function:
      
  | 
  static | 
Get all appointments.
Definition at line 112 of file class.ilConsultationHourAppointments.php.
Referenced by ilConsultationHourUtils\getConsultationHourLinksForRepositoryObject(), ilCalendarBlockGUI\getHTML(), ilConsultationHoursTableGUI\parse(), and ILIAS\Calendar\ConsultationHours\BookingDataProvider\read().
 Here is the caller graph for this function:
      
  | 
  static | 
Get all managed consultation hours users for current users.
Definition at line 187 of file class.ilConsultationHourAppointments.php.
References $DIC, $ilDB, ilObjUser\_lookupLogin(), and ILIAS\Repository\int().
Referenced by ilConsultationHoursGUI\__construct(), and ilConsultationHoursGUI\setTabs().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
Get consultation hour manager for current user or specific user.
Definition at line 125 of file class.ilConsultationHourAppointments.php.
References $DIC, $ilDB, $user_id, ilObjUser\_lookupFullname(), and ilObjUser\_lookupLogin().
Referenced by ilConsultationHourUtils\bookAppointment(), ilAppointmentPresentationConsultationHoursGUI\collectPropertiesAndActions(), and ilConsultationHoursGUI\initSettingsForm().
 Here is the call graph for this function:
 Here is the caller graph for this function:
      
  | 
  static | 
Set consultation hour manager for current user.
| string | $a_user_name | 
Definition at line 157 of file class.ilConsultationHourAppointments.php.
References $DIC, $ilDB, $user_id, and ilObjUser\_loginExists().
Referenced by ilConsultationHoursGUI\updateSettings().
 Here is the call graph for this function:
 Here is the caller graph for this function: