46        $this->
setType(
"section_header");
 
   84        $this->section_icon[
'file'] = $a_file;
 
   85        $this->section_icon[
'alt'] = $a_alt;
 
   96        return $this->section_icon ? $this->section_icon : array();
 
  106        $this->title = $a_title;
 
  126        $this->
info = $a_info;
 
  146        $this->parentform = $a_parentform;
 
  156        return $this->parentform;
 
  166        $this->section_anchor = $value;
 
  178            $a_tpl->setCurrentBlock(
"title_icon");
 
  181            $a_tpl->parseCurrentBlock();
 
  184        $a_tpl->setCurrentBlock(
"header");
 
  185        $a_tpl->setVariable(
"TXT_TITLE", $this->
getTitle());
 
  186        $a_tpl->setVariable(
"TXT_DESCRIPTION", $this->
getInfo());
 
  187        $a_tpl->setVariable(
'HEAD_COLSPAN', 2);
 
  188        if (isset($this->section_anchor)) {
 
  189            $a_tpl->setVariable(
'LABEL', $this->section_anchor);
 
  191        $a_tpl->parseCurrentBlock();
 
An exception for terminatinating execution or to throw for unit testing.