ILIAS  trunk Revision v11.0_alpha-1851-ga8564da6fed
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Repository Class Reference
+ Inheritance diagram for ILIAS\Repository:
+ Collaboration diagram for ILIAS\Repository:

Data Structures

class  InternalDataService
 
class  InternalDomainService
 
class  InternalGUIService
 
class  InternalRepoService
 
class  InternalService
 Repository internal service. More...
 
class  Service
 

Public Member Functions

 init (array|\ArrayAccess &$define, array|\ArrayAccess &$implement, array|\ArrayAccess &$use, array|\ArrayAccess &$contribute, array|\ArrayAccess &$seek, array|\ArrayAccess &$provide, array|\ArrayAccess &$pull, array|\ArrayAccess &$internal,)
 

Data Fields

trait BaseGUIRequest
 Base gui request wrapper. More...
 
trait GlobalDICDomainServices
 
trait GlobalDICGUIServices
 

Protected Attributes

Refinery Factory $refinery
 
array $passed_query_params
 
array $passed_post_data
 

Detailed Description

Definition at line 23 of file Repository.php.

Member Function Documentation

◆ init()

ILIAS\Repository::init ( array|\ArrayAccess &  $define,
array|\ArrayAccess &  $implement,
array|\ArrayAccess &  $use,
array|\ArrayAccess &  $contribute,
array|\ArrayAccess &  $seek,
array|\ArrayAccess &  $provide,
array|\ArrayAccess &  $pull,
array|\ArrayAccess &  $internal 
)

Implements ILIAS\Component\Component.

Definition at line 25 of file Repository.php.

34  : void {
35  $contribute[\ILIAS\Setup\Agent::class] = static fn() =>
36  new \ilRepositorySetupAgent(
37  $pull[\ILIAS\Refinery\Factory::class]
38  );
39  $contribute[\ILIAS\Setup\Agent::class] = static fn() =>
40  new \ILIAS\Repository\Setup\Agent(
41  $pull[\ILIAS\Refinery\Factory::class]
42  );
43 
44  $contribute[Component\Resource\PublicAsset::class] = fn() =>
45  new Component\Resource\ComponentJS($this, "repository.js");
46  }
Interface Observer Contains several chained tasks and infos about them.

Field Documentation

◆ $passed_post_data

array ILIAS\Repository::$passed_post_data
protected

Definition at line 38 of file trait.BaseGUIRequest.php.

Referenced by ILIAS\Repository\initRequest().

◆ $passed_query_params

array ILIAS\Repository::$passed_query_params
protected

Definition at line 37 of file trait.BaseGUIRequest.php.

Referenced by ILIAS\Repository\initRequest().

◆ $refinery

◆ BaseGUIRequest

trait ILIAS\Repository::BaseGUIRequest
Initial value:
{
protected HTTP\Services $http

Base gui request wrapper.

This class processes all request parameters which are not handled by form classes already. POST overwrites GET with the same name. POST/GET parameters may be passed to the class for testing purposes.

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 34 of file trait.BaseGUIRequest.php.

◆ GlobalDICDomainServices

trait ILIAS\Repository::GlobalDICDomainServices
Initial value:
{
private \ILIAS\DI\Container $DIC

Definition at line 38 of file trait.GlobalDICDomainServices.php.

◆ GlobalDICGUIServices

trait ILIAS\Repository::GlobalDICGUIServices
Initial value:
{
private \ILIAS\DI\Container $DIC
Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 44 of file trait.GlobalDICGUIServices.php.


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