|
ILIAS
trunk Revision v12.0_alpha-1227-g7ff6d300864
|
Interface RepositoryPreloader. More...
Inheritance diagram for ILIAS\ResourceStorage\Preloader\RepositoryPreloader:
Collaboration diagram for ILIAS\ResourceStorage\Preloader\RepositoryPreloader:Public Member Functions | |
| preload (array $identification_strings) | |
| preloadCollections (array $collection_identification_strings) | |
| Preload collections (by their collection identifications) and all resources contained in those collections. More... | |
Interface RepositoryPreloader.
Definition at line 27 of file RepositoryPreloader.php.
| ILIAS\ResourceStorage\Preloader\RepositoryPreloader::preload | ( | array | $identification_strings | ) |
| ILIAS\ResourceStorage\Preloader\RepositoryPreloader::preloadCollections | ( | array | $collection_identification_strings | ) |
Preload collections (by their collection identifications) and all resources contained in those collections.
| string[] | $collection_identification_strings |
Implemented in ILIAS\ResourceStorage\Preloader\StandardRepositoryPreloader.