|
| | EvaluationTree ( $args) |
| |
| | init () |
| |
| | recursiveInit ( $group) |
| |
| & | getGroupObject ($item_id, $renew=false) |
| |
| | TreeAbstract () |
| |
| | 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) |
| |
◆ EvaluationTree()
Constructor @access public
- Parameters
-
| array | the eval's ID (optional - if not given, it must be in $_REQUEST). |
◆ getGroupObject()
| & getGroupObject |
( |
|
$item_id, |
|
|
|
$renew = false |
|
) |
| |
◆ init()
initializes the tree store rows from evaluation tables in array $tree_data @access public
Reimplemented from TreeAbstract.
◆ recursiveInit()
initialize the sub-groups.
@access private
- Parameters
-
◆ $eval
◆ $evalID
◆ $load_mode
Holds the eval constructor load mode @access public
The documentation for this class was generated from the following file: