19 declare(strict_types=1);
44 public function preload(array $identification_strings): void
46 $this->resource_repository->preload($identification_strings);
47 $this->revision_repository->preload($identification_strings);
48 $this->information_repository->preload($identification_strings);
49 $this->stakeholder_repository->preload($identification_strings);
getInformationRepository()
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.