ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ ilDoc Overview
AbstractStaticMetaBarPluginProvider.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\MetaBar\Provider
;
22
23
use
ILIAS\GlobalScreen\Provider\PluginProvider
;
24
use
ILIAS\GlobalScreen\Provider\PluginProviderHelper
;
25
30
abstract
class
AbstractStaticMetaBarPluginProvider
extends
AbstractStaticMetaBarProvider
implements
StaticMetaBarProvider
,
PluginProvider
31
{
32
use
PluginProviderHelper
;
33
}
ILIAS\GlobalScreen\Provider\PluginProviderHelper
trait PluginProviderHelper
Class PluginProviderHelper.
Definition:
PluginProviderHelper.php:32
ILIAS\GlobalScreen\Scope\MetaBar\Provider\StaticMetaBarProvider
Class StaticMetaBarProvider.
Definition:
StaticMetaBarProvider.php:30
ILIAS\GlobalScreen\Scope\MetaBar\Provider\AbstractStaticMetaBarPluginProvider
Interface AbstractStaticMetaBarPluginProvider.
Definition:
AbstractStaticMetaBarPluginProvider.php:30
ILIAS\GlobalScreen\Scope\MetaBar\Provider\AbstractStaticMetaBarProvider
Interface AbstractStaticMetaBarProvider.
Definition:
AbstractStaticMetaBarProvider.php:32
ILIAS\GlobalScreen\Scope\MetaBar\Provider
Definition:
AbstractStaticFooterProvider.php:21
ILIAS\GlobalScreen\Provider\PluginProvider
Interface PluginProvider.
Definition:
PluginProvider.php:29
PluginProvider
components
ILIAS
GlobalScreen
src
Scope
MetaBar
Provider
AbstractStaticMetaBarPluginProvider.php
Generated on Tue Sep 2 2025 23:03:09 for ILIAS by
1.8.13 (using
Doxyfile
)