3 declare(strict_types=1);
39 $this->
lng = $DIC->language();
64 abstract public function getHTML(): string;
80 $this->decorator = $a_callback;
90 if (is_callable($this->decorator)) {
91 $a_value = call_user_func($this->decorator, $a_value);
setDecoratorCallBack(?array $a_callback)
Takes as input an array consisting of the object that the method that should be called back to belong...
__construct(ilADT $a_adt)
decorate($a_value)
Decorate value.
getSortable()
Get sortable value presentation.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...