|
ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
|
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) | |
| preloadCollections (array $collection_identification_strings) | |
| preload (array $identification_strings) | |
| preloadCollections (array $collection_identification_strings) | |
| Preload collections (by their collection identifications) and all resources contained in those collections. More... | |
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 |
| CollectionRepository | $collection_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.