|
static | getAllStatus () |
| Get all status. More...
|
|
static | getStatusInfo ($a_status) |
| Get status info. More...
|
|
static | _lookupTitle ($a_obj_id, $a_tref_id=0) |
| Lookup Title. More...
|
|
static | _lookupSelfEvaluation ($a_obj_id) |
| Lookup self evaluation. More...
|
|
static | _lookupStatus ($a_obj_id) |
| Lookup Status. More...
|
|
static | _lookupType ($a_obj_id) |
| Lookup Type. More...
|
|
static | _writeTitle ($a_obj_id, $a_title) |
| Write Title. More...
|
|
static | _writeOrderNr ($a_obj_id, $a_nr) |
| Write Order Nr. More...
|
|
static | putInTree ($a_obj, $a_parent_id="", $a_target_node_id="") |
| Put this object into the skill tree. More...
|
|
static | getTree ($a_slm_obj_id) |
| Get scorm module editing tree. More...
|
|
static | uniqueTypesCheck ($a_items) |
| Check for unique types. More...
|
|
static | clipboardCut ($a_tree_id, $a_ids) |
| Cut and copy a set of skills/skill categories into the clipboard. More...
|
|
static | clipboardCopy ($a_tree_id, $a_ids) |
| Copy a set of skills/skill categories into the clipboard. More...
|
|
static | insertItemsFromClip ($a_type, $a_obj_id) |
| Insert basic skills from clipboard. More...
|
|
static | clearClipboard () |
| Remove all skill items from clipboard. More...
|
|
static | pasteTree ( $a_item_id, $a_parent_id, $a_target, $a_insert_time, &$a_copied_nodes, $a_as_copy=false, $a_add_suffix=false) |
| Paste item (tree) from clipboard to skill tree. More...
|
|
static | isInTree ($a_id) |
| Is id in tree? More...
|
|
static | getAllSelfEvaluationNodes () |
| Get all self evaluation nodes. More...
|
|
static | getTopTemplates () |
| Get top skill templates and template categories. More...
|
|
static | getSelectableSkills () |
| Get selectable skills. More...
|
|
static | saveChildsOrder ($a_par_id, $a_childs_order, $a_templates=false) |
| Save childs order. More...
|
|
static | getIconPath ($a_obj_id, $a_type, $a_size="", $a_status=0) |
| Get icon path. More...
|
|
static | findSkills ($a_term) |
| Find skills. More...
|
|
static | getAllCSkillIdsForNodeIds (array $a_node_ids) |
| Get all possible common skill IDs for node IDs. More...
|
|
| setCreationDate ($a_val) |
| Set creation date. More...
|
|
static | _lookup ($a_obj_id, $a_field) |
| Lookup Title. More...
|
|
| $db |
|
Skill root node.
- Author
- Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
- Version
- $Id$
Definition at line 15 of file class.ilSkillRoot.php.