ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Factory.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
25 
31 interface Factory
32 {
60  public function standard(
61  string $id,
62  string $title,
63  ?Image $icon = null,
64  string $description = ''
65  ): Standard;
66 
97  public function keyValue(
98  string $id,
99  string $key,
100  string $value
101  ): KeyValue;
102 }
standard(string $id, string $title, ?Image $icon=null, string $description='')
description: purpose: > Standard Interruptive items represent objects that can generally be identifi...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
keyValue(string $id, string $key, string $value)
description: purpose: Key-Value Interruptive items represent objects that can be identified...