| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ILIAS\BookingManager\Objects\ObjectsManager:Public Member Functions | |
| __construct (InternalDataService $data, InternalRepoService $repo, InternalDomainService $domain, int $pool_id) | |
| getNrOfItemsForObject (int $book_obj_id) | |
| getObjectTitles () | |
| getObjectIds () | |
| getColorNrForObject (int $book_obj_id) | |
| getDataArrayFromInputString (string $input) | |
| createObjectsFromBulkInputString (string $input, int $schedule_id) | |
Protected Attributes | |
| int | $pool_id | 
| ObjectsDBRepository | $object_repo | 
| InternalRepoService | $repo | 
| InternalDataService | $data | 
| InternalDomainService | $domain | 
Definition at line 25 of file class.ObjectsManager.php.
| ILIAS\BookingManager\Objects\ObjectsManager::__construct | ( | InternalDataService | $data, | 
| InternalRepoService | $repo, | ||
| InternalDomainService | $domain, | ||
| int | $pool_id | ||
| ) | 
Definition at line 33 of file class.ObjectsManager.php.
References ILIAS\BookingManager\Objects\ObjectsManager\$pool_id, and ILIAS\BookingManager\InternalRepoService\objects().
 Here is the call graph for this function:| ILIAS\BookingManager\Objects\ObjectsManager::createObjectsFromBulkInputString | ( | string | $input, | 
| int | $schedule_id | ||
| ) | 
Definition at line 88 of file class.ObjectsManager.php.
References ILIAS\BookingManager\Objects\ObjectsManager\getDataArrayFromInputString().
 Here is the call graph for this function:| ILIAS\BookingManager\Objects\ObjectsManager::getColorNrForObject | ( | int | $book_obj_id | ) | 
Definition at line 65 of file class.ObjectsManager.php.
| ILIAS\BookingManager\Objects\ObjectsManager::getDataArrayFromInputString | ( | string | $input | ) | 
Definition at line 70 of file class.ObjectsManager.php.
References ILIAS\BookingManager\Objects\ObjectsManager\$data.
Referenced by ILIAS\BookingManager\Objects\ObjectsManager\createObjectsFromBulkInputString().
 Here is the caller graph for this function:| ILIAS\BookingManager\Objects\ObjectsManager::getNrOfItemsForObject | ( | int | $book_obj_id | ) | 
Definition at line 44 of file class.ObjectsManager.php.
| ILIAS\BookingManager\Objects\ObjectsManager::getObjectIds | ( | ) | 
| ILIAS\BookingManager\Objects\ObjectsManager::getObjectTitles | ( | ) | 
      
  | 
  protected | 
Definition at line 30 of file class.ObjectsManager.php.
Referenced by ILIAS\BookingManager\Objects\ObjectsManager\getDataArrayFromInputString().
      
  | 
  protected | 
Definition at line 31 of file class.ObjectsManager.php.
      
  | 
  protected | 
Definition at line 28 of file class.ObjectsManager.php.
      
  | 
  protected | 
Definition at line 27 of file class.ObjectsManager.php.
Referenced by ILIAS\BookingManager\Objects\ObjectsManager\__construct().
      
  | 
  protected | 
Definition at line 29 of file class.ObjectsManager.php.