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));