ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
PropertiesFactory.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24
26{
27 public function get(
28 ID $id,
29 string $title,
30 ?URI $link_to_subitem,
31 bool $open_link_in_new_viewport,
32 string $presentable_subitem_type
33 ): Properties;
34
35 public function getID(
36 string $id,
37 string $type
38 ): ID;
39}
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:35