3 require_once
"Services/ADT/classes/Bridges/class.ilADTSearchBridge.php";
17 throw new Exception(
'ilADTSearchBridge type mismatch.');
32 return $this->
getADT()->isNull();
37 return $this->
getADT()->isValid();
46 $mess = $this->
getADT()->getValidationErrors();
47 foreach($mess as $error_code)
49 $tmp[] = $this->
getADT()->translateErrorCode($error_code);
53 $field->setAlert(implode(
"<br />", $tmp));
isValidADTDefinition(ilADTDefinition $a_adt_def)
Check if given ADT definition is valid.
setDefinition(ilADTDefinition $a_adt_def)
static getInstance()
Get singleton.
Create styles array
The data for the language used.
ADT search bridge base class.
ADT definition base class.
getElementId()
Get element id.