Exemplo n.º 1
0
 /**
  * Create a new label.
  * @param title The label itslef
  * @param class An HTML class to apply to the label.
  */
 function __construct($name, $title, $className = "", $allowHTML = false, $form = null)
 {
     $this->labelName = $name;
     parent::__construct($title, $className, $allowHTML, $form);
 }