ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
external link presentation bridge More...
Public Member Functions | |
__construct (ilADT $a_adt) | |
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... | |
Protected Attributes | |
ilAccessHandler | $access |
ilObjUser | $user |
![]() | |
ilADT | $adt |
$decorator | |
ilLanguage | $lng |
external link presentation bridge
Definition at line 26 of file class.ilADTInternalLinkPresentationBridge.php.
ilADTInternalLinkPresentationBridge::__construct | ( | ilADT | $a_adt | ) |
Definition at line 32 of file class.ilADTInternalLinkPresentationBridge.php.
References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\access(), and ILIAS\Repository\user().
ilADTInternalLinkPresentationBridge::getHTML | ( | ) |
Get html.
Definition at line 55 of file class.ilADTInternalLinkPresentationBridge.php.
References ilObject\_lookupObjId(), ilObject\_lookupTitle(), ILIAS\Repository\access(), ilADTPresentationBridge\decorate(), and ilADTPresentationBridge\getADT().
ilADTInternalLinkPresentationBridge::getSortable | ( | ) |
Get soratable.
Definition at line 85 of file class.ilADTInternalLinkPresentationBridge.php.
References ilADTPresentationBridge\getADT().
|
protected |
Is valid type.
ilADT | $a_adt |
Definition at line 46 of file class.ilADTInternalLinkPresentationBridge.php.
|
protected |
Definition at line 28 of file class.ilADTInternalLinkPresentationBridge.php.
|
protected |
Definition at line 30 of file class.ilADTInternalLinkPresentationBridge.php.