3 declare(strict_types=1);
17 $this->adt_lower =
$factory->getInstanceByDefinition($a_adt_def);
18 $this->adt_upper =
$factory->getInstanceByDefinition($a_adt_def);
66 $mess = $this->
getLowerADT()->getValidationErrors();
67 foreach ($mess as $error_code) {
68 $tmp[] = $this->
getLowerADT()->translateErrorCode($error_code);
72 $field->setAlert(implode(
"<br />", $tmp));
76 $mess = $this->
getUpperADT()->getValidationErrors();
77 foreach ($mess as $error_code) {
78 $tmp[] = $this->
getUpperADT()->translateErrorCode($error_code);
82 $field->setAlert(implode(
"<br />", $tmp));
isValidADTDefinition(ilADTDefinition $a_adt_def)
getUpperADT()
Get upper ADT.
setDefinition(ilADTDefinition $a_adt_def)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ilADTSearchBridgeRange.
addToElementId(string $a_add)
Add sub-element.
ADT definition base class.
getLowerADT()
Get lower ADT.