ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
class.ilBookingManagerService.php
Go to the documentation of this file.
1
<?php
2
3
/* Copyright (c) 1998-2019 ILIAS open source, Extended GPL, see docs/LICENSE */
4
10
class
ilBookingManagerService
11
{
15
public
function
__construct
()
16
{
17
}
18
24
public
function
internal
()
25
{
26
return
new
ilBookingManagerInternalService
();
27
}
28
}
ilBookingManagerInternalService
Booking manager internal service.
Definition:
class.ilBookingManagerInternalService.php:10
ilBookingManagerService
Booking manager service.
Definition:
class.ilBookingManagerService.php:10
ilBookingManagerService\__construct
__construct()
Constructor.
Definition:
class.ilBookingManagerService.php:15
Modules
BookingManager
Service
classes
class.ilBookingManagerService.php
Generated on Sun Aug 31 2025 20:00:53 for ILIAS by
1.8.13 (using
Doxyfile
)