ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
PropertiesFactoryImpl.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 return new PropertiesImpl(
35 $id,
36 $title,
37 $link_to_subitem,
38 $open_link_in_new_viewport,
39 $presentable_subitem_type
40 );
41 }
42
43 public function getID(
44 string $id,
45 string $type
46 ): ID {
47 return new IDImpl($id, $type);
48 }
49}
$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
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...