ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
DynamicProvider.php
Go to the documentation of this file.
1 <?php namespace ILIAS\GlobalScreen\Provider;
2 
18 interface DynamicProvider extends Provider
19 {
20 
29  public function isGloballyAvailable() : bool;
30 
31 
39  public function isAvailableForCurrentUser() : bool;
40 
41 
48  public function isCurrentlyAvailable() : bool;
49 }
isGloballyAvailable()
Return a simple bool whether your component provides dynamic elements for the GlobalScreen Service...
isCurrentlyAvailable()
ATTENTION: Implement your isCurrentlyActive()-Method as efficient as possible.
isAvailableForCurrentUser()
Return a simple bool whether the GlobalScreen element could be relevant for the current logged in use...