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