ILIAS
Release_4_0_x_branch Revision 61816
|
Base class for all sub item list gui's. More...
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().
|
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().
ilSubItemListGUI::getHighlighter | ( | ) |
get highlighter
@return |
Definition at line 129 of file class.ilSubItemListGUI.php.
References $highlighter.
Referenced by ilObjForumSubItemListGUI\getHTML(), ilObjLearningModuleSubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjWikiSubItemListGUI\getHTML(), and ilObjLinkResourceSubItemListGUI\getHTML().
|
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().
ilSubItemListGUI::getObjId | ( | ) |
get obj id
Definition at line 147 of file class.ilSubItemListGUI.php.
References $obj_id.
Referenced by ilObjForumSubItemListGUI\getHTML(), ilObjLearningModuleSubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjWikiSubItemListGUI\getHTML(), ilObjLinkResourceSubItemListGUI\getHTML(), getSubItemIds(), init(), and showDetailsLink().
ilSubItemListGUI::getRefId | ( | ) |
get ref id
Definition at line 138 of file class.ilSubItemListGUI.php.
References $ref_id.
Referenced by ilObjMediaPoolSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjWikiSubItemListGUI\getHTML(), and init().
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 ilObjForumSubItemListGUI\getHTML(), ilObjLearningModuleSubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjWikiSubItemListGUI\getHTML(), ilObjLinkResourceSubItemListGUI\getHTML(), and showDetailsLink().
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().
|
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().
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().
|
protected |
show details link
Definition at line 205 of file class.ilSubItemListGUI.php.
References $ilCtrl, $lng, $MAX_SUBITEMS, getCmdClass(), getObjId(), and getSubItemIds().
Referenced by ilObjForumSubItemListGUI\getHTML(), ilObjLearningModuleSubItemListGUI\getHTML(), ilObjMediaPoolSubItemListGUI\getHTML(), ilObjGlossarySubItemListGUI\getHTML(), ilObjWikiSubItemListGUI\getHTML(), and ilObjLinkResourceSubItemListGUI\getHTML().
|
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().