ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
Provider.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Provider
;
22
27
interface
Provider
28
{
29
public
function
getFullyQualifiedClassName
(): string;
30
31
public
function
getProviderNameForPresentation
(): string;
32
}
ILIAS\GlobalScreen\Provider\Provider
Interface Provider.
Definition:
Provider.php:28
ILIAS\GlobalScreen\Provider\Provider\getProviderNameForPresentation
getProviderNameForPresentation()
ILIAS\GlobalScreen\Provider\Provider\getFullyQualifiedClassName
getFullyQualifiedClassName()
ILIAS\GlobalScreen\Provider
Definition:
AbstractPluginProvider.php:21
components
ILIAS
GlobalScreen
src
Provider
Provider.php
Generated on Sat Oct 18 2025 23:03:06 for ILIAS by
1.9.4 (using
Doxyfile
)