Go to the source code of this file.
|
| base () |
| Example for rendering a standard Progress Meter with minimum configuration. More...
|
|
◆ base()
Example for rendering a standard Progress Meter with minimum configuration.
Definition at line 5 of file base.php.
References $DIC, and $f.
9 $f = $DIC->ui()->factory();
10 $renderer = $DIC->ui()->renderer();
13 $progressmeter =
$f->chart()->progressMeter()->standard(100, 75);
16 return $renderer->render($progressmeter);