4 include_once
"Services/Form/classes/class.ilPropertyFormGUI.php";
60 abstract public function isNull();
69 $this->form = $a_form;
89 $this->
id = (string)$a_value;
109 $this->title = trim($a_value);
134 $this->table_gui = $a_table;
158 if($a_value !== null)
182 return unserialize($value);
205 $this->
getForm()->addItem($a_field);
209 $this->table_filter_fields[$a_field->
getFieldId()] = $a_field;
266 $post = $a_post[substr($element_id, 0, $multi)][substr($element_id, $multi+1, -1)];
270 $post = $a_post[$element_id];
277 $post = $a_post[substr($element_id, $multi+1, -1)];
281 $post = $a_post[$element_id];
300 abstract public function validate();