| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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 () | |
Protected Attributes | |
| ilLogger | $book_log = null | 
| InternalRepoService | $repo_service | 
| InternalDataService | $data_service | 
Static Protected Attributes | |
| static array | $object_manager = [] | 
| static array | $schedule_manager = [] | 
Definition at line 33 of file class.InternalDomainService.php.
| ILIAS\BookingManager\InternalDomainService::__construct | ( | Container | $DIC, | 
| InternalRepoService | $repo_service, | ||
| InternalDataService | $data_service | ||
| ) | 
Definition at line 49 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::log | ( | ) | 
Definition at line 70 of file class.InternalDomainService.php.
References ILIAS\BookingManager\InternalDomainService\$book_log, and 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 96 of file class.InternalDomainService.php.
Referenced by ilBookBulkCreationGUI\__construct(), and ILIAS\BookingManager\BookingProcess\ObjectSelectionManager\__construct().
 Here is the caller graph for this function:| ILIAS\BookingManager\InternalDomainService::objectSelection | ( | int | $pool_id | ) | 
Definition at line 140 of file class.InternalDomainService.php.
| ILIAS\BookingManager\InternalDomainService::participants | ( | ) | 
Definition at line 131 of file class.InternalDomainService.php.
| ILIAS\BookingManager\InternalDomainService::preferences | ( | \ilObjBookingPool | $pool | ) | 
Definition at line 78 of file class.InternalDomainService.php.
| ILIAS\BookingManager\InternalDomainService::process | ( | ) | 
Definition at line 87 of file class.InternalDomainService.php.
| ILIAS\BookingManager\InternalDomainService::reservations | ( | ) | 
Definition at line 122 of file class.InternalDomainService.php.
| ILIAS\BookingManager\InternalDomainService::schedules | ( | int | $pool_id | ) | 
Definition at line 109 of file class.InternalDomainService.php.
| ILIAS\BookingManager\InternalDomainService::userEvent | ( | ) | 
Definition at line 150 of file class.InternalDomainService.php.
      
  | 
  protected | 
Definition at line 45 of file class.InternalDomainService.php.
Referenced by ILIAS\BookingManager\InternalDomainService\log().
      
  | 
  protected | 
Definition at line 47 of file class.InternalDomainService.php.
Referenced by ILIAS\BookingManager\InternalDomainService\__construct().
      
  | 
  staticprotected | 
Definition at line 40 of file class.InternalDomainService.php.
      
  | 
  protected | 
Definition at line 46 of file class.InternalDomainService.php.
Referenced by ILIAS\BookingManager\InternalDomainService\__construct().
      
  | 
  staticprotected | 
Definition at line 44 of file class.InternalDomainService.php.