ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ ilDoc Overview
InlineCssCollection.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
InlineCssCollection
extends
AbstractCollection
27
{
28
public
function
addItem
(
InlineCss
$item): void
29
{
30
$this->items[] = $item;
31
}
32
33
}
ILIAS\GlobalScreen\Scope\Layout\MetaContent\Media\AbstractCollection
Definition:
AbstractCollection.php:29
ILIAS\GlobalScreen\Scope\Layout\MetaContent\Media\InlineCss
Definition:
InlineCss.php:26
ILIAS\GlobalScreen\Scope\Layout\MetaContent\Media\InlineCssCollection
Definition:
InlineCssCollection.php:26
ILIAS\GlobalScreen\Scope\Layout\MetaContent\Media
Definition:
AbstractCollection.php:21
ILIAS\GlobalScreen\Scope\Layout\MetaContent\Media\InlineCssCollection\addItem
addItem(InlineCss $item)
Definition:
InlineCssCollection.php:28
components
ILIAS
GlobalScreen
src
Scope
Layout
MetaContent
Media
InlineCssCollection.php
Generated on Tue Sep 2 2025 23:03:08 for ILIAS by
1.8.13 (using
Doxyfile
)