19declare(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);
Class StandardRepositoryPreloader.
StakeholderRepository $stakeholder_repository
InformationRepository $information_repository
RevisionRepository $revision_repository
preload(array $identification_strings)
FlavourRepository $flavour_repository
__construct(Repositories $repositories)
ResourceRepository $resource_repository
getStakeholderRepository()
getInformationRepository()
Interface RepositoryPreloader.
Interface ResourceRepository.
Class RevisionARRepository.
Interface StakeholderRepository.