ILIAS  release_8 Revision v8.24
ILIAS\BookingManager\InternalRepoService Class Reference

Repository internal repo service. More...

+ Collaboration diagram for ILIAS\BookingManager\InternalRepoService:

Public Member Functions

 __construct (InternalDataService $data, \ilDBInterface $db)
 
 preferences ()
 
 preferenceBasedBooking ()
 
 reservationTable ()
 

Protected Attributes

InternalDataService $data
 
ilDBInterface $db
 

Detailed Description

Repository internal repo service.

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 29 of file class.InternalRepoService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\BookingManager\InternalRepoService::__construct ( InternalDataService  $data,
\ilDBInterface  $db 
)

Member Function Documentation

◆ preferenceBasedBooking()

ILIAS\BookingManager\InternalRepoService::preferenceBasedBooking ( )

Definition at line 57 of file class.InternalRepoService.php.

58 {
59 return new \ilBookingPrefBasedBookGatewayRepository(
60 $this->db
61 );
62 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ preferences()

ILIAS\BookingManager\InternalRepoService::preferences ( )

Definition at line 49 of file class.InternalRepoService.php.

50 {
51 return new \ilBookingPreferencesDBRepository(
52 $this->data,
53 $this->db
54 );
55 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ reservationTable()

ILIAS\BookingManager\InternalRepoService::reservationTable ( )

Definition at line 64 of file class.InternalRepoService.php.

64 : ReservationTableSessionRepository
65 {
66 return new ReservationTableSessionRepository();
67 }

Field Documentation

◆ $data

InternalDataService ILIAS\BookingManager\InternalRepoService::$data
protected

◆ $db

ilDBInterface ILIAS\BookingManager\InternalRepoService::$db
protected

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