ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Endpoint.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
28class Endpoint extends OfComponent
29{
35 public function __construct(
36 \ILIAS\Component\Component $component,
37 string $source,
38 string $target = "."
39 ) {
40 parent::__construct($component, $source, $target);
41 }
42}
An endpoint is a PHP file that produces output via HTTP.
Definition: Endpoint.php:29
__construct(\ILIAS\Component\Component $component, string $source, string $target=".")
Definition: Endpoint.php:35
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.