ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilADT $a_adt) | |
getADT () | |
getList () | |
getHTML () | |
getSortable () | |
Get sortable value presentation. More... | |
setDecoratorCallBack (?array $a_callback) | |
Takes as input an array consisting of the object that the method that should be called back to belongs to, and a string with the name of the method. More... | |
Protected Member Functions | |
isValidADT (ilADT $a_adt) | |
setADT (ilADT $a_adt) | |
decorate ($a_value) | |
Decorate value. More... | |
Protected Attributes | |
ilADT | $adt |
$decorator | |
ilLanguage | $lng |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning ADT presentation bridge base class
Definition at line 26 of file class.ilADTPresentationBridge.php.
ilADTPresentationBridge::__construct | ( | ilADT | $a_adt | ) |
Definition at line 35 of file class.ilADTPresentationBridge.php.
References $DIC, isValidADT(), ILIAS\Repository\lng(), and setADT().
|
protected |
Decorate value.
string | int | $a_value |
Definition at line 88 of file class.ilADTPresentationBridge.php.
Referenced by ilADTBooleanPresentationBridge\getHTML(), ilADTDatePresentationBridge\getHTML(), ilADTMultiTextPresentationBridge\getHTML(), ilADTMultiEnumPresentationBridge\getHTML(), ilADTEnumPresentationBridge\getHTML(), ilADTIntegerPresentationBridge\getHTML(), ilADTDateTimePresentationBridge\getHTML(), ilADTFloatPresentationBridge\getHTML(), ilADTTextPresentationBridge\getHTML(), ilADTLocalizedTextPresentationBridge\getHTML(), ilADTGroupPresentationBridge\getHTML(), ilADTLocationPresentationBridge\getHTML(), ilADTInternalLinkPresentationBridge\getHTML(), and ilADTExternalLinkPresentationBridge\getHTML().
ilADTPresentationBridge::getADT | ( | ) |
Definition at line 54 of file class.ilADTPresentationBridge.php.
References $adt.
Referenced by ilADTBooleanPresentationBridge\getHTML(), ilADTDateTimePresentationBridge\getHTML(), ilADTFloatPresentationBridge\getHTML(), ilADTMultiEnumPresentationBridge\getHTML(), ilADTDatePresentationBridge\getHTML(), ilADTMultiTextPresentationBridge\getHTML(), ilADTTextPresentationBridge\getHTML(), ilADTEnumPresentationBridge\getHTML(), ilADTIntegerPresentationBridge\getHTML(), ilADTLocalizedTextPresentationBridge\getHTML(), ilADTLocationPresentationBridge\getHTML(), ilADTInternalLinkPresentationBridge\getHTML(), ilADTExternalLinkPresentationBridge\getHTML(), ilADTLocationPresentationBridge\getList(), ilADTTextPresentationBridge\getSortable(), ilADTDateTimePresentationBridge\getSortable(), ilADTDatePresentationBridge\getSortable(), ilADTEnumPresentationBridge\getSortable(), ilADTIntegerPresentationBridge\getSortable(), ilADTBooleanPresentationBridge\getSortable(), ilADTMultiTextPresentationBridge\getSortable(), ilADTMultiEnumPresentationBridge\getSortable(), ilADTLocalizedTextPresentationBridge\getSortable(), ilADTFloatPresentationBridge\getSortable(), ilADTExternalLinkPresentationBridge\getSortable(), ilADTInternalLinkPresentationBridge\getSortable(), ilADTLocationPresentationBridge\getSortable(), and ilADTGroupPresentationBridge\prepareElements().
|
abstract |
ilADTPresentationBridge::getList | ( | ) |
Definition at line 59 of file class.ilADTPresentationBridge.php.
References getHTML(), and getSortable().
|
abstract |
Get sortable value presentation.
Referenced by getList().
|
abstractprotected |
|
protected |
Definition at line 46 of file class.ilADTPresentationBridge.php.
References isValidADT().
Referenced by __construct().
ilADTPresentationBridge::setDecoratorCallBack | ( | ?array | $a_callback | ) |
Takes as input an array consisting of the object that the method that should be called back to belongs to, and a string with the name of the method.
null|array{0 | ilObject, 1: string} $a_callback |
Definition at line 78 of file class.ilADTPresentationBridge.php.
|
protected |
Definition at line 28 of file class.ilADTPresentationBridge.php.
Referenced by getADT().
|
protected |
Definition at line 32 of file class.ilADTPresentationBridge.php.
|
protected |
Definition at line 33 of file class.ilADTPresentationBridge.php.