ILIAS  release_8 Revision v8.24
Repositories.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\ResourceStorage;
22
28
35{
41
42 public function __construct(
48 ) {
49 $this->revision_repository = $revision_repository;
50 $this->resource_repository = $resource_repository;
51 $this->collection_repository = $collection_repository;
52 $this->information_repository = $information_repository;
53 $this->stakeholder_repository = $stakeholder_repository;
54 }
55
57 {
59 }
60
62 {
64 }
65
67 {
69 }
70
72 {
74 }
75
77 {
79 }
80}
__construct(RevisionRepository $revision_repository, ResourceRepository $resource_repository, CollectionRepository $collection_repository, InformationRepository $information_repository, StakeholderRepository $stakeholder_repository)
CollectionRepository $collection_repository
RevisionRepository $revision_repository
ResourceRepository $resource_repository
InformationRepository $information_repository
StakeholderRepository $stakeholder_repository
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...