|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
ADT presentation bridge base class. More...
Inheritance diagram for ilADTPresentationBridge:
Collaboration diagram for ilADTPresentationBridge:Public Member Functions | |
| __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... | |
Protected Member Functions | |
| isValidADT (ilADT $a_adt) | |
| Check if given ADT is valid. More... | |
| setADT (ilADT $a_adt) | |
| Set ADT. More... | |
Protected Attributes | |
| $adt | |
ADT presentation bridge base class.
Definition at line 11 of file class.ilADTPresentationBridge.php.
| ilADTPresentationBridge::__construct | ( | ilADT | $a_adt | ) |
Constructor.
| ilADT | $a_adt |
Definition at line 21 of file class.ilADTPresentationBridge.php.
References setADT().
Here is the call graph for this function:| ilADTPresentationBridge::getADT | ( | ) |
Get ADT.
Definition at line 62 of file class.ilADTPresentationBridge.php.
References $adt.
Referenced by ilADTBooleanPresentationBridge\getHTML(), ilADTDatePresentationBridge\getHTML(), ilADTDateTimePresentationBridge\getHTML(), ilADTEnumPresentationBridge\getHTML(), ilADTFloatPresentationBridge\getHTML(), ilADTIntegerPresentationBridge\getHTML(), ilADTLocationPresentationBridge\getHTML(), ilADTMultiEnumPresentationBridge\getHTML(), ilADTMultiTextPresentationBridge\getHTML(), ilADTTextPresentationBridge\getHTML(), ilADTLocationPresentationBridge\getList(), ilADTBooleanPresentationBridge\getSortable(), ilADTDatePresentationBridge\getSortable(), ilADTDateTimePresentationBridge\getSortable(), ilADTEnumPresentationBridge\getSortable(), ilADTFloatPresentationBridge\getSortable(), ilADTIntegerPresentationBridge\getSortable(), ilADTLocationPresentationBridge\getSortable(), ilADTMultiEnumPresentationBridge\getSortable(), ilADTMultiTextPresentationBridge\getSortable(), ilADTTextPresentationBridge\getSortable(), and ilADTGroupPresentationBridge\prepareElements().
Here is the caller graph for this function:
|
abstract |
Get HTML presentation.
Reimplemented in ilADTBooleanPresentationBridge, ilADTDatePresentationBridge, ilADTDateTimePresentationBridge, ilADTEnumPresentationBridge, ilADTFloatPresentationBridge, ilADTIntegerPresentationBridge, ilADTLocationPresentationBridge, ilADTMultiEnumPresentationBridge, ilADTMultiTextPresentationBridge, and ilADTTextPresentationBridge.
Referenced by getList().
Here is the caller graph for this function:| ilADTPresentationBridge::getList | ( | ) |
Get list presentation.
Reimplemented in ilADTLocationPresentationBridge.
Definition at line 72 of file class.ilADTPresentationBridge.php.
References getHTML().
Here is the call graph for this function:
|
abstract |
Get sortable value presentation.
Reimplemented in ilADTBooleanPresentationBridge, ilADTDatePresentationBridge, ilADTDateTimePresentationBridge, ilADTEnumPresentationBridge, ilADTFloatPresentationBridge, ilADTIntegerPresentationBridge, ilADTLocationPresentationBridge, ilADTMultiEnumPresentationBridge, ilADTMultiTextPresentationBridge, and ilADTTextPresentationBridge.
|
abstractprotected |
Check if given ADT is valid.
:TODO: This could be avoided with type-specifc constructors :TODO: bridge base class?
| ilADT | $a_adt |
Reimplemented in ilADTBooleanPresentationBridge, ilADTDatePresentationBridge, ilADTDateTimePresentationBridge, ilADTEnumPresentationBridge, ilADTFloatPresentationBridge, ilADTGroupPresentationBridge, ilADTIntegerPresentationBridge, ilADTLocationPresentationBridge, ilADTMultiEnumPresentationBridge, ilADTMultiTextPresentationBridge, and ilADTTextPresentationBridge.
Referenced by setADT().
Here is the caller graph for this function:
|
protected |
Set ADT.
| Exception |
| ilADT | $a_adt |
Definition at line 47 of file class.ilADTPresentationBridge.php.
References isValidADT().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 13 of file class.ilADTPresentationBridge.php.
Referenced by getADT().