ILIAS
release_8 Revision v8.23
◀ 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
}
ILIAS\ResourceStorage\Preloader\RepositoryPreloader\preload
preload(array $identification_strings)
ILIAS\ResourceStorage\Preloader
Definition:
DBRepositoryPreloader.php:21
ILIAS\ResourceStorage\Preloader\RepositoryPreloader
Interface RepositoryPreloader.
Definition:
RepositoryPreloader.php:27
src
ResourceStorage
Preloader
RepositoryPreloader.php
Generated on Tue Sep 2 2025 22:02:56 for ILIAS by
1.8.13 (using
Doxyfile
)