ILIAS
Release_5_0_x_branch Revision 61816
|
Public Member Functions | |
getHTML ($delimiter="<br />") | |
getSortable ($delimiter=";") | |
Public Member Functions inherited from ilADTPresentationBridge | |
__construct (ilADT $a_adt) | |
Constructor. | |
getADT () | |
Get ADT. | |
getList () | |
Get list presentation. | |
getHTML () | |
Get HTML presentation. | |
getSortable () | |
Get sortable value presentation. |
Protected Member Functions | |
isValidADT (ilADT $a_adt) | |
Check if given ADT is valid. | |
prepareElements () | |
Protected Member Functions inherited from ilADTPresentationBridge | |
setADT (ilADT $a_adt) | |
Set ADT. |
Protected Attributes | |
$elements | |
Protected Attributes inherited from ilADTPresentationBridge | |
$adt |
Definition at line 5 of file class.ilADTGroupPresentationBridge.php.
ilADTGroupPresentationBridge::getHTML | ( | $delimiter = "<br />" | ) |
Definition at line 32 of file class.ilADTGroupPresentationBridge.php.
References $res, and prepareElements().
ilADTGroupPresentationBridge::getSortable | ( | $delimiter = ";" | ) |
Definition at line 48 of file class.ilADTGroupPresentationBridge.php.
References $res, and prepareElements().
|
protected |
Check if given ADT is valid.
:TODO: This could be avoided with type-specifc constructors :TODO: bridge base class?
ilADT | $a_adt |
Reimplemented from ilADTPresentationBridge.
Definition at line 9 of file class.ilADTGroupPresentationBridge.php.
|
protected |
Definition at line 14 of file class.ilADTGroupPresentationBridge.php.
References ilADTPresentationBridge\getADT(), and ilADTFactory\getInstance().
Referenced by getHTML(), and getSortable().
|
protected |
Definition at line 7 of file class.ilADTGroupPresentationBridge.php.