|
| | __construct ($range_id) |
| |
| | init () |
| |
| | isElement ($id) |
| |
| | getListIds () |
| |
| | getVisibleListIds () |
| |
| | getListEntries ($list_id) |
| |
| | getNewListId () |
| |
| | getNewListElementId () |
| |
| | getFormattedEntry ($item_id, $fields=null) |
| |
| | copyList ($list_id) |
| |
| | insertElementBulk ($catalog_ids, $list_id) |
| |
| | updateElement ($fields) |
| |
| | insertElement ($fields) |
| |
| | deleteElement ($element_id) |
| |
| | updateList ($fields) |
| |
| | insertList ($fields) |
| |
| | deleteList ($list_id) |
| |
| | triggerListChdate ($list_id) |
| |
| | GetTabbedList ($range_id, $list_id) |
| |
| | DeleteListsByRange ($range_id) |
| |
| | GetListCountByRange ($range_id) |
| |
| | init () |
| |
| | storeItem ($item_id, $parent_id, $name, $priority) |
| |
| | buildIndex ($item_id=false) |
| |
| | getKids ($item_id) |
| |
| | getNumKids ($item_id) |
| |
| | getKidsKids ($item_id, $in_recursion=false) |
| |
| | getNumKidsKids ($item_id, $in_recursion=false) |
| |
| | isLastKid ($item_id) |
| |
| | isFirstKid ($item_id) |
| |
| | isChildOf ($ancestor_id, $item_id) |
| |
| | hasKids ($item_id) |
| |
| | getItemPath ($item_id) |
| |
| | getParents ($item_id) |
| |
| | getShortPath ($item_id, $length=null, $delimeter=">", $offset=0) |
| |
| | getMaxPriority ($parent_id) |
| |
| | getNumEntries ($item_id, $num_entries_from_kids=false) |
| |
| | getNumEntriesKids ($item_id, $in_recursion=false) |
| |
| | getValue ($item_id, $field) |
| |
◆ __construct()
◆ copyList()
◆ deleteElement()
| deleteElement |
( |
|
$element_id | ) |
|
◆ deleteList()
◆ DeleteListsByRange()
| DeleteListsByRange |
( |
|
$range_id | ) |
|
◆ exportUserData()
| static exportUserData |
( |
StoredUserData |
$storage | ) |
|
|
static |
Export available data of a given user into a storage object (an instance of the StoredUserData class) for that user.
- Parameters
-
| StoredUserData | $storage | object to store data into |
◆ getFormattedEntry()
| getFormattedEntry |
( |
|
$item_id, |
|
|
|
$fields = null |
|
) |
| |
◆ GetFormattedListsByRange()
| static GetFormattedListsByRange |
( |
|
$range_id, |
|
|
|
$last_modified_since = false, |
|
|
|
$copy_link = true |
|
) |
| |
|
static |
◆ GetListCountByRange()
| GetListCountByRange |
( |
|
$range_id | ) |
|
◆ getListEntries()
| getListEntries |
( |
|
$list_id | ) |
|
◆ getListIds()
◆ GetListsByRange()
| static GetListsByRange |
( |
|
$range_id, |
|
|
|
$format = 'default' |
|
) |
| |
|
static |
◆ getNewListElementId()
◆ getNewListId()
◆ GetTabbedList()
| GetTabbedList |
( |
|
$range_id, |
|
|
|
$list_id |
|
) |
| |
◆ getVisibleListIds()
◆ init()
initializes the tree
stores all rows from table range_tree in array $tree_data @access public
Reimplemented from TreeAbstract.
◆ insertElement()
◆ insertElementBulk()
| insertElementBulk |
( |
|
$catalog_ids, |
|
|
|
$list_id |
|
) |
| |
◆ insertList()
◆ isElement()
◆ triggerListChdate()
| triggerListChdate |
( |
|
$list_id | ) |
|
◆ updateElement()
◆ updateList()
◆ $cat_element
◆ $format_default
| $format_default = "**{authors}** - {dc_title} - %%{published}%%" |
◆ $range_id
◆ $range_type
The documentation for this class was generated from the following file: