| 
    ILIAS
    release_8 Revision v8.24
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Inheritance diagram for ilADTExternalLinkPresentationBridge:
 Collaboration diagram for ilADTExternalLinkPresentationBridge:Public Member Functions | |
| getHTML () | |
| Get html.  More... | |
| getSortable () | |
| Get soratable.  More... | |
  Public Member Functions inherited from ilADTPresentationBridge | |
| __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... | |
  Protected Member Functions inherited from ilADTPresentationBridge | |
| isValidADT (ilADT $a_adt) | |
| setADT (ilADT $a_adt) | |
| decorate ($a_value) | |
| Decorate value.  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from ilADTPresentationBridge | |
| 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.
Reimplemented from ilADTPresentationBridge.
Definition at line 42 of file class.ilADTExternalLinkPresentationBridge.php.
References ilADTPresentationBridge\decorate(), ilADTPresentationBridge\getADT(), and ilUtil\makeClickable().
 Here is the call graph for this function:| ilADTExternalLinkPresentationBridge::getSortable | ( | ) | 
Get soratable.
Reimplemented from ilADTPresentationBridge.
Definition at line 71 of file class.ilADTExternalLinkPresentationBridge.php.
References ilADTPresentationBridge\getADT().
 Here is the call graph for this function:
      
  | 
  protected | 
Is valid type.
| ilADT | $a_adt | 
Reimplemented from ilADTPresentationBridge.
Definition at line 33 of file class.ilADTExternalLinkPresentationBridge.php.