1 <?php 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);
Class RevisionARRepository.
__construct(ResourceRepository $resource_repository, RevisionRepository $revision_repository, InformationRepository $information_repository, StakeholderRepository $stakeholder_repository)
Interface StakeholderRepository.
preload(array $identification_strings)
Interface ResourceRepository.
Class StandardRepositoryPreloader.
Interface RepositoryPreloader.