ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\ResourceStorage\Repositories Class Reference

Class Repositories. More...

+ Collaboration diagram for ILIAS\ResourceStorage\Repositories:

Public Member Functions

 __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)
 
 getRevisionRepository ()
 
 getResourceRepository ()
 
 getCollectionRepository ()
 
 getInformationRepository ()
 
 getStakeholderRepository ()
 
 getFlavourRepository ()
 

Detailed Description

Class Repositories.

Definition at line 35 of file Repositories.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\ResourceStorage\Repositories::__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 
)

Definition at line 37 of file Repositories.php.

38 {
39 }

Member Function Documentation

◆ getCollectionRepository()

ILIAS\ResourceStorage\Repositories::getCollectionRepository ( )

Definition at line 51 of file Repositories.php.

52 {
53 return $this->collection_repository;
54 }

Referenced by ILIAS\ResourceStorage\Services\__construct().

+ Here is the caller graph for this function:

◆ getFlavourRepository()

ILIAS\ResourceStorage\Repositories::getFlavourRepository ( )

Definition at line 66 of file Repositories.php.

67 {
68 return $this->flavour_repository;
69 }

Referenced by ILIAS\ResourceStorage\Preloader\StandardRepositoryPreloader\__construct(), and ILIAS\ResourceStorage\Services\__construct().

+ Here is the caller graph for this function:

◆ getInformationRepository()

ILIAS\ResourceStorage\Repositories::getInformationRepository ( )

Definition at line 56 of file Repositories.php.

57 {
58 return $this->information_repository;
59 }

Referenced by ILIAS\ResourceStorage\Resource\ResourceBuilder\__construct(), and ILIAS\ResourceStorage\Preloader\StandardRepositoryPreloader\__construct().

+ Here is the caller graph for this function:

◆ getResourceRepository()

ILIAS\ResourceStorage\Repositories::getResourceRepository ( )

Definition at line 46 of file Repositories.php.

47 {
48 return $this->resource_repository;
49 }

Referenced by ILIAS\ResourceStorage\Resource\ResourceBuilder\__construct(), and ILIAS\ResourceStorage\Preloader\StandardRepositoryPreloader\__construct().

+ Here is the caller graph for this function:

◆ getRevisionRepository()

ILIAS\ResourceStorage\Repositories::getRevisionRepository ( )

Definition at line 41 of file Repositories.php.

42 {
43 return $this->revision_repository;
44 }

Referenced by ILIAS\ResourceStorage\Resource\ResourceBuilder\__construct(), and ILIAS\ResourceStorage\Preloader\StandardRepositoryPreloader\__construct().

+ Here is the caller graph for this function:

◆ getStakeholderRepository()

ILIAS\ResourceStorage\Repositories::getStakeholderRepository ( )

Definition at line 61 of file Repositories.php.

62 {
63 return $this->stakeholder_repository;
64 }

Referenced by ILIAS\ResourceStorage\Resource\ResourceBuilder\__construct(), and ILIAS\ResourceStorage\Preloader\StandardRepositoryPreloader\__construct().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: