headingLevel = $headingLevel; $this->allowHTML = $allowHTML; parent::__construct(null, $title, null, $form); } function Field() { $XML_title = ($this->allowHTML) ? $this->title : Convert::raw2xml($this->title); // extraclass $XML_class = ($this->extraClass()) ? " class=\"{$this->extraClass()}\"" : ''; return "headingLevel}{$XML_class}>$XML_titleheadingLevel>"; } } ?>