ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
external link presentation bridge More...
Public Member Functions | |
getHTML () | |
Get html. More... | |
getSortable () | |
Get soratable. More... | |
Public Member Functions inherited from ilADTPresentationBridge | |
__construct (ilADT $a_adt) | |
Constructor. More... | |
getADT () | |
Get ADT. More... | |
getList () | |
Get list presentation. More... | |
getHTML () | |
Get HTML presentation. More... | |
getSortable () | |
Get sortable value presentation. More... | |
setDecoratorCallBack ($a_callback) | |
Set decorator callback. More... | |
Protected Member Functions | |
isValidADT (ilADT $a_adt) | |
Is valid type. More... | |
Protected Member Functions inherited from ilADTPresentationBridge | |
isValidADT (ilADT $a_adt) | |
Check if given ADT is valid. More... | |
setADT (ilADT $a_adt) | |
Set ADT. More... | |
decorate ($a_value) | |
Decorate value. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ilADTPresentationBridge | |
$adt | |
$decorator | |
external link presentation bridge
Definition at line 11 of file class.ilADTExternalLinkPresentationBridge.php.
ilADTExternalLinkPresentationBridge::getHTML | ( | ) |
Get html.
Definition at line 28 of file class.ilADTExternalLinkPresentationBridge.php.
References ilADTPresentationBridge\decorate(), ilADTPresentationBridge\getADT(), and ilUtil\makeClickable().
ilADTExternalLinkPresentationBridge::getSortable | ( | ) |
Get soratable.
Definition at line 48 of file class.ilADTExternalLinkPresentationBridge.php.
References ilADTPresentationBridge\getADT().
|
protected |
Is valid type.
ilADT | $a_adt |
Definition at line 19 of file class.ilADTExternalLinkPresentationBridge.php.