19 declare(strict_types=1);
51 public function preload(array $identification_strings): void
53 $this->resource_repository->preload($identification_strings);
54 $this->revision_repository->preload($identification_strings);
55 $this->information_repository->preload($identification_strings);
56 $this->stakeholder_repository->preload($identification_strings);
57 $this->flavour_repository->preload($identification_strings);
RevisionRepository $revision_repository
Class RevisionARRepository.
getInformationRepository()
FlavourRepository $flavour_repository
ResourceRepository $resource_repository
getStakeholderRepository()
Interface StakeholderRepository.
InformationRepository $information_repository
__construct(Repositories $repositories)
preload(array $identification_strings)
Interface ResourceRepository.
Class StandardRepositoryPreloader.
StakeholderRepository $stakeholder_repository
Interface RepositoryPreloader.