ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Endpoint.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
21 namespace ILIAS\Component\Resource;
22 
28 class 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 }
Interface Observer Contains several chained tasks and infos about them.
__construct(\ILIAS\Component\Component $component, string $source, string $target=".")
Definition: Endpoint.php:35
An endpoint is a PHP file that produces output via HTTP.
Definition: Endpoint.php:28
__construct(Container $dic, ilPlugin $plugin)
An public asset that is a resource of some component.
Definition: OfComponent.php:26