aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/helpbar/HelpbarWidget.php
blob: 4e02b947ee3285b18a6bc2b543b543a0be221e9b (plain)
1
2
3
4
5
6
7
8
9
10
<?php
class HelpbarWidget extends Widget
{
    public $icon = false;
    
    public function setIcon($icon)
    {
        $this->icon = $icon;
    }
}