| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Base class for all sub item list gui's. More...
 Inheritance diagram for ilSubItemListGUI:
 Inheritance diagram for ilSubItemListGUI: Collaboration diagram for ilSubItemListGUI:
 Collaboration diagram for ilSubItemListGUI:| Public Member Functions | |
| __construct ($a_cmd_class) | |
| Constructor. | |
| getCmdClass () | |
| get cmd class | |
| setHighlighter ($a_highlighter) | |
| set highlighter | |
| getHighlighter () | |
| get highlighter | |
| getRefId () | |
| get ref id | |
| getObjId () | |
| get obj id | |
| getType () | |
| get type | |
| getSubItemIds ($a_limited=false) | |
| get sub item ids | |
| getItemListGUI () | |
| get item list gui | |
| init ($item_list_gui, $a_ref_id, $a_subitem_ids) | |
| init | |
| getHTML () | |
| Static Public Member Functions | |
| static | setShowDetails ($a_obj_id) | 
| set show details. | |
| static | resetDetails () | 
| reset details As long as static::resetDetails is not possible this method is final | |
| static | enabledDetails ($a_obj_id) | 
| enabled show details As long as static::enableDetails is not possible this method is final | |
| Protected Member Functions | |
| showDetailsLink () | |
| show details link | |
| Protected Attributes | |
| $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 | 
Definition at line 58 of file class.ilSubItemListGUI.php.
References ilSearchSettings\getInstance().
 Here is the call graph for this function:
 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 99 of file class.ilSubItemListGUI.php.
References $_SESSION.
| ilSubItemListGUI::getCmdClass | ( | ) | 
get cmd class
Definition at line 108 of file class.ilSubItemListGUI.php.
References $cmdClass.
Referenced by showDetailsLink().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSubItemListGUI::getHighlighter | ( | ) | 
get highlighter
| @return | 
Definition at line 129 of file class.ilSubItemListGUI.php.
References $highlighter.
Referenced by ilObjExerciseSubItemListGUI\getHTML(), ilObjForumSubItemListGUI\getHTML(), ilObjLearningModuleSubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjWikiSubItemListGUI\getHTML(), and ilObjLinkResourceSubItemListGUI\getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | abstract | 
| ilSubItemListGUI::getItemListGUI | ( | ) | 
get item list gui
Definition at line 180 of file class.ilSubItemListGUI.php.
References $item_list_gui.
Referenced by ilObjForumSubItemListGUI\getHTML(), ilObjLearningModuleSubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), and ilObjWikiSubItemListGUI\getHTML().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSubItemListGUI::getObjId | ( | ) | 
get obj id
Definition at line 147 of file class.ilSubItemListGUI.php.
References $obj_id.
Referenced by ilObjExerciseSubItemListGUI\getHTML(), ilObjForumSubItemListGUI\getHTML(), ilObjLearningModuleSubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjWikiSubItemListGUI\getHTML(), ilObjLinkResourceSubItemListGUI\getHTML(), getSubItemIds(), init(), and showDetailsLink().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSubItemListGUI::getRefId | ( | ) | 
get ref id
Definition at line 138 of file class.ilSubItemListGUI.php.
References $ref_id.
Referenced by ilObjExerciseSubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjWikiSubItemListGUI\getHTML(), and init().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSubItemListGUI::getSubItemIds | ( | $a_limited = false | ) | 
get sub item ids
| bool | $a_limited | 
Definition at line 166 of file class.ilSubItemListGUI.php.
References $subitem_ids, and getObjId().
Referenced by ilObjExerciseSubItemListGUI\getHTML(), ilObjForumSubItemListGUI\getHTML(), ilObjLearningModuleSubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjWikiSubItemListGUI\getHTML(), ilObjLinkResourceSubItemListGUI\getHTML(), and showDetailsLink().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSubItemListGUI::getType | ( | ) | 
| ilSubItemListGUI::init | ( | $item_list_gui, | |
| $a_ref_id, | |||
| $a_subitem_ids | |||
| ) | 
init
| @return | 
Definition at line 190 of file class.ilSubItemListGUI.php.
References $item_list_gui, ilObject\_lookupObjId(), ilObject\_lookupType(), getObjId(), and getRefId().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | staticfinal | 
reset details As long as static::resetDetails is not possible this method is final
Definition at line 86 of file class.ilSubItemListGUI.php.
References $_SESSION.
Referenced by ilLuceneAdvancedSearchGUI\search(), ilLuceneSearchGUI\search(), and ilLuceneSearchGUI\selectRoot().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilSubItemListGUI::setHighlighter | ( | $a_highlighter | ) | 
set highlighter
| @return | 
Definition at line 119 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 74 of file class.ilSubItemListGUI.php.
References $_SESSION.
Referenced by ilSearchResultPresentation\__construct().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
show details link
Definition at line 205 of file class.ilSubItemListGUI.php.
References $additional, $ilCtrl, $lng, $MAX_SUBITEMS, getCmdClass(), getObjId(), and getSubItemIds().
Referenced by ilObjExerciseSubItemListGUI\getHTML(), ilObjForumSubItemListGUI\getHTML(), ilObjLearningModuleSubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjWikiSubItemListGUI\getHTML(), and ilObjLinkResourceSubItemListGUI\getHTML().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | protected | 
Definition at line 40 of file class.ilSubItemListGUI.php.
Referenced by getCmdClass().
| 
 | staticprivate | 
Definition at line 45 of file class.ilSubItemListGUI.php.
| 
 | private | 
Definition at line 43 of file class.ilSubItemListGUI.php.
Referenced by getHighlighter().
| 
 | private | 
Definition at line 48 of file class.ilSubItemListGUI.php.
Referenced by getItemListGUI(), and init().
| 
 | staticprotected | 
Definition at line 38 of file class.ilSubItemListGUI.php.
Referenced by showDetailsLink().
| 
 | private | 
Definition at line 50 of file class.ilSubItemListGUI.php.
Referenced by getObjId().
| 
 | private | 
Definition at line 49 of file class.ilSubItemListGUI.php.
Referenced by getRefId().
| 
 | private | 
Definition at line 47 of file class.ilSubItemListGUI.php.
Referenced by getSubItemIds().
| 
 | protected | 
Definition at line 42 of file class.ilSubItemListGUI.php.
| 
 | private | 
Definition at line 51 of file class.ilSubItemListGUI.php.
Referenced by getType().