ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
getHTML () | |
Get html. More... | |
getSortable () | |
Get soratable. More... | |
![]() | |
__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) | |
Is valid type. More... | |
![]() | |
isValidADT (ilADT $a_adt) | |
setADT (ilADT $a_adt) | |
decorate ($a_value) | |
Decorate value. More... | |
Additional Inherited Members | |
![]() | |
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 external link presentation bridge
Definition at line 26 of file class.ilADTExternalLinkPresentationBridge.php.
ilADTExternalLinkPresentationBridge::getHTML | ( | ) |
Get html.
Definition at line 42 of file class.ilADTExternalLinkPresentationBridge.php.
References ilADTPresentationBridge\decorate(), ilADTPresentationBridge\getADT(), and ilUtil\makeClickable().
ilADTExternalLinkPresentationBridge::getSortable | ( | ) |
Get soratable.
Definition at line 71 of file class.ilADTExternalLinkPresentationBridge.php.
References ilADTPresentationBridge\getADT().
|
protected |
Is valid type.
ilADT | $a_adt |
Definition at line 33 of file class.ilADTExternalLinkPresentationBridge.php.