19 declare(strict_types=1);
38 $implement[UI\Storage::class] =
static fn() =>
40 public function offsetExists(mixed $offset):
bool 44 public function offsetGet(mixed $offset): mixed
48 public function offsetSet(mixed $offset, mixed $value):
void 50 if (!is_string($offset)) {
51 throw new \InvalidArgumentException(
'Offset needs to be of type string.');
55 public function offsetUnset(mixed $offset):
void 61 $contribute[\ILIAS\Setup\Agent::class] =
static fn() =>
62 new \ilAuthenticationSetupAgent(
66 $contribute[Component\Resource\PublicAsset::class] = fn() =>
68 $contribute[Component\Resource\PublicAsset::class] = fn() =>
Interface Observer Contains several chained tasks and infos about them.
An endpoint is a PHP file that produces output via HTTP.
This is a js file provided by some component.
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,)
static clear(string $a_var)
static set(string $a_var, $a_val)
Set a value.