3 require_once
"Services/ADT/classes/Bridges/class.ilADTSearchBridgeSingle.php";
20 $this->
getADT()->setSelection($value);
31 $def = $this->
getADT()->getCopyOfDefinition();
36 $lng->loadLanguageModule(
"search");
42 $select->setValue($this->
getADT()->getSelection());
56 $item->setValue($post);
58 else if(array_key_exists($this->
getElementId(), $this->table_filter_fields))
60 $this->table_filter_fields[$this->
getElementId()]->setValue($post);
64 $this->
getADT()->setSelection($post);
69 $this->
getADT()->setSelection();
86 return $a_element_id.
" = ".$ilDB->quote($this->
getADT()->getSelection(), $type);
94 return $this->
getADT()->equals($a_adt);
104 return serialize(
array($this->
getADT()->getSelection()));
110 $a_value = unserialize($a_value);
111 if(is_array($a_value))
113 $this->
getADT()->setSelection($a_value[0]);
getSQLCondition($a_element_id)
extractPostValues(array $a_post=null)
Extract data from (post) values.
shouldBeImportedFromPost($a_post)
Check if incoming values should be imported at all.
if(!is_array($argv)) $options
readFilter()
Load value(s) from filter store (in session)
Create styles array
The data for the language used.
isValidADTDefinition(ilADTDefinition $a_adt_def)
isInCondition(ilADT $a_adt)
writeFilter($a_value=null)
Write value(s) to filter store (in session)
importFromPost(array $a_post=null)
setSerializedValue($a_value)
ADT definition base class.
getElementId()
Get element id.
addToParentElement(ilFormPropertyGUI $a_field)
Add form field to parent element.