ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
ScreenContextAwareProvider.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
namespace
ILIAS\GlobalScreen\ScreenContext
;
21
22
use
ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection
;
23
28
interface
ScreenContextAwareProvider
29
{
33
public
function
isInterestedInContexts
() :
ContextCollection
;
34
}
ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider
Interface ScreenContextAwareProvider.
Definition:
ScreenContextAwareProvider.php:28
ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider\isInterestedInContexts
isInterestedInContexts()
ILIAS\GlobalScreen\ScreenContext
ContextCollection
ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection
Definition:
ContextCollection.php:29
src
GlobalScreen
ScreenContext
ScreenContextAwareProvider.php
Generated on Mon Sep 1 2025 21:01:46 for ILIAS by
1.8.13 (using
Doxyfile
)