19declare(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);
Class StandardRepositoryPreloader.
ILIAS ResourceStorage Revision Repository RevisionRepository $revision_repository
preload(array $identification_strings)
ILIAS ResourceStorage Information Repository InformationRepository $information_repository
ILIAS ResourceStorage Stakeholder Repository StakeholderRepository $stakeholder_repository
ILIAS ResourceStorage Resource Repository ResourceRepository $resource_repository
__construct(Repositories $repositories)
getStakeholderRepository()
getInformationRepository()
Interface RepositoryPreloader.