ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
StartUpModificationProvider.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\Init\Provider
;
20
21
use
ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider
;
22
use
ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection
;
23
28
class
StartUpModificationProvider
extends
AbstractModificationProvider
29
{
33
public
function
isInterestedInContexts
():
ContextCollection
34
{
35
return
$this->context_collection->
external
();
36
}
37
}
ILIAS\GlobalScreen\Scope\Layout\Provider\AbstractModificationProvider
Class AbstractModificationProvider.
Definition:
AbstractModificationProvider.php:46
ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection
Definition:
ContextCollection.php:31
ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection\external
external()
Definition:
ContextCollection.php:128
ILIAS\Init\Provider\StartUpModificationProvider
Class StartUpModificationProvider.
Definition:
StartUpModificationProvider.php:29
ILIAS\Init\Provider\StartUpModificationProvider\isInterestedInContexts
isInterestedInContexts()
@inheritDoc
Definition:
StartUpModificationProvider.php:33
ILIAS\Init\Provider
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
StartUpMetaBarProvider.php:21
components
ILIAS
Init
classes
Provider
StartUpModificationProvider.php
Generated on Sun Oct 19 2025 23:03:05 for ILIAS by
1.9.4 (using
Doxyfile
)