|
ILIAS
Release_4_0_x_branch Revision 61816
|
Class ilShopTopics. More...
Collaboration diagram for ilShopTopics:Public Member Functions | |
| read () | |
| getTopics () | |
| setIdFilter ($a_id_filter) | |
| getIdFilter () | |
| setSortingType ($a_sorting_type) | |
| getSortingType () | |
| setSortingDirection ($a_sorting_direction) | |
| getSortingDirection () | |
| enableCustomSorting ($a_enable_custom_sorting) | |
| isCustomSortingEnabled () | |
Static Public Member Functions | |
| static | _getInstance () |
Data Fields | |
| const | TOPICS_SORT_BY_TITLE = 1 |
| const | TOPICS_SORT_BY_CREATEDATE = 2 |
| const | TOPICS_SORT_MANUALLY = 3 |
| const | DEFAULT_SORTING_TYPE = self::TOPICS_SORT_BY_TITLE |
| const | DEFAULT_SORTING_DIRECTION = 'ASC' |
Private Member Functions | |
| __construct () | |
Private Attributes | |
| $db = null | |
| $sorting_type = self::TOPICS_SORT_BY_TITLE | |
| $sorting_direction = 'ASC' | |
| $enable_custom_sorting = false | |
| $id_filter = 0 | |
| $topics = array() | |
Static Private Attributes | |
| static | $instance |
|
private |
Definition at line 54 of file class.ilShopTopics.php.
References $ilDB.
|
static |
Definition at line 61 of file class.ilShopTopics.php.
References $instance.
Referenced by ilPaymentObjectGUI\editDetails(), ilObjPaymentSettingsGUI\editObjectObject(), ilShopGUI\performSearch(), ilShopAdvancedSearchGUI\searchObjects(), ilShopAdvancedSearchGUI\showForm(), ilShopGUI\showShopContent(), ilShopTopicsGUI\showTopicsList(), and ilShopPersonalSettingsGUI\showTopicsSortingTable().
Here is the caller graph for this function:| ilShopTopics::enableCustomSorting | ( | $a_enable_custom_sorting | ) |
Definition at line 226 of file class.ilShopTopics.php.
| ilShopTopics::getIdFilter | ( | ) |
Definition at line 206 of file class.ilShopTopics.php.
References $id_filter.
Referenced by read().
Here is the caller graph for this function:| ilShopTopics::getSortingDirection | ( | ) |
Definition at line 222 of file class.ilShopTopics.php.
References $sorting_direction.
Referenced by read().
Here is the caller graph for this function:| ilShopTopics::getSortingType | ( | ) |
Definition at line 214 of file class.ilShopTopics.php.
References $sorting_type.
Referenced by read().
Here is the caller graph for this function:| ilShopTopics::getTopics | ( | ) |
Definition at line 197 of file class.ilShopTopics.php.
| ilShopTopics::isCustomSortingEnabled | ( | ) |
Definition at line 230 of file class.ilShopTopics.php.
References $enable_custom_sorting.
Referenced by read().
Here is the caller graph for this function:| ilShopTopics::read | ( | ) |
Definition at line 71 of file class.ilShopTopics.php.
References $query, $res, $row, getIdFilter(), getSortingDirection(), getSortingType(), isCustomSortingEnabled(), setSortingDirection(), and setSortingType().
Here is the call graph for this function:| ilShopTopics::setIdFilter | ( | $a_id_filter | ) |
Definition at line 202 of file class.ilShopTopics.php.
| ilShopTopics::setSortingDirection | ( | $a_sorting_direction | ) |
Definition at line 218 of file class.ilShopTopics.php.
Referenced by read().
Here is the caller graph for this function:| ilShopTopics::setSortingType | ( | $a_sorting_type | ) |
Definition at line 210 of file class.ilShopTopics.php.
Referenced by read().
Here is the caller graph for this function:
|
private |
Definition at line 40 of file class.ilShopTopics.php.
|
private |
Definition at line 43 of file class.ilShopTopics.php.
Referenced by isCustomSortingEnabled().
|
private |
Definition at line 44 of file class.ilShopTopics.php.
Referenced by getIdFilter().
|
staticprivate |
Definition at line 38 of file class.ilShopTopics.php.
Referenced by _getInstance().
|
private |
Definition at line 42 of file class.ilShopTopics.php.
Referenced by getSortingDirection().
|
private |
Definition at line 41 of file class.ilShopTopics.php.
Referenced by getSortingType().
|
private |
Definition at line 45 of file class.ilShopTopics.php.
| const ilShopTopics::DEFAULT_SORTING_DIRECTION = 'ASC' |
Definition at line 52 of file class.ilShopTopics.php.
Referenced by ilShopAdvancedSearchGUI\showForm(), and ilShopGUI\showShopContent().
| const ilShopTopics::DEFAULT_SORTING_TYPE = self::TOPICS_SORT_BY_TITLE |
Definition at line 51 of file class.ilShopTopics.php.
| const ilShopTopics::TOPICS_SORT_BY_CREATEDATE = 2 |
Definition at line 48 of file class.ilShopTopics.php.
Referenced by ilShopAdvancedSearchGUI\showForm(), and ilShopGUI\showShopContent().
| const ilShopTopics::TOPICS_SORT_BY_TITLE = 1 |
Definition at line 47 of file class.ilShopTopics.php.
Referenced by ilShopAdvancedSearchGUI\getSortingTypeTopics(), ilShopGUI\getSortingTypeTopics(), ilShopAdvancedSearchGUI\setSortingTypeTopics(), ilShopGUI\setSortingTypeTopics(), ilShopAdvancedSearchGUI\showForm(), and ilShopGUI\showShopContent().
| const ilShopTopics::TOPICS_SORT_MANUALLY = 3 |
Definition at line 49 of file class.ilShopTopics.php.
Referenced by ilShopAdvancedSearchGUI\getSortingTypeTopics(), ilShopGUI\getSortingTypeTopics(), ilShopAdvancedSearchGUI\setSortingTypeTopics(), ilShopGUI\setSortingTypeTopics(), ilShopAdvancedSearchGUI\showForm(), ilShopGUI\showShopContent(), ilShopTopicsGUI\showTopicsList(), and ilShopPersonalSettingsGUI\showTopicsSortingTable().