|
ILIAS
Release_3_10_x_branch Revision 61812
|
Inheritance diagram for ilSearchResultPresentationGUI:
Collaboration diagram for ilSearchResultPresentationGUI:Public Member Functions | |
| ilSearchResultPresentationGUI (&$result) | |
| & | showResults () |
| & | renderItemList (&$results) |
| addHeaderRow (&$a_tpl, $a_type) | |
| adds a header row to a block template | |
| resetRowType () | |
| addStandardRow (&$a_tpl, $a_html, $a_ref_id) | |
| adds a standard row to a block template | |
| & | newBlockTemplate () |
| returns a new list block template | |
| addSeparatorRow (&$a_tpl) | |
| __appendChildLinks ($html, $item, &$item_list_gui) | |
Data Fields | |
| $tpl | |
| $lng | |
| $result = 0 | |
Protected Attributes | |
| $search_cache = null | |
Definition at line 37 of file class.ilSearchResultPresentationGUI.php.
| ilSearchResultPresentationGUI::__appendChildLinks | ( | $html, | |
| $item, | |||
| & | $item_list_gui | ||
| ) |
Definition at line 222 of file class.ilSearchResultPresentationGUI.php.
References $tpl, ilLink\_getLink(), ilGlossaryTerm\_lookGlossaryTerm(), ilObjForum\_lookupThreadSubject(), ilLMObject\_lookupTitle(), ilNewsItem\_lookupTitle(), ilLMObject\_lookupType(), ilWikiPage\lookupTitle(), and ilWikiUtil\makeUrlTitle().
Referenced by renderItemList(), and ilShopResultPresentationGUI\renderItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchResultPresentationGUI::addHeaderRow | ( | & | $a_tpl, |
| $a_type | |||
| ) |
adds a header row to a block template
| object | $a_tpl | block template |
| string | $a_type | object type private |
Definition at line 147 of file class.ilSearchResultPresentationGUI.php.
References $title, and ilUtil\getImagePath().
Referenced by renderItemList(), and ilShopResultPresentationGUI\renderItems().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchResultPresentationGUI::addSeparatorRow | ( | & | $a_tpl | ) |
Definition at line 216 of file class.ilSearchResultPresentationGUI.php.
Referenced by renderItemList(), and ilShopResultPresentationGUI\renderItems().
Here is the caller graph for this function:| ilSearchResultPresentationGUI::addStandardRow | ( | & | $a_tpl, |
| $a_html, | |||
| $a_ref_id | |||
| ) |
adds a standard row to a block template
| object | $a_tpl | block template |
| string | $a_html | html code private |
Reimplemented in ilShopResultPresentationGUI.
Definition at line 184 of file class.ilSearchResultPresentationGUI.php.
References ilUtil\formCheckbox().
Referenced by renderItemList().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchResultPresentationGUI::ilSearchResultPresentationGUI | ( | & | $result | ) |
Definition at line 46 of file class.ilSearchResultPresentationGUI.php.
References $ilCtrl, $lng, $result, $tpl, and ilUserSearchCache\_getInstance().
Here is the call graph for this function:| & ilSearchResultPresentationGUI::newBlockTemplate | ( | ) |
returns a new list block template
private
Definition at line 207 of file class.ilSearchResultPresentationGUI.php.
References $tpl.
Referenced by renderItemList(), and ilShopResultPresentationGUI\renderItems().
Here is the caller graph for this function:| & ilSearchResultPresentationGUI::renderItemList | ( | & | $results | ) |
Definition at line 75 of file class.ilSearchResultPresentationGUI.php.
References $ref_id, $results, $tpl, __appendChildLinks(), ilSearchObjectListFactory\_getInstance(), addHeaderRow(), addSeparatorRow(), addStandardRow(), newBlockTemplate(), and resetRowType().
Referenced by showResults().
Here is the call graph for this function:
Here is the caller graph for this function:| ilSearchResultPresentationGUI::resetRowType | ( | ) |
Definition at line 172 of file class.ilSearchResultPresentationGUI.php.
Referenced by renderItemList(), and ilShopResultPresentationGUI\renderItems().
Here is the caller graph for this function:| & ilSearchResultPresentationGUI::showResults | ( | ) |
Reimplemented in ilShopResultPresentationGUI.
Definition at line 65 of file class.ilSearchResultPresentationGUI.php.
References $results, and renderItemList().
Here is the call graph for this function:| ilSearchResultPresentationGUI::$lng |
Definition at line 42 of file class.ilSearchResultPresentationGUI.php.
Referenced by ilSearchResultPresentationGUI().
| ilSearchResultPresentationGUI::$result = 0 |
Definition at line 44 of file class.ilSearchResultPresentationGUI.php.
Referenced by ilSearchResultPresentationGUI(), ilShopResultPresentationGUI\ilShopResultPresentationGUI(), and ilShopResultPresentationGUI\sortResult().
|
protected |
Definition at line 39 of file class.ilSearchResultPresentationGUI.php.
| ilSearchResultPresentationGUI::$tpl |
Definition at line 41 of file class.ilSearchResultPresentationGUI.php.
Referenced by __appendChildLinks(), ilSearchResultPresentationGUI(), newBlockTemplate(), renderItemList(), and ilShopResultPresentationGUI\renderItems().