ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ScreenContextAwareProvider.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\ScreenContext
;
22
23
use
ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection
;
24
29
interface
ScreenContextAwareProvider
30
{
34
public
function
isInterestedInContexts
():
ContextCollection
;
35
}
ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection
Definition:
ContextCollection.php:31
ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider
Interface ScreenContextAwareProvider.
Definition:
ScreenContextAwareProvider.php:30
ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider\isInterestedInContexts
isInterestedInContexts()
ILIAS\GlobalScreen\ScreenContext
components
ILIAS
GlobalScreen
src
ScreenContext
ScreenContextAwareProvider.php
Generated on Sat Oct 18 2025 23:03:08 for ILIAS by
1.9.4 (using
Doxyfile
)