ILIAS
release_8 Revision v8.23
|
class for explorer view in admin frame More...
Public Member Functions | |
setId (string $a_val) | |
getId () | |
setAsynchExpanding (bool $a_val) | |
getAsynchExpanding () | |
initItemCounter (int $a_number) | |
setTitle (string $a_val) | |
setTitleLength (int $a_length) | |
getTitleLength () | |
getTitle () | |
setRoot ($a_root_id) | |
getRoot () | |
setOrderColumn (string $a_column) | |
setOrderDirection (string $a_direction) | |
setTargetGet (string $a_target_get) | |
setParamsGet (array $a_params_get) | |
setExpandTarget (string $a_exp_target) | |
target script for expand icons More... | |
setFrameUpdater (string $a_up_frame, string $a_up_script, string $a_params="") | |
highlightNode (string $a_id) | |
checkPermissions (bool $a_check) | |
setSessionExpandVariable (string $a_var_name="expand") | |
outputIcons (bool $a_icons) | |
setClickable (string $a_type, bool $a_clickable) | |
isVisible ( $a_ref_id, string $a_type) | |
setTreeLead (string $a_val) | |
getTreeLead () | |
isClickable (string $type, int $ref_id=0) | |
setPostSort (bool $a_sort) | |
setFilterMode (int $a_mode=IL_FM_NEGATIVE) | |
getFilterMode () | |
setUseStandardFrame (bool $a_val) | |
Set use standard frame. More... | |
getUseStandardFrame () | |
getChildsOfNode ($a_parent_id) | |
setOutput ( $a_parent_id, int $a_depth=1, int $a_obj_id=0, bool $a_highlighted_subtree=false) | |
Creates output for explorer view in admin menue recursive method. More... | |
modifyChilds ( $a_parent_id, array $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 () | |
getOutput () | |
handleListEndTags (ilTemplate $a_tpl_tree, int $a_cur_depth, int $a_item_depth) | |
handle list end tags ( and ) More... | |
handleListStartTags (ilTemplate $a_tpl_tree, int $a_cur_depth, int $a_item_depth) | |
handle list start tags ( More... | |
formatHeader (ilTemplate $tpl, $a_obj_id, array $a_option) | |
formatObject (ilTemplate $tpl, $a_node_id, array $a_option, $a_obj_id=0) | |
getImage (string $a_name, string $a_type="", $a_obj_id="") | |
getImageAlt (string $a_default_text, string $a_type="", $a_obj_id="") | |
getNodeStyleClass ( $a_id, string $a_type) | |
buildLinkTarget ( $a_node_id, string $a_type) | |
buildOnClick ( $a_node_id, string $a_type, string $a_title) | |
buildTitle (string $a_title, $a_id, string $a_type) | |
buildDescription (string $a_desc, $a_id, string $a_type) | |
buildSelect ($a_node_id, string $a_type) | |
standard implementation for adding an option select box between image and title More... | |
buildFrameTarget (string $a_type, $a_child=0, $a_obj_id=0) | |
createTarget (string $a_type, $a_node_id, bool $a_highlighted_subtree=false, bool $a_append_anch=true) | |
setFrameTarget (string $a_target) | |
createLines (int $a_depth) | |
is_in_array (int $a_start, int $a_depth) | |
getIndex (array $a_data) | |
addFilter (string $a_item) | |
delFilter (string $a_item) | |
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,...) More... | |
forceExpandAll (bool $a_mode, bool $a_show_minus=true) | |
force expandAll. More... | |
setFiltered (bool $a_bool) | |
checkFilter (string $a_item) | |
sortNodes (array $a_nodes, $a_parent_obj_id) | |
sort nodes and put adm object to the end of sorted array More... | |
Data Fields | |
string | $id = "" |
string | $output = "" |
array | $format_options = [] |
ilTree | $tree |
string | $target = "" |
string | $target_get = "" |
string | $params_get = "" |
array | $expanded = [] |
string | $order_column = "" |
string | $order_direction = "asc" |
string | $expand_target = null |
bool | $rbac_check = false |
bool | $output_icons = false |
string | $expand_variable = "" |
array | $is_clickable = [] |
bool | $post_sort = false |
bool | $filtered = false |
bool | $filter_mode |
bool | $expand_all = false |
$root_id = null | |
bool | $use_standard_frame = false |
Protected Member Functions | |
requestStr (string $key) | |
Protected Attributes | |
ilObjectDefinition | $obj_definition |
ilErrorHandling | $error |
ilRbacSystem | $rbacsystem |
ilGlobalTemplateInterface | $tpl |
ilLanguage | $lng |
$filter = [] | |
string | $highlighted = "" |
bool | $show_minus = true |
int | $counter = 0 |
bool | $asnch_expanding = false |
int | $textwidth = 0 |
string | $title = "" |
string | $up_frame = "" |
string | $a_up_script = "" |
string | $up_params = "" |
string | $frame_target = "" |
string | $up_script = "" |
string | $tree_lead = "" |
array | $iconList = [] |
ILIAS Refinery Factory | $refinery |
ILIAS HTTP Wrapper WrapperFactory | $wrapper |
class for explorer view in admin frame
Definition at line 28 of file class.ilExplorer.php.
ilExplorer::addFilter | ( | string | $a_item | ) |
Definition at line 999 of file class.ilExplorer.php.
References ILIAS\UI\examples\Symbol\Glyph\Filter\filter().
Referenced by ilContainerSelectionExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilECSNodeMappingLocalExplorer\__construct(), ilSolutionExplorer\__construct(), and ilSearchRootSelector\__construct().
ilExplorer::buildDescription | ( | string | $a_desc, |
$a_id, | |||
string | $a_type | ||
) |
Definition at line 876 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), ilPasteIntoMultipleItemsExplorer\formatObject(), and formatObject().
ilExplorer::buildFrameTarget | ( | string | $a_type, |
$a_child = 0 , |
|||
$a_obj_id = 0 |
|||
) |
Definition at line 892 of file class.ilExplorer.php.
References $frame_target.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), ilPasteIntoMultipleItemsExplorer\formatObject(), formatObject(), and ilSCORMExplorer\insertObject().
ilExplorer::buildLinkTarget | ( | $a_node_id, | |
string | $a_type | ||
) |
Definition at line 850 of file class.ilExplorer.php.
References $params_get.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), and formatObject().
ilExplorer::buildOnClick | ( | $a_node_id, | |
string | $a_type, | ||
string | $a_title | ||
) |
Definition at line 860 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), ilPasteIntoMultipleItemsExplorer\formatObject(), and formatObject().
ilExplorer::buildSelect | ( | $a_node_id, | |
string | $a_type | ||
) |
standard implementation for adding an option select box between image and title
Definition at line 887 of file class.ilExplorer.php.
Referenced by formatObject().
ilExplorer::buildTitle | ( | string | $a_title, |
$a_id, | |||
string | $a_type | ||
) |
Definition at line 868 of file class.ilExplorer.php.
Referenced by ilPasteIntoMultipleItemsExplorer\formatObject(), and formatObject().
ilExplorer::checkFilter | ( | string | $a_item | ) |
Definition at line 1084 of file class.ilExplorer.php.
References ILIAS\UI\examples\Symbol\Glyph\Filter\filter(), getFilterMode(), and IL_FM_NEGATIVE.
Referenced by setOutput().
ilExplorer::checkPermissions | ( | bool | $a_check | ) |
Definition at line 265 of file class.ilExplorer.php.
Referenced by ilSCORMExplorer\__construct(), and ilContainerSelectionExplorer\__construct().
ilExplorer::createLines | ( | int | $a_depth | ) |
Definition at line 942 of file class.ilExplorer.php.
References $i, and is_in_array().
Referenced by getOutput().
ilExplorer::createTarget | ( | string | $a_type, |
$a_node_id, | |||
bool | $a_highlighted_subtree = false , |
||
bool | $a_append_anch = true |
||
) |
Definition at line 901 of file class.ilExplorer.php.
References $error, $ilErr, getAsynchExpanding(), and ILIAS\Repository\int().
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), ilPasteIntoMultipleItemsExplorer\formatObject(), and formatObject().
ilExplorer::delFilter | ( | string | $a_item | ) |
Definition at line 1016 of file class.ilExplorer.php.
References ILIAS\UI\examples\Symbol\Glyph\Filter\filter().
ilExplorer::forceExpandAll | ( | bool | $a_mode, |
bool | $a_show_minus = true |
||
) |
force expandAll.
if true all nodes are expanded regardless of the values in $expanded (default: false)
Definition at line 1070 of file class.ilExplorer.php.
ilExplorer::forceExpanded | ( | $a_obj_id | ) |
force expansion of node
Definition at line 508 of file class.ilExplorer.php.
Referenced by setOutput().
ilExplorer::formatHeader | ( | ilTemplate | $tpl, |
$a_obj_id, | |||
array | $a_option | ||
) |
Definition at line 666 of file class.ilExplorer.php.
Referenced by getOutput().
ilExplorer::formatObject | ( | ilTemplate | $tpl, |
$a_node_id, | |||
array | $a_option, | ||
$a_obj_id = 0 |
|||
) |
Definition at line 673 of file class.ilExplorer.php.
References $error, $ilErr, $lng, buildDescription(), buildFrameTarget(), buildLinkTarget(), buildOnClick(), buildSelect(), buildTitle(), createTarget(), getAsynchExpanding(), getImage(), getImageAlt(), getNodeStyleClass(), isClickable(), ilTemplate\parseCurrentBlock(), ilTemplate\setCurrentBlock(), HTML_Template_IT\setVariable(), ilStr\shortenTextExtended(), ilTemplate\touchBlock(), and ilLanguage\txt().
Referenced by getOutput().
ilExplorer::getAsynchExpanding | ( | ) |
Definition at line 154 of file class.ilExplorer.php.
References $asnch_expanding.
Referenced by createTarget(), and formatObject().
ilExplorer::getChildsOfNode | ( | $a_parent_id | ) |
Definition at line 359 of file class.ilExplorer.php.
Referenced by setOutput().
ilExplorer::getFilterMode | ( | ) |
Definition at line 340 of file class.ilExplorer.php.
References $filter_mode.
Referenced by checkFilter().
ilExplorer::getId | ( | ) |
Definition at line 144 of file class.ilExplorer.php.
References $id.
Referenced by getOutput(), and ilAsyncContainerSelectionExplorer\initJs().
ilExplorer::getImage | ( | string | $a_name, |
string | $a_type = "" , |
||
$a_obj_id = "" |
|||
) |
Definition at line 824 of file class.ilExplorer.php.
References ilUtil\getImagePath().
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), and formatObject().
ilExplorer::getImageAlt | ( | string | $a_default_text, |
string | $a_type = "" , |
||
$a_obj_id = "" |
|||
) |
Definition at line 832 of file class.ilExplorer.php.
Referenced by formatObject().
ilExplorer::getIndex | ( | array | $a_data | ) |
Definition at line 984 of file class.ilExplorer.php.
References ILIAS\LTI\ToolProvider\$key.
Referenced by setOutput().
ilExplorer::getMaximumTreeDepth | ( | ) |
Definition at line 513 of file class.ilExplorer.php.
Referenced by getOutput().
ilExplorer::getNodeStyleClass | ( | $a_id, | |
string | $a_type | ||
) |
Definition at line 840 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), ilPasteIntoMultipleItemsExplorer\formatObject(), and formatObject().
ilExplorer::getOutput | ( | ) |
Definition at line 520 of file class.ilExplorer.php.
References $i, ILIAS\LTI\ToolProvider\$key, $lng, $tpl, ilGlobalTemplateInterface\addJavaScript(), createLines(), formatHeader(), formatObject(), getId(), ilUtil\getImagePath(), getMaximumTreeDepth(), ilUtil\getStyleSheetLocation(), getTitle(), getUseStandardFrame(), handleListEndTags(), handleListStartTags(), ilYuiUtil\initConnection(), requestStr(), and ilLanguage\txt().
ilExplorer::getRoot | ( | ) |
Definition at line 190 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatHeader(), setExpand(), and setOutput().
ilExplorer::getTitle | ( | ) |
Definition at line 179 of file class.ilExplorer.php.
References $title.
Referenced by getOutput().
ilExplorer::getTitleLength | ( | ) |
ilExplorer::getTreeLead | ( | ) |
ilExplorer::getUseStandardFrame | ( | ) |
Definition at line 354 of file class.ilExplorer.php.
References $use_standard_frame.
Referenced by getOutput().
ilExplorer::handleListEndTags | ( | ilTemplate | $a_tpl_tree, |
int | $a_cur_depth, | ||
int | $a_item_depth | ||
) |
handle list end tags ( and )
Definition at line 623 of file class.ilExplorer.php.
References $i, and ilTemplate\touchBlock().
Referenced by getOutput().
ilExplorer::handleListStartTags | ( | ilTemplate | $a_tpl_tree, |
int | $a_cur_depth, | ||
int | $a_item_depth | ||
) |
handle list start tags (
)
Definition at line 647 of file class.ilExplorer.php.
References ilTemplate\touchBlock().
Referenced by getOutput().
ilExplorer::highlightNode | ( | string | $a_id | ) |
Definition at line 260 of file class.ilExplorer.php.
ilExplorer::initItemCounter | ( | int | $a_number | ) |
Definition at line 159 of file class.ilExplorer.php.
ilExplorer::is_in_array | ( | int | $a_start, |
int | $a_depth | ||
) |
Definition at line 967 of file class.ilExplorer.php.
References $i.
Referenced by createLines().
ilExplorer::isClickable | ( | string | $type, |
int | $ref_id = 0 |
||
) |
Definition at line 316 of file class.ilExplorer.php.
References $type.
Referenced by formatObject().
ilExplorer::isVisible | ( | $a_ref_id, | |
string | $a_type | ||
) |
Definition at line 289 of file class.ilExplorer.php.
References $rbacsystem, and ilRbacSystem\checkAccess().
Referenced by setOutput().
ilExplorer::modifyChilds | ( | $a_parent_id, | |
array | $a_objects | ||
) |
Definition at line 488 of file class.ilExplorer.php.
Referenced by setOutput().
ilExplorer::outputIcons | ( | bool | $a_icons | ) |
Definition at line 275 of file class.ilExplorer.php.
Referenced by ilSCORMExplorer\__construct().
|
protected |
Definition at line 127 of file class.ilExplorer.php.
References ILIAS\Repository\refinery().
Referenced by getOutput().
ilExplorer::setAsynchExpanding | ( | bool | $a_val | ) |
Definition at line 149 of file class.ilExplorer.php.
ilExplorer::setClickable | ( | string | $a_type, |
bool | $a_clickable | ||
) |
Definition at line 280 of file class.ilExplorer.php.
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,...)
Definition at line 1044 of file class.ilExplorer.php.
References ILIAS\LTI\ToolProvider\$key, ilSession\get(), getRoot(), and ilSession\set().
Referenced by assQuestionGUI\outSolutionExplorer(), ilSearchRootSelector\setPathOpen(), ilObjGlossaryGUI\showGlossarySelector(), and ilObjContentObjectGUI\showLMGlossarySelector().
ilExplorer::setExpandTarget | ( | string | $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 244 of file class.ilExplorer.php.
ilExplorer::setFiltered | ( | bool | $a_bool | ) |
Definition at line 1078 of file class.ilExplorer.php.
Referenced by ilContainerSelectionExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilECSNodeMappingLocalExplorer\__construct(), ilSolutionExplorer\__construct(), and ilSearchRootSelector\__construct().
ilExplorer::setFilterMode | ( | int | $a_mode = IL_FM_NEGATIVE | ) |
Definition at line 332 of file class.ilExplorer.php.
Referenced by ilContainerSelectionExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilECSNodeMappingLocalExplorer\__construct(), ilSolutionExplorer\__construct(), and ilSearchRootSelector\__construct().
ilExplorer::setFrameTarget | ( | string | $a_target | ) |
Definition at line 937 of file class.ilExplorer.php.
ilExplorer::setFrameUpdater | ( | string | $a_up_frame, |
string | $a_up_script, | ||
string | $a_params = "" |
||
) |
ilExplorer::setId | ( | string | $a_val | ) |
Definition at line 139 of file class.ilExplorer.php.
Referenced by ilPasteIntoMultipleItemsExplorer\__construct(), and ilObjStudyProgrammeTreeGUI\getContainerSelectionExplorer().
ilExplorer::setOrderColumn | ( | string | $a_column | ) |
Definition at line 195 of file class.ilExplorer.php.
Referenced by ilSCORMExplorer\__construct(), ilECSNodeMappingCmsExplorer\__construct(), and ilECSNodeMappingLocalExplorer\__construct().
ilExplorer::setOrderDirection | ( | string | $a_direction | ) |
Definition at line 200 of file class.ilExplorer.php.
ilExplorer::setOutput | ( | $a_parent_id, | |
int | $a_depth = 1 , |
||
int | $a_obj_id = 0 , |
||
bool | $a_highlighted_subtree = false |
||
) |
Creates output for explorer view in admin menue recursive method.
Definition at line 369 of file class.ilExplorer.php.
References $counter, $error, $highlighted, $i, $ilErr, ILIAS\LTI\ToolProvider\$key, checkFilter(), forceExpanded(), getChildsOfNode(), getIndex(), getRoot(), isVisible(), modifyChilds(), showChilds(), and sortNodes().
ilExplorer::setParamsGet | ( | array | $a_params_get | ) |
Definition at line 223 of file class.ilExplorer.php.
References $error, $ilErr, and ILIAS\LTI\ToolProvider\$key.
Referenced by ilECSNodeMappingLocalExplorer\formatObject().
ilExplorer::setPostSort | ( | bool | $a_sort | ) |
Definition at line 327 of file class.ilExplorer.php.
ilExplorer::setRoot | ( | $a_root_id | ) |
Definition at line 184 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingLocalExplorer\__construct().
ilExplorer::setSessionExpandVariable | ( | string | $a_var_name = "expand" | ) |
Definition at line 270 of file class.ilExplorer.php.
Referenced by ilContainerSelectionExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilSolutionExplorer\__construct(), and ilSearchRootSelector\__construct().
ilExplorer::setTargetGet | ( | string | $a_target_get | ) |
string | $a_target_get | varname containing Ids to be used in GET-string |
Definition at line 212 of file class.ilExplorer.php.
References $error, and $ilErr.
Referenced by ilSCORMPresentationGUI\explorer().
ilExplorer::setTitle | ( | string | $a_val | ) |
Definition at line 164 of file class.ilExplorer.php.
ilExplorer::setTitleLength | ( | int | $a_length | ) |
Definition at line 169 of file class.ilExplorer.php.
Referenced by ilContainerSelectionExplorer\__construct(), ilECSNodeMappingCmsExplorer\__construct(), and ilSearchRootSelector\__construct().
ilExplorer::setTreeLead | ( | string | $a_val | ) |
Definition at line 305 of file class.ilExplorer.php.
ilExplorer::setUseStandardFrame | ( | bool | $a_val | ) |
Set use standard frame.
If true, the standard explorer frame (like in the repository) is put around the tree.
Definition at line 349 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 500 of file class.ilExplorer.php.
Referenced by ilSCORMExplorer\createOutputArray(), and setOutput().
ilExplorer::sortNodes | ( | array | $a_nodes, |
$a_parent_obj_id | |||
) |
sort nodes and put adm object to the end of sorted array
Definition at line 1106 of file class.ilExplorer.php.
References ILIAS\LTI\ToolProvider\$key, and ilArrayUtil\sortArray().
Referenced by setOutput().
|
protected |
Definition at line 66 of file class.ilExplorer.php.
Referenced by setFrameUpdater().
|
protected |
Definition at line 62 of file class.ilExplorer.php.
Referenced by getAsynchExpanding().
|
protected |
Definition at line 61 of file class.ilExplorer.php.
Referenced by setOutput().
|
protected |
Definition at line 31 of file class.ilExplorer.php.
Referenced by createTarget(), formatObject(), setOutput(), setParamsGet(), and setTargetGet().
bool ilExplorer::$expand_all = false |
Definition at line 56 of file class.ilExplorer.php.
string ilExplorer::$expand_target = null |
Definition at line 45 of file class.ilExplorer.php.
string ilExplorer::$expand_variable = "" |
Definition at line 48 of file class.ilExplorer.php.
array ilExplorer::$expanded = [] |
Definition at line 42 of file class.ilExplorer.php.
|
protected |
Definition at line 53 of file class.ilExplorer.php.
bool ilExplorer::$filter_mode |
Definition at line 54 of file class.ilExplorer.php.
Referenced by getFilterMode().
bool ilExplorer::$filtered = false |
Definition at line 52 of file class.ilExplorer.php.
array ilExplorer::$format_options = [] |
Definition at line 37 of file class.ilExplorer.php.
|
protected |
Definition at line 68 of file class.ilExplorer.php.
Referenced by buildFrameTarget(), ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), ilPasteIntoMultipleItemsExplorer\formatObject(), and ilSCORMExplorer\insertObject().
|
protected |
Definition at line 59 of file class.ilExplorer.php.
Referenced by setOutput().
|
protected |
Definition at line 71 of file class.ilExplorer.php.
string ilExplorer::$id = "" |
Definition at line 35 of file class.ilExplorer.php.
Referenced by ilAsyncContainerSelectionExplorer\addOnLoadCode(), getId(), and ilSearchRootSelector\setPathOpen().
array ilExplorer::$is_clickable = [] |
Definition at line 50 of file class.ilExplorer.php.
|
protected |
Definition at line 34 of file class.ilExplorer.php.
Referenced by ilSCORMExplorer\formatHeader(), ilContainerSelectionExplorer\formatHeader(), ilRepositoryExplorer\formatHeader(), formatObject(), getOutput(), and ilSCORMExplorer\getOutputIcons().
|
protected |
Definition at line 30 of file class.ilExplorer.php.
Referenced by ilRepositoryExplorer\sortNodes().
string ilExplorer::$order_column = "" |
Definition at line 43 of file class.ilExplorer.php.
string ilExplorer::$order_direction = "asc" |
Definition at line 44 of file class.ilExplorer.php.
string ilExplorer::$output = "" |
Definition at line 36 of file class.ilExplorer.php.
bool ilExplorer::$output_icons = false |
Definition at line 47 of file class.ilExplorer.php.
string ilExplorer::$params_get = "" |
Definition at line 41 of file class.ilExplorer.php.
Referenced by buildLinkTarget().
bool ilExplorer::$post_sort = false |
Definition at line 51 of file class.ilExplorer.php.
bool ilExplorer::$rbac_check = false |
Definition at line 46 of file class.ilExplorer.php.
|
protected |
Definition at line 32 of file class.ilExplorer.php.
Referenced by ilRepositoryExplorer\isClickable(), isVisible(), ilSolutionExplorer\showChilds(), and ilRepositoryExplorer\showChilds().
|
protected |
Definition at line 73 of file class.ilExplorer.php.
Referenced by ilAsyncContainerSelectionExplorer\__construct().
ilExplorer::$root_id = null |
Definition at line 57 of file class.ilExplorer.php.
|
protected |
Definition at line 60 of file class.ilExplorer.php.
string ilExplorer::$target = "" |
Definition at line 39 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), and ilPasteIntoMultipleItemsExplorer\formatObject().
string ilExplorer::$target_get = "" |
Definition at line 40 of file class.ilExplorer.php.
|
protected |
Definition at line 63 of file class.ilExplorer.php.
Referenced by getTitleLength().
|
protected |
Definition at line 64 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingLocalExplorer\formatHeader(), ilECSNodeMappingCmsExplorer\formatHeader(), ilPasteIntoMultipleItemsExplorer\formatHeader(), ilRepositoryExplorer\formatHeader(), and getTitle().
|
protected |
Definition at line 33 of file class.ilExplorer.php.
Referenced by ilAsyncContainerSelectionExplorer\addJavascript(), ilSCORMExplorer\createOutput(), ilECSNodeMappingCmsExplorer\formatObject(), getOutput(), and ilSCORMExplorer\insertObject().
ilTree ilExplorer::$tree |
Definition at line 38 of file class.ilExplorer.php.
Referenced by ilContainerSelectionExplorer\__construct(), ilSolutionExplorer\__construct(), ilRepositoryExplorer\formatHeader(), ilRepositoryExplorer\isVisible(), and ilECSNodeMappingCmsExplorer\setTree().
|
protected |
Definition at line 70 of file class.ilExplorer.php.
Referenced by getTreeLead().
|
protected |
Definition at line 65 of file class.ilExplorer.php.
|
protected |
Definition at line 67 of file class.ilExplorer.php.
|
protected |
Definition at line 69 of file class.ilExplorer.php.
bool ilExplorer::$use_standard_frame = false |
Definition at line 58 of file class.ilExplorer.php.
Referenced by getUseStandardFrame().
|
protected |
Definition at line 74 of file class.ilExplorer.php.