38 $this->line_width = $a_value;
48 string $a_align =
"center",
49 bool $a_horizontal =
false 51 $this->bar_width = (float) str_replace(
",",
".", (
string) $a_width);
52 if (in_array($a_align, array(
"center",
"left"))) {
53 $this->bar_align = $a_align;
55 $this->bar_horizontal = $a_horizontal;
61 if ($width !==
null) {
62 $a_options[
"lineWidth"] = $width;
65 if ($this->bar_width) {
68 if ($this->bar_horizontal) {
69 $a_options[
"horizontal"] =
true;
setLineWidth(int $a_value)
setBarOptions(float $a_width, string $a_align="center", bool $a_horizontal=false)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
parseDataOptions(array &$a_options)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...