ILIAS  release_7 Revision v7.30-3-g800a261c036
InlineCss.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
21
27{
28 public const MEDIA_SCREEN = "screen";
32 private $media;
33
39 public function __construct(string $content, string $version, string $media = self::MEDIA_SCREEN)
40 {
42 $this->media = $media;
43 }
44
48 public function getMedia() : string
49 {
50 return $this->media;
51 }
52}
An exception for terminatinating execution or to throw for unit testing.
__construct(string $content, string $version, string $media=self::MEDIA_SCREEN)
InlineCss constructor.
Definition: InlineCss.php:39
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc