19 declare(strict_types=1);
    47     public function preload(array $identification_strings): void
    49         $this->resource_repository->preload($identification_strings);
    50         $this->revision_repository->preload($identification_strings);
    51         $this->information_repository->preload($identification_strings);
    52         $this->stakeholder_repository->preload($identification_strings);
    53         $this->flavour_repository->preload($identification_strings);
 
getInformationRepository()
 
FlavourRepository $flavour_repository
 
ILIAS ResourceStorage Resource Repository ResourceRepository $resource_repository
 
ILIAS ResourceStorage Stakeholder Repository StakeholderRepository $stakeholder_repository
 
getStakeholderRepository()
 
ILIAS ResourceStorage Information Repository InformationRepository $information_repository
 
__construct(Repositories $repositories)
 
preload(array $identification_strings)
 
ILIAS ResourceStorage Revision Repository RevisionRepository $revision_repository
 
Class StandardRepositoryPreloader. 
 
Interface RepositoryPreloader.