ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilExplorer class for explorer view in admin frame. More...
Public Member Functions | |
__construct ($a_target) | |
Constructor public. More... | |
setId ($a_val) | |
Set id. More... | |
getId () | |
Get id. More... | |
setAsynchExpanding ($a_val) | |
Set asynch expanding. More... | |
getAsynchExpanding () | |
Get asynch expanding. More... | |
initItemCounter ($a_number) | |
Init item counter. More... | |
setTitle ($a_val) | |
Set title. More... | |
setTitleLength ($a_length) | |
Set max title length. More... | |
getTitleLength () | |
Get max title length. More... | |
getTitle () | |
Get title. More... | |
setRoot ($a_root_id) | |
Set root node. More... | |
getRoot () | |
get root id More... | |
setOrderColumn ($a_column) | |
set the order column public More... | |
setOrderDirection ($a_direction) | |
set the order direction public More... | |
setTargetGet ($a_target_get) | |
set the varname in Get-string public More... | |
setParamsGet ($a_params_get) | |
set additional params to be passed in Get-string public More... | |
setExpandTarget ($a_exp_target) | |
target script for expand icons More... | |
setFrameUpdater ($a_up_frame, $a_up_script, $a_params="") | |
Set Explorer Updater. More... | |
highlightNode ($a_id) | |
set highlighted node More... | |
checkPermissions ($a_check) | |
check permissions via rbac More... | |
setSessionExpandVariable ($a_var_name="expand") | |
set name of expand session variable More... | |
outputIcons ($a_icons) | |
output icons More... | |
setClickable ($a_type, $a_clickable) | |
(de-)activates links for a certain object type More... | |
isVisible ($a_ref_id, $a_type) | |
setTreeLead ($a_val) | |
Set tree leading content. More... | |
getTreeLead () | |
Get tree leading content. More... | |
isClickable ($a_type, $a_ref_id=0) | |
check if links for certain object type are activated More... | |
setPostSort ($a_sort) | |
process post sorting More... | |
setFilterMode ($a_mode=IL_FM_NEGATIVE) | |
set filter mode More... | |
getFilterMode () | |
get filter mode More... | |
setUseStandardFrame ($a_val) | |
Set use standard frame. More... | |
getUseStandardFrame () | |
Get use standard explorer frame. More... | |
getChildsOfNode ($a_parent_id) | |
Get childs of node. More... | |
setOutput ($a_parent_id, $a_depth=1, $a_obj_id=0, $a_highlighted_subtree=false) | |
Creates output for explorer view in admin menue recursive method public. More... | |
modifyChilds ($a_parent_id, $a_objects) | |
showChilds ($a_parent_id) | |
determines wether the childs of an object should be shown or not note: this standard implementation always returns true but it could be overwritten by derived classes (e.g. More... | |
forceExpanded ($a_obj_id) | |
force expansion of node More... | |
getMaximumTreeDepth () | |
Get maximum tree depth. More... | |
getOutput () | |
Creates output recursive method public. More... | |
handleListEndTags (&$a_tpl_tree, $a_cur_depth, $a_item_depth) | |
handle list end tags ( and ) More... | |
handleListStartTags (&$a_tpl_tree, $a_cur_depth, $a_item_depth) | |
handle list start tags ( More... | |
formatHeader ($tpl, $a_obj_id, $a_option) | |
Creates output for header (is empty here but can be overwritten in derived classes) More... | |
formatObject ($tpl, $a_node_id, $a_option, $a_obj_id=0) | |
Creates output recursive method private. More... | |
getImage ($a_name, $a_type="", $a_obj_id="") | |
get image path (may be overwritten by derived classes) More... | |
getImageAlt ($a_default_text, $a_type="", $a_obj_id="") | |
get image alt text More... | |
getNodeStyleClass ($a_id, $a_type) | |
get style class for node More... | |
buildLinkTarget ($a_node_id, $a_type) | |
get link target (may be overwritten by derived classes) More... | |
buildOnClick ($a_node_id, $a_type, $a_title) | |
get onclick event handling (may be overwritten by derived classes) More... | |
buildTitle ($a_title, $a_id, $a_type) | |
standard implementation for title, may be overwritten by derived classes More... | |
buildDescription ($a_desc, $a_id, $a_type) | |
standard implementation for description, may be overwritten by derived classes More... | |
buildSelect ($a_node_id, $a_type) | |
standard implementation for adding an option select box between image and title More... | |
buildFrameTarget ($a_type, $a_child=0, $a_obj_id=0) | |
get frame target (may be overwritten by derived classes) More... | |
createTarget ($a_type, $a_node_id, $a_highlighted_subtree=false, $a_append_anch=true) | |
Creates Get Parameter private. More... | |
setFrameTarget ($a_target) | |
set target frame or not frame? More... | |
createLines ($a_depth) | |
Creates lines for explorer view private. More... | |
is_in_array ($a_start, $a_depth) | |
DESCRIPTION MISSING private. More... | |
getIndex ($a_data) | |
get index of format_options array from specific ref_id,parent_id private More... | |
addFilter ($a_item) | |
adds item to the filter public More... | |
delFilter ($a_item) | |
removes item from the filter public More... | |
setExpand ($a_node_id) | |
set the expand option this value is stored in a SESSION variable to save it different view (lo view, frm view,...) private More... | |
forceExpandAll ($a_mode, $a_show_minus=true) | |
force expandAll. More... | |
setFiltered ($a_bool) | |
active/deactivate the filter public More... | |
checkFilter ($a_item) | |
check if item is in filter private More... | |
sortNodes ($a_nodes, $a_parent_obj_id) | |
sort nodes and put adm object to the end of sorted array private More... | |
Data Fields | |
$id | |
$output | |
$format_options | |
$tree | |
$target | |
$target_get | |
$params_get | |
$expanded | |
$order_column | |
$order_direction = "asc" | |
$expand_target | |
$rbac_check | |
$output_icons | |
$expand_variable | |
$is_clickable | |
$post_sort | |
$filtered = false | |
$filter_mode | |
$expand_all = false | |
$root_id = null | |
$use_standard_frame = false | |
Protected Attributes | |
$obj_definition | |
$error | |
$rbacsystem | |
$tpl | |
$lng | |
Class ilExplorer class for explorer view in admin frame.
Definition at line 16 of file class.ilExplorer.php.
ilExplorer::__construct | ( | $a_target | ) |
Constructor public.
string | scriptname |
Definition at line 186 of file class.ilExplorer.php.
References $_SERVER, $DIC, $ilErr, $type, addFilter(), array, IL_FM_NEGATIVE, setFiltered(), setFilterMode(), and setTitleLength().
ilExplorer::addFilter | ( | $a_item | ) |
adds item to the filter public
string | object type to add |
Definition at line 1281 of file class.ilExplorer.php.
References array.
Referenced by ilECSNodeMappingLocalExplorer\__construct(), ilLMMenuObjectSelector\__construct(), ilSolutionExplorer\__construct(), ilRoleDesktopItemSelector\__construct(), ilSurveySkillExplorer\__construct(), ilWorkspaceExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilContainerSelectionExplorer\__construct(), ilSearchRootSelector\__construct(), ilRepositoryExplorer\__construct(), and __construct().
ilExplorer::buildDescription | ( | $a_desc, | |
$a_id, | |||
$a_type | |||
) |
standard implementation for description, may be overwritten by derived classes
Definition at line 1130 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), ilWorkspaceExplorer\formatObject(), ilPasteIntoMultipleItemsExplorer\formatObject(), and formatObject().
ilExplorer::buildFrameTarget | ( | $a_type, | |
$a_child = 0 , |
|||
$a_obj_id = 0 |
|||
) |
get frame target (may be overwritten by derived classes)
Definition at line 1147 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), formatObject(), and ilSCORMExplorer\insertObject().
ilExplorer::buildLinkTarget | ( | $a_node_id, | |
$a_type | |||
) |
get link target (may be overwritten by derived classes)
Definition at line 1103 of file class.ilExplorer.php.
References $params_get, and $target.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), and formatObject().
ilExplorer::buildOnClick | ( | $a_node_id, | |
$a_type, | |||
$a_title | |||
) |
get onclick event handling (may be overwritten by derived classes)
Definition at line 1114 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), ilWorkspaceExplorer\formatObject(), ilPasteIntoMultipleItemsExplorer\formatObject(), and formatObject().
ilExplorer::buildSelect | ( | $a_node_id, | |
$a_type | |||
) |
standard implementation for adding an option select box between image and title
Definition at line 1138 of file class.ilExplorer.php.
Referenced by formatObject().
ilExplorer::buildTitle | ( | $a_title, | |
$a_id, | |||
$a_type | |||
) |
standard implementation for title, may be overwritten by derived classes
Definition at line 1122 of file class.ilExplorer.php.
Referenced by ilWorkspaceExplorer\formatObject(), ilPasteIntoMultipleItemsExplorer\formatObject(), and formatObject().
ilExplorer::checkFilter | ( | $a_item | ) |
check if item is in filter private
string |
Definition at line 1391 of file class.ilExplorer.php.
References $ret, getFilterMode(), and IL_FM_NEGATIVE.
Referenced by setOutput().
ilExplorer::checkPermissions | ( | $a_check | ) |
check permissions via rbac
boolean | $a_check | check true/false |
Definition at line 452 of file class.ilExplorer.php.
Referenced by ilSurveySkillExplorer\__construct(), ilContainerSelectionExplorer\__construct(), and ilSCORMExplorer\__construct().
ilExplorer::createLines | ( | $a_depth | ) |
Creates lines for explorer view private.
integer |
Definition at line 1208 of file class.ilExplorer.php.
References $i, and is_in_array().
Referenced by getOutput().
ilExplorer::createTarget | ( | $a_type, | |
$a_node_id, | |||
$a_highlighted_subtree = false , |
|||
$a_append_anch = true |
|||
) |
Creates Get Parameter private.
string | |
integer |
Definition at line 1160 of file class.ilExplorer.php.
References $a_type, $error, $ilErr, and getAsynchExpanding().
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), ilWorkspaceExplorer\formatObject(), ilPasteIntoMultipleItemsExplorer\formatObject(), and formatObject().
ilExplorer::delFilter | ( | $a_item | ) |
removes item from the filter public
string | object type to remove |
Definition at line 1310 of file class.ilExplorer.php.
References array.
ilExplorer::forceExpandAll | ( | $a_mode, | |
$a_show_minus = true |
|||
) |
force expandAll.
if true all nodes are expanded regardless of the values in $expanded (default: false) public
boolean |
Definition at line 1367 of file class.ilExplorer.php.
ilExplorer::forceExpanded | ( | $a_obj_id | ) |
force expansion of node
Definition at line 749 of file class.ilExplorer.php.
Referenced by setOutput().
ilExplorer::formatHeader | ( | $tpl, | |
$a_obj_id, | |||
$a_option | |||
) |
Creates output for header (is empty here but can be overwritten in derived classes)
public
integer | obj_id |
integer | array options |
Definition at line 925 of file class.ilExplorer.php.
Referenced by getOutput().
ilExplorer::formatObject | ( | $tpl, | |
$a_node_id, | |||
$a_option, | |||
$a_obj_id = 0 |
|||
) |
Creates output recursive method private.
integer | |
array |
Definition at line 937 of file class.ilExplorer.php.
References $error, $ilErr, $lng, $target, $tpl, array, buildDescription(), buildFrameTarget(), buildLinkTarget(), buildOnClick(), buildSelect(), buildTitle(), createTarget(), getAsynchExpanding(), getImage(), getImageAlt(), getNodeStyleClass(), isClickable(), and ilUtil\shortenText().
Referenced by getOutput().
ilExplorer::getAsynchExpanding | ( | ) |
Get asynch expanding.
Definition at line 271 of file class.ilExplorer.php.
Referenced by createTarget(), and formatObject().
ilExplorer::getChildsOfNode | ( | $a_parent_id | ) |
Get childs of node.
int | $a_parent_id | parent id |
Definition at line 602 of file class.ilExplorer.php.
Referenced by setOutput().
ilExplorer::getFilterMode | ( | ) |
get filter mode
Definition at line 570 of file class.ilExplorer.php.
References $filter_mode.
Referenced by checkFilter().
ilExplorer::getId | ( | ) |
Get id.
Definition at line 251 of file class.ilExplorer.php.
References $id.
Referenced by getOutput(), and ilAsyncContainerSelectionExplorer\initJs().
ilExplorer::getImage | ( | $a_name, | |
$a_type = "" , |
|||
$a_obj_id = "" |
|||
) |
get image path (may be overwritten by derived classes)
Definition at line 1076 of file class.ilExplorer.php.
References ilUtil\getImagePath().
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), and formatObject().
ilExplorer::getImageAlt | ( | $a_default_text, | |
$a_type = "" , |
|||
$a_obj_id = "" |
|||
) |
get image alt text
Definition at line 1084 of file class.ilExplorer.php.
Referenced by formatObject().
ilExplorer::getIndex | ( | $a_data | ) |
get index of format_options array from specific ref_id,parent_id private
array | object data |
Definition at line 1260 of file class.ilExplorer.php.
References $key.
Referenced by ilWorkspaceFolderExplorer\setOutput(), and setOutput().
ilExplorer::getMaximumTreeDepth | ( | ) |
Get maximum tree depth.
Definition at line 760 of file class.ilExplorer.php.
Referenced by getOutput().
ilExplorer::getNodeStyleClass | ( | $a_id, | |
$a_type | |||
) |
get style class for node
Definition at line 1092 of file class.ilExplorer.php.
Referenced by ilWorkspaceFolderExplorer\formatHeader(), ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), ilWorkspaceExplorer\formatObject(), ilPasteIntoMultipleItemsExplorer\formatObject(), and formatObject().
ilExplorer::getOutput | ( | ) |
Creates output recursive method public.
Definition at line 772 of file class.ilExplorer.php.
References $_GET, $_POST, $html, $i, $key, $lng, $options, $tpl, array, createLines(), formatHeader(), formatObject(), getId(), ilUtil\getImagePath(), getMaximumTreeDepth(), ilUtil\getStyleSheetLocation(), getTitle(), getUseStandardFrame(), handleListEndTags(), handleListStartTags(), and ilYuiUtil\initConnection().
ilExplorer::getRoot | ( | ) |
get root id
public
Definition at line 347 of file class.ilExplorer.php.
References $root_id.
Referenced by ilECSNodeMappingCmsExplorer\formatHeader(), setExpand(), and setOutput().
ilExplorer::getTitle | ( | ) |
Get title.
Definition at line 322 of file class.ilExplorer.php.
References $title.
Referenced by getOutput().
ilExplorer::getTitleLength | ( | ) |
ilExplorer::getTreeLead | ( | ) |
Get tree leading content.
Definition at line 521 of file class.ilExplorer.php.
ilExplorer::getUseStandardFrame | ( | ) |
Get use standard explorer frame.
Definition at line 591 of file class.ilExplorer.php.
References $use_standard_frame.
Referenced by getOutput().
ilExplorer::handleListEndTags | ( | & | $a_tpl_tree, |
$a_cur_depth, | |||
$a_item_depth | |||
) |
handle list end tags ( and )
Definition at line 875 of file class.ilExplorer.php.
References $i.
Referenced by getOutput().
ilExplorer::handleListStartTags | ( | & | $a_tpl_tree, |
$a_cur_depth, | |||
$a_item_depth | |||
) |
handle list start tags (
)
Definition at line 896 of file class.ilExplorer.php.
Referenced by getOutput().
ilExplorer::highlightNode | ( | $a_id | ) |
set highlighted node
Definition at line 442 of file class.ilExplorer.php.
ilExplorer::initItemCounter | ( | $a_number | ) |
ilExplorer::is_in_array | ( | $a_start, | |
$a_depth | |||
) |
DESCRIPTION MISSING private.
integer | |
integer |
Definition at line 1240 of file class.ilExplorer.php.
References $i.
Referenced by createLines().
ilExplorer::isClickable | ( | $a_type, | |
$a_ref_id = 0 |
|||
) |
check if links for certain object type are activated
string | $a_type | object type |
Definition at line 533 of file class.ilExplorer.php.
References $a_type.
Referenced by formatObject().
ilExplorer::isVisible | ( | $a_ref_id, | |
$a_type | |||
) |
Definition at line 493 of file class.ilExplorer.php.
References $rbacsystem.
Referenced by setOutput().
ilExplorer::modifyChilds | ( | $a_parent_id, | |
$a_objects | |||
) |
Definition at line 731 of file class.ilExplorer.php.
Referenced by setOutput().
ilExplorer::outputIcons | ( | $a_icons | ) |
output icons
boolean | $a_icons | output icons true/false |
Definition at line 472 of file class.ilExplorer.php.
Referenced by ilSCORMExplorer\__construct().
ilExplorer::setAsynchExpanding | ( | $a_val | ) |
ilExplorer::setClickable | ( | $a_type, | |
$a_clickable | |||
) |
(de-)activates links for a certain object type
string | $a_type | object type |
boolean | $a_clickable | true/false |
Definition at line 484 of file class.ilExplorer.php.
References $a_type.
ilExplorer::setExpand | ( | $a_node_id | ) |
set the expand option this value is stored in a SESSION variable to save it different view (lo view, frm view,...) private
string | pipe-separated integer |
Definition at line 1343 of file class.ilExplorer.php.
References $_SESSION, $expand_variable, $key, array, and getRoot().
Referenced by assQuestionGUI\outSolutionExplorer(), ilBasicSkillGUI\selectLevelTrigger(), ilObjContentObjectGUI\showEntrySelector(), ilObjGlossaryGUI\showGlossarySelector(), and ilObjContentObjectGUI\showLMGlossarySelector().
ilExplorer::setExpandTarget | ( | $a_exp_target | ) |
target script for expand icons
string | $a_exp_target | script name of target script(may include parameters) initially set to $_SERVER["PATH_INFO"] |
Definition at line 421 of file class.ilExplorer.php.
ilExplorer::setFiltered | ( | $a_bool | ) |
active/deactivate the filter public
boolean |
Definition at line 1379 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingLocalExplorer\__construct(), ilSolutionExplorer\__construct(), ilRoleDesktopItemSelector\__construct(), ilWorkspaceExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilContainerSelectionExplorer\__construct(), ilSearchRootSelector\__construct(), ilRepositoryExplorer\__construct(), and __construct().
ilExplorer::setFilterMode | ( | $a_mode = IL_FM_NEGATIVE | ) |
set filter mode
int | $a_mode | filter mode IL_FM_NEGATIVE | IL_FM_NEGATIVE |
Definition at line 560 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingLocalExplorer\__construct(), ilSolutionExplorer\__construct(), ilRoleDesktopItemSelector\__construct(), ilSurveySkillExplorer\__construct(), ilWorkspaceExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilContainerSelectionExplorer\__construct(), ilSearchRootSelector\__construct(), ilRepositoryExplorer\__construct(), and __construct().
ilExplorer::setFrameTarget | ( | $a_target | ) |
set target frame or not frame?
string | public |
Definition at line 1198 of file class.ilExplorer.php.
ilExplorer::setFrameUpdater | ( | $a_up_frame, | |
$a_up_script, | |||
$a_params = "" |
|||
) |
Set Explorer Updater.
object | $a_tree | Tree Object |
Definition at line 431 of file class.ilExplorer.php.
ilExplorer::setId | ( | $a_val | ) |
Set id.
string | $a_val | id |
Definition at line 241 of file class.ilExplorer.php.
Referenced by ilPasteIntoMultipleItemsExplorer\__construct().
ilExplorer::setOrderColumn | ( | $a_column | ) |
set the order column public
string | name of order column |
Definition at line 359 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\__construct(), ilECSNodeMappingLocalExplorer\__construct(), ilSurveySkillExplorer\__construct(), and ilSCORMExplorer\__construct().
ilExplorer::setOrderDirection | ( | $a_direction | ) |
set the order direction public
string | name of order column |
Definition at line 369 of file class.ilExplorer.php.
ilExplorer::setOutput | ( | $a_parent_id, | |
$a_depth = 1 , |
|||
$a_obj_id = 0 , |
|||
$a_highlighted_subtree = false |
|||
) |
Creates output for explorer view in admin menue recursive method public.
integer | parent_node_id where to start from (default=0, 'root') |
integer | depth level where to start (default=1) |
Definition at line 616 of file class.ilExplorer.php.
References $counter, $error, $i, $ilErr, $key, $tab, array, checkFilter(), forceExpanded(), getChildsOfNode(), getIndex(), getRoot(), isVisible(), modifyChilds(), showChilds(), and sortNodes().
ilExplorer::setParamsGet | ( | $a_params_get | ) |
set additional params to be passed in Get-string public
array |
Definition at line 399 of file class.ilExplorer.php.
References $error, $ilErr, and $key.
ilExplorer::setPostSort | ( | $a_sort | ) |
process post sorting
boolean | $a_sort | true / false |
Definition at line 550 of file class.ilExplorer.php.
Referenced by ilSurveySkillExplorer\__construct().
ilExplorer::setRoot | ( | $a_root_id | ) |
Set root node.
public
int | ref id of root node |
Definition at line 334 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingLocalExplorer\__construct().
ilExplorer::setSessionExpandVariable | ( | $a_var_name = "expand" | ) |
set name of expand session variable
string | $a_var_name | variable name |
Definition at line 462 of file class.ilExplorer.php.
Referenced by ilLMMenuObjectSelector\__construct(), ilSolutionExplorer\__construct(), ilRoleDesktopItemSelector\__construct(), ilSurveySkillExplorer\__construct(), ilWorkspaceExplorer\__construct(), ilAdministrationExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilContainerSelectionExplorer\__construct(), ilSearchRootSelector\__construct(), and ilRepositoryExplorer\__construct().
ilExplorer::setTargetGet | ( | $a_target_get | ) |
set the varname in Get-string public
string | varname containing Ids to be used in GET-string |
Definition at line 383 of file class.ilExplorer.php.
References $error, and $ilErr.
Referenced by ilSAHSPresentationGUI\explorer(), and ilSCORMPresentationGUI\explorer().
ilExplorer::setTitle | ( | $a_val | ) |
Set title.
title |
Definition at line 293 of file class.ilExplorer.php.
Referenced by ilAdministrationExplorer\__construct(), and ilRepositoryExplorer\__construct().
ilExplorer::setTitleLength | ( | $a_length | ) |
Set max title length.
object | $a_length |
Definition at line 303 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\__construct(), ilRoleDesktopItemSelector\__construct(), ilSurveySkillExplorer\__construct(), ilContainerSelectionExplorer\__construct(), ilSearchRootSelector\__construct(), and __construct().
ilExplorer::setTreeLead | ( | $a_val | ) |
Set tree leading content.
string | $a_val | tree leading content |
Definition at line 511 of file class.ilExplorer.php.
ilExplorer::setUseStandardFrame | ( | $a_val | ) |
Set use standard frame.
If true, the standard explorer frame (like in the repository) is put around the tree.
boolean | use standard explorer frame |
Definition at line 581 of file class.ilExplorer.php.
ilExplorer::showChilds | ( | $a_parent_id | ) |
determines wether the childs of an object should be shown or not note: this standard implementation always returns true but it could be overwritten by derived classes (e.g.
Definition at line 741 of file class.ilExplorer.php.
Referenced by ilSCORMExplorer\createOutputArray(), and setOutput().
ilExplorer::sortNodes | ( | $a_nodes, | |
$a_parent_obj_id | |||
) |
sort nodes and put adm object to the end of sorted array private
array | node list as returned by iltree::getChilds(); |
Definition at line 1416 of file class.ilExplorer.php.
References $key, and ilUtil\sortArray().
Referenced by setOutput().
|
protected |
Definition at line 26 of file class.ilExplorer.php.
Referenced by createTarget(), formatObject(), setOutput(), setParamsGet(), and setTargetGet().
ilExplorer::$expand_all = false |
Definition at line 170 of file class.ilExplorer.php.
ilExplorer::$expand_target |
Definition at line 113 of file class.ilExplorer.php.
ilExplorer::$expand_variable |
Definition at line 135 of file class.ilExplorer.php.
Referenced by ilSolutionExplorer\__construct(), ilWorkspaceFolderExplorer\setExpand(), and setExpand().
ilExplorer::$expanded |
Definition at line 92 of file class.ilExplorer.php.
ilExplorer::$filter_mode |
Definition at line 163 of file class.ilExplorer.php.
Referenced by getFilterMode().
ilExplorer::$filtered = false |
Definition at line 156 of file class.ilExplorer.php.
ilExplorer::$format_options |
Definition at line 57 of file class.ilExplorer.php.
ilExplorer::$id |
Definition at line 43 of file class.ilExplorer.php.
Referenced by ilAsyncContainerSelectionExplorer\addOnLoadCode(), and getId().
ilExplorer::$is_clickable |
Definition at line 142 of file class.ilExplorer.php.
|
protected |
Definition at line 41 of file class.ilExplorer.php.
Referenced by ilSurveySkillExplorer\buildTitle(), ilSCORMExplorer\formatHeader(), ilRoleDesktopItemSelector\formatHeader(), ilLMMenuObjectSelector\formatHeader(), ilGlossarySelectorGUI\formatHeader(), ilSearchRootSelector\formatHeader(), ilWorkspaceFolderExplorer\formatHeader(), ilECSNodeMappingCmsExplorer\formatHeader(), ilECSNodeMappingLocalExplorer\formatHeader(), ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), formatObject(), ilWorkspaceFolderExplorer\getImageAlt(), getOutput(), ilSCORMExplorer\getOutputIcons(), and ilWorkspaceFolderExplorer\setOutput().
|
protected |
Definition at line 21 of file class.ilExplorer.php.
ilExplorer::$order_column |
Definition at line 99 of file class.ilExplorer.php.
ilExplorer::$order_direction = "asc" |
Definition at line 106 of file class.ilExplorer.php.
ilExplorer::$output |
Definition at line 50 of file class.ilExplorer.php.
Referenced by ilSCORMExplorer\getOutput().
ilExplorer::$output_icons |
Definition at line 128 of file class.ilExplorer.php.
ilExplorer::$params_get |
Definition at line 85 of file class.ilExplorer.php.
Referenced by buildLinkTarget().
ilExplorer::$post_sort |
Definition at line 149 of file class.ilExplorer.php.
ilExplorer::$rbac_check |
Definition at line 120 of file class.ilExplorer.php.
|
protected |
Definition at line 31 of file class.ilExplorer.php.
Referenced by ilRoleDesktopItemSelector\isClickable(), isVisible(), ilRoleDesktopItemSelector\showChilds(), ilLMMenuObjectSelector\showChilds(), ilSolutionExplorer\showChilds(), and ilSearchRootSelector\showChilds().
ilExplorer::$root_id = null |
Definition at line 177 of file class.ilExplorer.php.
Referenced by getRoot().
ilExplorer::$target |
Definition at line 71 of file class.ilExplorer.php.
Referenced by buildLinkTarget(), ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), ilWorkspaceExplorer\formatObject(), ilPasteIntoMultipleItemsExplorer\formatObject(), and formatObject().
ilExplorer::$target_get |
Definition at line 78 of file class.ilExplorer.php.
|
protected |
Definition at line 36 of file class.ilExplorer.php.
Referenced by ilSCORMExplorer\createOutput(), ilAdministrationExplorer\formatHeader(), ilSCORMExplorer\formatHeader(), ilRoleDesktopItemSelector\formatHeader(), ilLMMenuObjectSelector\formatHeader(), ilGlossarySelectorGUI\formatHeader(), ilContainerSelectionExplorer\formatHeader(), ilSearchRootSelector\formatHeader(), ilWorkspaceFolderExplorer\formatHeader(), ilECSNodeMappingCmsExplorer\formatHeader(), ilECSNodeMappingLocalExplorer\formatHeader(), ilWorkspaceExplorer\formatHeader(), ilPasteIntoMultipleItemsExplorer\formatHeader(), ilRepositoryExplorer\formatHeader(), ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), ilWorkspaceExplorer\formatObject(), ilPasteIntoMultipleItemsExplorer\formatObject(), formatObject(), ilWorkspaceFolderExplorer\getOutput(), getOutput(), ilSCORMExplorer\getOutputIcons(), and ilSCORMExplorer\insertObject().
ilExplorer::$tree |
Definition at line 64 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\__construct(), ilECSNodeMappingLocalExplorer\__construct(), ilLMMenuObjectSelector\__construct(), ilGlossarySelectorGUI\__construct(), ilSolutionExplorer\__construct(), ilRoleDesktopItemSelector\__construct(), ilAdministrationExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilContainerSelectionExplorer\__construct(), ilSearchRootSelector\__construct(), ilRepositoryExplorer\__construct(), ilECSNodeMappingLocalExplorer\formatHeader(), ilPasteIntoMultipleItemsExplorer\formatHeader(), ilRepositoryExplorer\formatHeader(), ilRepositoryExplorer\isClickable(), ilRepositoryExplorer\isVisible(), ilECSNodeMappingCmsExplorer\setTree(), and ilRepositoryExplorer\showChilds().
ilExplorer::$use_standard_frame = false |
Definition at line 179 of file class.ilExplorer.php.
Referenced by getUseStandardFrame().