ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
Factory.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
27 interface Factory
28 {
54  public function standard($maximum, $main, $required = null, $comparison = null): Standard;
55 
74  public function fixedSize($maximum, $main, $required = null, $comparison = null): FixedSize;
75 
95  public function mini($maximum, $main, $required = null): Mini;
96 }
mini($maximum, $main, $required=null)
description: purpose: > The Mini Progress Meter is used, if it needs to be as small as possible...
fixedSize($maximum, $main, $required=null, $comparison=null)
description: purpose: > The Fixed Size Progress Meter ensures that the element is rendered exactly a...
standard($maximum, $main, $required=null, $comparison=null)
description: purpose: > The Standard Progress Meter is usually the tool of choice.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null