ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
RendererInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=0);
20 
22 
27 use ILIAS\UI\Component\Chart\ProgressMeter\Standard as UIStandardProgressMeter;
28 use ILIAS\Data\URI;
29 
31 {
32  public function standardProgressMeter(
33  LPInterface $lp_info
34  ): UIStandardProgressMeter;
35 
39  public function standardItem(
40  ObjectDataInterface $object_info,
41  PropertyListInterface $property_list,
42  ?URI $title_link = null
43  ): UIStandardItem;
44 
45  public function fixedSizeProgressMeter(
46  LPInterface $lp_info
47  ): UIStandardProgressMeter;
48 }
standardItem(ObjectDataInterface $object_info, PropertyListInterface $property_list, ?URI $title_link=null)
The optional link is applied to the title.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null