|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Base class for all sub item list gui's. More...
Inheritance diagram for ilSubItemListGUI:
Collaboration diagram for ilSubItemListGUI:Public Member Functions | |
| __construct ($a_cmd_class) | |
| Constructor. More... | |
| getCmdClass () | |
| get cmd class More... | |
| setHighlighter ($a_highlighter) | |
| set highlighter More... | |
| getHighlighter () | |
| get highlighter More... | |
| getRefId () | |
| get ref id More... | |
| getObjId () | |
| get obj id More... | |
| getType () | |
| get type More... | |
| getSubItemIds ($a_limited=false) | |
| get sub item ids More... | |
| getItemListGUI () | |
| get item list gui More... | |
| init ($item_list_gui, $a_ref_id, $a_subitem_ids) | |
| init More... | |
| getHTML () | |
Static Public Member Functions | |
| static | setShowDetails ($a_obj_id) |
| set show details. More... | |
| static | resetDetails () |
| reset details As long as static::resetDetails is not possible this method is final More... | |
| static | enabledDetails ($a_obj_id) |
| enabled show details As long as static::enableDetails is not possible this method is final More... | |
Protected Member Functions | |
| showDetailsLink () | |
| show details link More... | |
| parseRelevance ($sub_item) | |
Protected Attributes | |
| $ctrl | |
| $lng | |
| $cmdClass = null | |
| $tpl | |
Static Protected Attributes | |
| static | $MAX_SUBITEMS = 5 |
Private Attributes | |
| $highlighter = null | |
| $subitem_ids = array() | |
| $item_list_gui | |
| $ref_id | |
| $obj_id | |
| $type | |
Static Private Attributes | |
| static | $details = array() |
Base class for all sub item list gui's.
Definition at line 36 of file class.ilSubItemListGUI.php.
| ilSubItemListGUI::__construct | ( | $a_cmd_class | ) |
Constructor.
return
Reimplemented in ilObjExerciseSubItemListGUI, ilObjGlossarySubItemListGUI, ilObjLearningModuleSubItemListGUI, and ilObjWikiSubItemListGUI.
Definition at line 68 of file class.ilSubItemListGUI.php.
References $DIC, and ilSearchSettings\getInstance().
Here is the call graph for this function:
|
staticfinal |
enabled show details As long as static::enableDetails is not possible this method is final
| int | $a_obj_id | object id |
Definition at line 113 of file class.ilSubItemListGUI.php.
References $_SESSION.
| ilSubItemListGUI::getCmdClass | ( | ) |
get cmd class
Definition at line 122 of file class.ilSubItemListGUI.php.
References $cmdClass.
Referenced by showDetailsLink().
Here is the caller graph for this function:| ilSubItemListGUI::getHighlighter | ( | ) |
get highlighter
return
Definition at line 143 of file class.ilSubItemListGUI.php.
References $highlighter.
Referenced by ilObjExerciseSubItemListGUI\getHTML(), ilObjForumSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjLearningModuleSubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjLinkResourceSubItemListGUI\getHTML(), ilObjWikiSubItemListGUI\getHTML(), and parseRelevance().
Here is the caller graph for this function:
|
abstract |
| ilSubItemListGUI::getItemListGUI | ( | ) |
get item list gui
Definition at line 193 of file class.ilSubItemListGUI.php.
References $item_list_gui.
Referenced by ilObjForumSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjLearningModuleSubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), and ilObjWikiSubItemListGUI\getHTML().
Here is the caller graph for this function:| ilSubItemListGUI::getObjId | ( | ) |
get obj id
Definition at line 161 of file class.ilSubItemListGUI.php.
References $obj_id.
Referenced by ilObjExerciseSubItemListGUI\getHTML(), ilObjForumSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjLearningModuleSubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjLinkResourceSubItemListGUI\getHTML(), ilObjWikiSubItemListGUI\getHTML(), getSubItemIds(), init(), parseRelevance(), and showDetailsLink().
Here is the caller graph for this function:| ilSubItemListGUI::getRefId | ( | ) |
get ref id
Definition at line 152 of file class.ilSubItemListGUI.php.
References $ref_id.
Referenced by ilObjExerciseSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjWikiSubItemListGUI\getHTML(), init(), and ilObjMediaPoolSubItemListGUI\parseImage().
Here is the caller graph for this function:| ilSubItemListGUI::getSubItemIds | ( | $a_limited = false | ) |
get sub item ids
| bool | $a_limited |
Definition at line 180 of file class.ilSubItemListGUI.php.
References $subitem_ids, and getObjId().
Referenced by ilObjExerciseSubItemListGUI\getHTML(), ilObjForumSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjLearningModuleSubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjLinkResourceSubItemListGUI\getHTML(), ilObjWikiSubItemListGUI\getHTML(), and showDetailsLink().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSubItemListGUI::getType | ( | ) |
get type
Definition at line 170 of file class.ilSubItemListGUI.php.
References $type.
| ilSubItemListGUI::init | ( | $item_list_gui, | |
| $a_ref_id, | |||
| $a_subitem_ids | |||
| ) |
init
return
Definition at line 203 of file class.ilSubItemListGUI.php.
References $item_list_gui, ilObject\_lookupObjId(), ilObject\_lookupType(), getObjId(), and getRefId().
Here is the call graph for this function:
|
protected |
Definition at line 243 of file class.ilSubItemListGUI.php.
References getHighlighter(), ilSearchSettings\getInstance(), ilProgressBar\getInstance(), and getObjId().
Referenced by ilObjExerciseSubItemListGUI\getHTML(), ilObjForumSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjLearningModuleSubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjLinkResourceSubItemListGUI\getHTML(), and ilObjWikiSubItemListGUI\getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
staticfinal |
reset details As long as static::resetDetails is not possible this method is final
Definition at line 100 of file class.ilSubItemListGUI.php.
References $_SESSION.
Referenced by ilLuceneAdvancedSearchGUI\search(), ilLuceneSearchGUI\search(), ilLuceneUserSearchGUI\search(), ilSearchGUI\storeRoot(), and ilLuceneSearchGUI\storeRoot().
Here is the caller graph for this function:| ilSubItemListGUI::setHighlighter | ( | $a_highlighter | ) |
set highlighter
return
Definition at line 133 of file class.ilSubItemListGUI.php.
|
staticfinal |
set show details.
Show all subitem links for a specific object As long as static::setShowDetails is not possible this method is final
| int | $a_obj_id | object id |
Definition at line 88 of file class.ilSubItemListGUI.php.
References $_SESSION.
Referenced by ilSearchResultPresentation\__construct().
Here is the caller graph for this function:
|
protected |
show details link
Definition at line 218 of file class.ilSubItemListGUI.php.
References $additional, $ctrl, $ilCtrl, $lng, $MAX_SUBITEMS, getCmdClass(), getObjId(), getSubItemIds(), and sprintf.
Referenced by ilObjExerciseSubItemListGUI\getHTML(), ilObjForumSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjLearningModuleSubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjLinkResourceSubItemListGUI\getHTML(), and ilObjWikiSubItemListGUI\getHTML().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 50 of file class.ilSubItemListGUI.php.
Referenced by getCmdClass().
|
protected |
Definition at line 41 of file class.ilSubItemListGUI.php.
Referenced by showDetailsLink().
|
staticprivate |
Definition at line 55 of file class.ilSubItemListGUI.php.
|
private |
Definition at line 53 of file class.ilSubItemListGUI.php.
Referenced by getHighlighter().
|
private |
Definition at line 58 of file class.ilSubItemListGUI.php.
Referenced by getItemListGUI(), and init().
|
protected |
Definition at line 46 of file class.ilSubItemListGUI.php.
Referenced by ilObjExerciseSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjLearningModuleSubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjLinkResourceSubItemListGUI\getHTML(), ilObjWikiSubItemListGUI\getHTML(), and showDetailsLink().
|
staticprotected |
Definition at line 48 of file class.ilSubItemListGUI.php.
Referenced by showDetailsLink().
|
private |
Definition at line 60 of file class.ilSubItemListGUI.php.
Referenced by getObjId().
|
private |
Definition at line 59 of file class.ilSubItemListGUI.php.
Referenced by getRefId().
|
private |
Definition at line 57 of file class.ilSubItemListGUI.php.
Referenced by getSubItemIds().
|
protected |
Definition at line 52 of file class.ilSubItemListGUI.php.
|
private |
Definition at line 61 of file class.ilSubItemListGUI.php.
Referenced by getType().