ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ComponentCSS.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
27 {
28  public const TARGET = "assets/css";
29 
34  public function __construct(
35  \ILIAS\Component\Component $component,
36  string $source,
37  ) {
38  parent::__construct($component, $source, self::TARGET);
39  }
40 }
Interface Observer Contains several chained tasks and infos about them.
__construct(\ILIAS\Component\Component $component, string $source,)
This is a css file provided by some component.
__construct(Container $dic, ilPlugin $plugin)
An public asset that is a resource of some component.
Definition: OfComponent.php:26