|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilMMItemRepository. More...
Collaboration diagram for ilMMItemRepository:Public Member Functions | |
| __construct () | |
| ilMMItemRepository constructor. More... | |
| clearCache () | |
| getSingleItem (IdentificationInterface $identification) | |
| getSingleItemFromFilter (IdentificationInterface $identification) | |
| resolveIdentificationFromString (string $identification_string) | |
| repository () | |
| getTopItems () | |
| getSubItemsForTable () | |
| flushLostItems () | |
| hasLostItems () | |
| getItemFacade (IdentificationInterface $identification=null) | |
| getItemFacadeForIdentificationString (string $identification) | |
| getPossibleParentsForFormAndTable () | |
| getPossibleSubItemTypesWithInformation () | |
| getPossibleTopItemTypesWithInformation () | |
| getTypeHandlerForType (string $type) | |
| updateItem (ilMMItemFacadeInterface $item_facade) | |
| createItem (ilMMItemFacadeInterface $item_facade) | |
| deleteItem (ilMMItemFacadeInterface $item_facade) | |
Private Attributes | |
| $db | |
| $cache | |
| $services | |
| $main_collector | |
Class ilMMItemRepository.
Definition at line 18 of file class.ilMMItemRepository.php.
| ilMMItemRepository::__construct | ( | ) |
ilMMItemRepository constructor.
| Throwable |
Definition at line 42 of file class.ilMMItemRepository.php.
References $DIC, ilGlobalCache\COMP_GLOBAL_SCREEN, ilGlobalCache\getInstance(), and ilMMItemStorage\register().
Here is the call graph for this function:| ilMMItemRepository::clearCache | ( | ) |
Definition at line 56 of file class.ilMMItemRepository.php.
Referenced by createItem(), deleteItem(), and updateItem().
Here is the caller graph for this function:| ilMMItemRepository::createItem | ( | ilMMItemFacadeInterface | $item_facade | ) |
| ilMMItemFacadeInterface | $item_facade |
Definition at line 260 of file class.ilMMItemRepository.php.
References clearCache(), and ilMMItemFacadeInterface\create().
Here is the call graph for this function:| ilMMItemRepository::deleteItem | ( | ilMMItemFacadeInterface | $item_facade | ) |
| ilMMItemFacadeInterface | $item_facade |
Definition at line 269 of file class.ilMMItemRepository.php.
References clearCache(), ilMMItemFacadeInterface\delete(), and ilMMItemFacadeInterface\isDeletable().
Here is the call graph for this function:| ilMMItemRepository::flushLostItems | ( | ) |
Definition at line 116 of file class.ilMMItemRepository.php.
References getItemFacade(), getSubItemsForTable(), and getTopItems().
Here is the call graph for this function:| ilMMItemRepository::getItemFacade | ( | IdentificationInterface | $identification = null | ) |
| IdentificationInterface | null | $identification |
| Throwable |
Definition at line 156 of file class.ilMMItemRepository.php.
Referenced by flushLostItems(), getItemFacadeForIdentificationString(), getPossibleParentsForFormAndTable(), and hasLostItems().
Here is the caller graph for this function:| ilMMItemRepository::getItemFacadeForIdentificationString | ( | string | $identification | ) |
| string | $identification |
| Throwable |
Definition at line 173 of file class.ilMMItemRepository.php.
References getItemFacade(), and ilMMItemFacadeInterface\identification().
Here is the call graph for this function:| ilMMItemRepository::getPossibleParentsForFormAndTable | ( | ) |
Definition at line 180 of file class.ilMMItemRepository.php.
References $data, getItemFacade(), getSingleItem(), and getTopItems().
Here is the call graph for this function:| ilMMItemRepository::getPossibleSubItemTypesWithInformation | ( | ) |
Definition at line 201 of file class.ilMMItemRepository.php.
| ilMMItemRepository::getPossibleTopItemTypesWithInformation | ( | ) |
Definition at line 222 of file class.ilMMItemRepository.php.
| ilMMItemRepository::getSingleItem | ( | IdentificationInterface | $identification | ) |
| IdentificationInterface | $identification |
Definition at line 65 of file class.ilMMItemRepository.php.
Referenced by getPossibleParentsForFormAndTable().
Here is the caller graph for this function:| ilMMItemRepository::getSingleItemFromFilter | ( | IdentificationInterface | $identification | ) |
Definition at line 70 of file class.ilMMItemRepository.php.
| ilMMItemRepository::getSubItemsForTable | ( | ) |
Definition at line 100 of file class.ilMMItemRepository.php.
References $data.
Referenced by flushLostItems(), and hasLostItems().
Here is the caller graph for this function:| ilMMItemRepository::getTopItems | ( | ) |
| arException |
Definition at line 92 of file class.ilMMItemRepository.php.
References ActiveRecord\where().
Referenced by flushLostItems(), getPossibleParentsForFormAndTable(), and hasLostItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilMMItemRepository::getTypeHandlerForType | ( | string | $type | ) |
| string | $type |
Definition at line 239 of file class.ilMMItemRepository.php.
References $type.
| ilMMItemRepository::hasLostItems | ( | ) |
Definition at line 133 of file class.ilMMItemRepository.php.
References getItemFacade(), getSubItemsForTable(), and getTopItems().
Here is the call graph for this function:| ilMMItemRepository::repository | ( | ) |
Definition at line 83 of file class.ilMMItemRepository.php.
| ilMMItemRepository::resolveIdentificationFromString | ( | string | $identification_string | ) |
Definition at line 75 of file class.ilMMItemRepository.php.
| ilMMItemRepository::updateItem | ( | ilMMItemFacadeInterface | $item_facade | ) |
| ilMMItemFacadeInterface | $item_facade |
Definition at line 249 of file class.ilMMItemRepository.php.
References clearCache(), ilMMItemFacadeInterface\isEditable(), and ilMMItemFacadeInterface\update().
Here is the call graph for this function:
|
private |
Definition at line 28 of file class.ilMMItemRepository.php.
|
private |
Definition at line 24 of file class.ilMMItemRepository.php.
|
private |
Definition at line 36 of file class.ilMMItemRepository.php.
|
private |
Definition at line 32 of file class.ilMMItemRepository.php.