Beispiel #1
0
 public function init($name = '', $text = null, $label = '', $color = '', $bold = false)
 {
     parent::init($name, $text, $color, $bold);
     $this->setLabel($label);
     $this->setClass('mLabelText');
 }