3 declare(strict_types=1);
38 protected ?C\Chart\ProgressMeter\ProgressMeter
$chart = null;
47 $clone->color = $color;
65 $clone->lead = $image;
75 $clone->lead = $avatar;
85 $clone->audio = $audio;
100 $clone->lead = $icon;
109 $clone = clone $this;
110 $clone->lead = $text;
119 $clone = clone $this;
137 $clone = clone $this;
138 $clone->chart = $chart;
152 $clone = clone $this;
153 $clone->actions = $actions;
162 return $this->actions;
Color expresses a certain color by giving the mixing ratio in the RGB color space.
withLeadAvatar(Avatar $avatar)
C Chart ProgressMeter ProgressMeter $chart
This describes how an icon could be modified during construction of UI.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
withAudioPlayer(Audio $audio)
This describes commonalities between all types of Dropdowns.
This describes how a letter or a picture avatar could be modified during construction of UI...
Common interface to all items.
withLeadImage(Image $image)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
withProgress(C\Chart\ProgressMeter\ProgressMeter $chart)
withLeadText(string $text)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
withActions(C\Dropdown\Standard $actions)