ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
external link presentation bridge 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 |
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(), ILIAS\GlobalScreen\Scope\Footer\Factory\getTitle(), 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.