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
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection
Definition:
ContextCollection.php:30
ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider
Interface ScreenContextAwareProvider.
Definition:
ScreenContextAwareProvider.php:29
ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider\isInterestedInContexts
isInterestedInContexts()
ILIAS\GlobalScreen\ScreenContext
src
GlobalScreen
ScreenContext
ScreenContextAwareProvider.php
Generated on Sat Oct 4 2025 21:01:13 for ILIAS by
1.9.4 (using
Doxyfile
)