ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
DynamicProvider.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
21 
34 interface DynamicProvider extends Provider
35 {
43  public function isGloballyAvailable(): bool;
44 
51  public function isAvailableForCurrentUser(): bool;
52 
58  public function isCurrentlyAvailable(): bool;
59 }
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.
Interface DynamicProvider Needs JF decision whenever a new DynamicProvider is implemented.
isAvailableForCurrentUser()
Return a simple bool whether the GlobalScreen element could be relevant for the current logged in use...