ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ComponentJS.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
27{
28 public const TARGET = "assets/js";
29
34 public function __construct(
35 \ILIAS\Component\Component $component,
36 string $source,
37 ) {
38 parent::__construct($component, $source, self::TARGET);
39 }
40}
This is a js file provided by some component.
Definition: ComponentJS.php:27
__construct(\ILIAS\Component\Component $component, string $source,)
Definition: ComponentJS.php:34
An public asset that is a resource of some component.
Definition: OfComponent.php:27
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.