ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Repository Class Reference
+ Inheritance diagram for ILIAS\Repository:
+ Collaboration diagram for ILIAS\Repository:

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,)
 
 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 }
This is a js file provided by some component.
Definition: ComponentJS.php:27
Interface Observer \BackgroundTasks 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.

◆ $passed_query_params

array ILIAS\Repository::$passed_query_params
protected

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

◆ $refinery

◆ BaseGUIRequest

trait ILIAS\Repository::BaseGUIRequest
Initial value:

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 33 of file trait.BaseGUIRequest.php.

◆ GlobalDICDomainServices

trait ILIAS\Repository::GlobalDICDomainServices
Initial value:
{
private \ILIAS\DI\Container $DIC
global $DIC
Definition: shib_login.php:26

Definition at line 37 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 43 of file trait.GlobalDICGUIServices.php.


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