headingLevel = $headingLevel; $this->allowHTML = $allowHTML; parent::__construct(null, $title, null, $form); } function Field() { if($this->allowHTML) $XML_title = $this->title; else $XML_title = Convert::raw2xml($this->title); return "headingLevel>$XML_titleheadingLevel>"; } } ?>