3declare(strict_types=1);
19 throw new InvalidArgumentException(
'ilADTSearchBridge type mismatch.');
48 $mess = $this->
getADT()->getValidationErrors();
49 foreach ($mess as $error_code) {
50 $tmp[] = $this->
getADT()->translateErrorCode($error_code);
53 $field->setAlert(implode(
"<br />", $tmp));
ADT definition base class.
Class ilADTSearchBridgeSingle.
setDefinition(ilADTDefinition $a_adt_def)
validate()
Validate current data.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
isValidADTDefinition(ilADTDefinition $a_adt_def)