ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilShopResultPresentationGUI. More...
Public Member Functions | |
ilShopResultPresentationGUI ($result) | |
showResults () | |
setTypeOrdering ($a_type_ordering_array) | |
getTypeOrdering () | |
setSortField ($a_sort_field) | |
getSortField () | |
setSortDirection ($a_sort_direction) | |
getSortDirection () | |
sortResult ($result) | |
renderItemList ($results) | |
addStandardRow (&$a_tpl, $a_html, $a_ref_id) | |
adds a standard row to a block template | |
Public Member Functions inherited from ilSearchResultPresentationGUI | |
ilSearchResultPresentationGUI (&$result) | |
& | renderItemList (&$results) |
addHeaderRow (&$a_tpl, $a_type) | |
adds a header row to a block template | |
resetRowType () | |
& | newBlockTemplate () |
returns a new list block template | |
addSeparatorRow (&$a_tpl) | |
__appendChildLinks ($html, $item, &$item_list_gui) |
Private Member Functions | |
renderItems ($oContainerTpl, $results, $topic) |
Private Attributes | |
$sort_field = '' | |
$sort_direction = '' |
Additional Inherited Members | |
Data Fields inherited from ilSearchResultPresentationGUI | |
$tpl | |
$lng | |
$result = 0 | |
Protected Attributes inherited from ilSearchResultPresentationGUI | |
$search_cache = null |
Class ilShopResultPresentationGUI.
Definition at line 37 of file class.ilShopResultPresentationGUI.php.
ilShopResultPresentationGUI::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 from ilSearchResultPresentationGUI.
Definition at line 281 of file class.ilShopResultPresentationGUI.php.
Referenced by renderItems().
ilShopResultPresentationGUI::getSortDirection | ( | ) |
Definition at line 75 of file class.ilShopResultPresentationGUI.php.
References $sort_direction.
ilShopResultPresentationGUI::getSortField | ( | ) |
Definition at line 67 of file class.ilShopResultPresentationGUI.php.
References $sort_field.
ilShopResultPresentationGUI::getTypeOrdering | ( | ) |
Definition at line 59 of file class.ilShopResultPresentationGUI.php.
ilShopResultPresentationGUI::ilShopResultPresentationGUI | ( | $result | ) |
Definition at line 42 of file class.ilShopResultPresentationGUI.php.
References ilSearchResultPresentationGUI\$result.
ilShopResultPresentationGUI::renderItemList | ( | $results | ) |
Definition at line 259 of file class.ilShopResultPresentationGUI.php.
References $results, and renderItems().
Referenced by showResults().
|
private |
Definition at line 100 of file class.ilShopResultPresentationGUI.php.
References $ref_id, $results, ilSearchResultPresentationGUI\$tpl, ilSearchResultPresentationGUI\__appendChildLinks(), ilPaymentPrices\_formatPriceToFloat(), ilPaymentPrices\_formatPriceToString(), ilObjectListGUIFactory\_getListGUIByType(), ilPaymentObject\_hasAccess(), ilPaymentObject\_lookupPobjectId(), ilSearchResultPresentationGUI\addHeaderRow(), ilSearchResultPresentationGUI\addSeparatorRow(), addStandardRow(), ilPaymentPrices\getLowestPrice(), ilSearchResultPresentationGUI\newBlockTemplate(), ilSearchResultPresentationGUI\resetRowType(), and sortResult().
Referenced by renderItemList().
ilShopResultPresentationGUI::setSortDirection | ( | $a_sort_direction | ) |
Definition at line 71 of file class.ilShopResultPresentationGUI.php.
ilShopResultPresentationGUI::setSortField | ( | $a_sort_field | ) |
Definition at line 63 of file class.ilShopResultPresentationGUI.php.
ilShopResultPresentationGUI::setTypeOrdering | ( | $a_type_ordering_array | ) |
Definition at line 55 of file class.ilShopResultPresentationGUI.php.
ilShopResultPresentationGUI::showResults | ( | ) |
Reimplemented from ilSearchResultPresentationGUI.
Definition at line 47 of file class.ilShopResultPresentationGUI.php.
References $results, and renderItemList().
ilShopResultPresentationGUI::sortResult | ( | $result | ) |
Definition at line 80 of file class.ilShopResultPresentationGUI.php.
References ilSearchResultPresentationGUI\$result, and ilUtil\sortArray().
Referenced by renderItems().
|
private |
Definition at line 40 of file class.ilShopResultPresentationGUI.php.
Referenced by getSortDirection().
|
private |
Definition at line 39 of file class.ilShopResultPresentationGUI.php.
Referenced by getSortField().