ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ 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\ScreenContextAwareProvider
Interface ScreenContextAwareProvider.
Definition:
ScreenContextAwareProvider.php:29
ILIAS\GlobalScreen\ScreenContext\ScreenContextAwareProvider\isInterestedInContexts
isInterestedInContexts()
ILIAS\GlobalScreen\ScreenContext
ContextCollection
ILIAS\GlobalScreen\ScreenContext\Stack\ContextCollection
Definition:
ContextCollection.php:30
components
ILIAS
GlobalScreen
src
ScreenContext
ScreenContextAwareProvider.php
Generated on Tue Sep 2 2025 23:03:09 for ILIAS by
1.8.13 (using
Doxyfile
)