|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Author: Alexander Killing killing@leifos.de More...
Collaboration diagram for ILIAS\BookingManager\InternalDomainService:Public Member Functions | |
| __construct (Container $DIC, InternalRepoService $repo_service, InternalDataService $data_service) | |
| log () | |
| preferences (\ilObjBookingPool $pool) | |
| process () | |
| objects (int $pool_id) | |
| schedules (int $pool_id) | |
| reservations () | |
| participants () | |
| objectSelection (int $pool_id) | |
| userEvent () | |
| bookingSettings () | |
| access () | |
Protected Attributes | |
| ilLogger | $book_log = null |
| InternalRepoService | $repo_service |
| InternalDataService | $data_service |
Static Protected Attributes | |
| static array | $instances = [] |
Author: Alexander Killing killing@leifos.de
Definition at line 34 of file class.InternalDomainService.php.
| ILIAS\BookingManager\InternalDomainService::__construct | ( | Container | $DIC, |
| InternalRepoService | $repo_service, | ||
| InternalDataService | $data_service | ||
| ) |
Definition at line 43 of file class.InternalDomainService.php.
References ILIAS\BookingManager\InternalDomainService\$data_service, ILIAS\BookingManager\InternalDomainService\$repo_service, and ILIAS\Repository\initDomainServices().
Here is the call graph for this function:| ILIAS\BookingManager\InternalDomainService::access | ( | ) |
Definition at line 140 of file class.InternalDomainService.php.
| ILIAS\BookingManager\InternalDomainService::bookingSettings | ( | ) |
Definition at line 131 of file class.InternalDomainService.php.
| ILIAS\BookingManager\InternalDomainService::log | ( | ) |
Definition at line 53 of file class.InternalDomainService.php.
References ILIAS\Repository\logger().
Referenced by ILIAS\BookingManager\BookingProcess\ProcessUtilGUI\__construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\BookingManager\InternalDomainService::objects | ( | int | $pool_id | ) |
Definition at line 76 of file class.InternalDomainService.php.
Referenced by ilBookBulkCreationGUI\__construct(), ILIAS\BookingManager\BookingProcess\ObjectSelectionManager\__construct(), and ILIAS\BookingManager\BookingProcess\ProcessUtilGUI\__construct().
Here is the caller graph for this function:| ILIAS\BookingManager\InternalDomainService::objectSelection | ( | int | $pool_id | ) |
Definition at line 116 of file class.InternalDomainService.php.
| ILIAS\BookingManager\InternalDomainService::participants | ( | ) |
Definition at line 107 of file class.InternalDomainService.php.
| ILIAS\BookingManager\InternalDomainService::preferences | ( | \ilObjBookingPool | $pool | ) |
Definition at line 58 of file class.InternalDomainService.php.
References ilObject\getId().
Here is the call graph for this function:| ILIAS\BookingManager\InternalDomainService::process | ( | ) |
Definition at line 67 of file class.InternalDomainService.php.
| ILIAS\BookingManager\InternalDomainService::reservations | ( | ) |
Definition at line 98 of file class.InternalDomainService.php.
| ILIAS\BookingManager\InternalDomainService::schedules | ( | int | $pool_id | ) |
Definition at line 88 of file class.InternalDomainService.php.
| ILIAS\BookingManager\InternalDomainService::userEvent | ( | ) |
Definition at line 126 of file class.InternalDomainService.php.
|
protected |
Definition at line 39 of file class.InternalDomainService.php.
|
protected |
Definition at line 41 of file class.InternalDomainService.php.
Referenced by ILIAS\BookingManager\InternalDomainService\__construct().
|
staticprotected |
Definition at line 38 of file class.InternalDomainService.php.
|
protected |
Definition at line 40 of file class.InternalDomainService.php.
Referenced by ILIAS\BookingManager\InternalDomainService\__construct().