ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
InlineCss.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\GlobalScreen\Scope\Layout\MetaContent\Media
;
22
26
class
InlineCss
extends
AbstractMedia
27
{
28
public
const
MEDIA_SCREEN
=
"screen"
;
29
30
31
public
function
__construct
(
string
$content,
string
$version
,
private
string
$media = self::MEDIA_SCREEN)
32
{
33
parent::__construct
($content, $version);
34
}
35
36
public
function
getMedia
(): string
37
{
38
return
$this->media;
39
}
40
}
$version
$version
Definition:
plugin.php:24
ILIAS\GlobalScreen\Scope\Layout\MetaContent\Media\InlineCss\__construct
__construct(string $content, string $version, private string $media=self::MEDIA_SCREEN)
Definition:
InlineCss.php:31
ILIAS\GlobalScreen\Scope\Layout\MetaContent\Media\InlineCss\getMedia
getMedia()
Definition:
InlineCss.php:36
ILIAS\GlobalScreen\Scope\Layout\MetaContent\Media\InlineCss
Definition:
InlineCss.php:26
ILIAS\GlobalScreen\Scope\Layout\MetaContent\Media\InlineCss\MEDIA_SCREEN
const MEDIA_SCREEN
Definition:
InlineCss.php:28
ILIAS\GlobalScreen\Scope\Layout\MetaContent\Media\AbstractMedia
Definition:
AbstractMedia.php:26
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:37
ILIAS\GlobalScreen\Scope\Layout\MetaContent\Media
Definition:
AbstractCollection.php:21
components
ILIAS
GlobalScreen
src
Scope
Layout
MetaContent
Media
InlineCss.php
Generated on Sun Aug 31 2025 23:03:03 for ILIAS by
1.8.13 (using
Doxyfile
)