24include_once 
'Services/UIComponent/Toolbar/interfaces/interface.ilToolbarItem.php';
 
   55        $this->lng = 
$DIC->language();
 
   56        parent::__construct($a_title, $a_postvar);
 
   67        $this->value = $a_value;
 
   87        $this->checked = $a_checked;
 
  107        $this->optiontitle = $a_optiontitle;
 
  129            $item->setValueByArray($a_values);
 
  140        $this->additional_attributes = $a_attrs;
 
  190        $tpl = 
new ilTemplate(
"tpl.prop_checkbox.html", 
true, 
true, 
"Services/Form");
 
  208                'disabled="disabled"' 
  212        if ($a_mode == 
"toolbar") {
 
  216            $tpl->setVariable(
"STYLE_PAR", 
'display: -moz-inline-stack; display:inline-block; zoom: 1; *display:inline;');
 
  231        $a_tpl->setCurrentBlock(
"prop_generic");
 
  232        $a_tpl->setVariable(
"PROP_GENERIC", 
$html);
 
  233        $a_tpl->parseCurrentBlock();
 
  258        $data = unserialize($a_data);
 
An exception for terminatinating execution or to throw for unit testing.
special template class to simplify handling of ITX/PEAR
static stripSlashes($a_str, $a_strip_html=true, $a_allow="")
strip slashes if magic qoutes is enabled