43 $next_class = $ilCtrl->getNextClass($this);
44 $cmd = $ilCtrl->getCmd();
56 $this->type = $a_type;
76 $this->title = $a_title;
96 $this->postvar = $a_postvar;
116 $id = str_replace(
"[",
"__", $this->
getPostVar());
117 $id = str_replace(
"]",
"__", $id);
129 $this->info = $a_info;
149 $this->alert = $a_alert;
169 $this->required = $a_required;
189 $this->disabled = $a_disabled;
199 return $this->disabled;
239 $this->parent_gui = $a_val;
249 return $this->parent_gui;
277 $this->hidden_title = $a_val;
310 return serialize($this->getValue());
318 $data = unserialize($a_data);
322 $this->setValue(
$data);
326 $this->setValue(
false);
336 if (!is_object($parent))
338 die(
"You must set parent for ".get_class($this).
" to use serialize feature.");
350 if (!is_object($parent))
352 die(
"You must set parent for ".get_class($this).
" to use serialize feature.");
363 if (!is_object($parent))
365 die(
"You must set parent for ".get_class($this).
" to use serialize feature.");