ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
◀ ilDoc Overview
RepositoryPreloader.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\ResourceStorage\Preloader
;
22
27
interface
RepositoryPreloader
28
{
29
public
function
preload
(array $identification_strings): void;
30
37
public
function
preloadCollections
(array $collection_identification_strings): void;
38
}
ILIAS\ResourceStorage\Preloader\RepositoryPreloader
Interface RepositoryPreloader.
Definition:
RepositoryPreloader.php:28
ILIAS\ResourceStorage\Preloader\RepositoryPreloader\preloadCollections
preloadCollections(array $collection_identification_strings)
Preload collections (by their collection identifications) and all resources contained in those collec...
ILIAS\ResourceStorage\Preloader\RepositoryPreloader\preload
preload(array $identification_strings)
ILIAS\ResourceStorage\Preloader
Definition:
DBRepositoryPreloader.php:21
components
ILIAS
ResourceStorage
src
Preloader
RepositoryPreloader.php
Generated on Sun Apr 5 2026 23:03:39 for ILIAS by
1.9.4 (using
Doxyfile
)