|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class DBRepositoryPreloader. More...
Inheritance diagram for ILIAS\ResourceStorage\Preloader\DBRepositoryPreloader:
Collaboration diagram for ILIAS\ResourceStorage\Preloader\DBRepositoryPreloader:Public Member Functions | |
| __construct (protected \ilDBInterface $db, Repositories $repositories) | |
| preload (array $identification_strings) | |
Public Member Functions inherited from ILIAS\ResourceStorage\Preloader\StandardRepositoryPreloader | |
| __construct (Repositories $repositories) | |
| preload (array $identification_strings) | |
| preload (array $identification_strings) | |
Protected Attributes | |
| array | $preloaded = [] |
Protected Attributes inherited from ILIAS\ResourceStorage\Preloader\StandardRepositoryPreloader | |
| ResourceRepository | $resource_repository |
| RevisionRepository | $revision_repository |
| InformationRepository | $information_repository |
| StakeholderRepository | $stakeholder_repository |
| FlavourRepository | $flavour_repository |
Class DBRepositoryPreloader.
Definition at line 30 of file DBRepositoryPreloader.php.
| ILIAS\ResourceStorage\Preloader\DBRepositoryPreloader::__construct | ( | protected \ilDBInterface | $db, |
| Repositories | $repositories | ||
| ) |
Definition at line 37 of file DBRepositoryPreloader.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ILIAS\ResourceStorage\Preloader\DBRepositoryPreloader::preload | ( | array | $identification_strings | ) |
Implements ILIAS\ResourceStorage\Preloader\RepositoryPreloader.
Definition at line 43 of file DBRepositoryPreloader.php.
References Vendor\Package\$d.
|
protected |
Definition at line 35 of file DBRepositoryPreloader.php.