ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ILIAS\Block Class Reference
+ Inheritance diagram for ILIAS\Block:
+ Collaboration diagram for ILIAS\Block:

Data Structures

class  BlockManager
 
class  BlockSessionRepository
 Stores repository clipboard data. More...
 
class  InternalDataService
 Block data service. More...
 
class  InternalDomainService
 
class  InternalGUIService
 
class  InternalRepoService
 Block repo service. More...
 
class  InternalService
 Block internal service. More...
 
class  Service
 
class  StandardGUIRequest
 

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,)
 

Detailed Description

Definition at line 23 of file Block.php.

Member Function Documentation

◆ init()

ILIAS\Block::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 Block.php.

34  : void {
35  $contribute[Component\Resource\PublicAsset::class] = fn() =>
36  new Component\Resource\ComponentJS($this, "ilblockcallback.js");
37  }

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