19 declare(strict_types=1);
43 return $this->revision_repository;
48 return $this->resource_repository;
53 return $this->collection_repository;
58 return $this->information_repository;
63 return $this->stakeholder_repository;
68 return $this->flavour_repository;
Class RevisionARRepository.
getInformationRepository()
Interface CollectionRepository.
getStakeholderRepository()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface StakeholderRepository.
getCollectionRepository()
Interface ResourceRepository.
__construct(private RevisionRepository $revision_repository, private ResourceRepository $resource_repository, private CollectionRepository $collection_repository, private InformationRepository $information_repository, private StakeholderRepository $stakeholder_repository, private FlavourRepository $flavour_repository)