ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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 29 of file class.ilExplorer.php.
ilExplorer::addFilter | ( | string | $a_item | ) |
Definition at line 1000 of file class.ilExplorer.php.
References ILIAS\Repository\filter().
Referenced by ilSearchRootSelector\__construct(), ilSolutionExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilContainerSelectionExplorer\__construct(), and ilECSNodeMappingLocalExplorer\__construct().
ilExplorer::buildDescription | ( | string | $a_desc, |
$a_id, | |||
string | $a_type | ||
) |
Definition at line 877 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), and ilECSNodeMappingLocalExplorer\formatObject().
ilExplorer::buildFrameTarget | ( | string | $a_type, |
$a_child = 0 , |
|||
$a_obj_id = 0 |
|||
) |
Reimplemented in ilSearchRootSelector, and ilSolutionExplorer.
Definition at line 893 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), and ilSCORMExplorer\insertObject().
ilExplorer::buildLinkTarget | ( | $a_node_id, | |
string | $a_type | ||
) |
Reimplemented in ilRepositoryExplorer, ilSearchRootSelector, and ilSolutionExplorer.
Definition at line 851 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), and ilECSNodeMappingLocalExplorer\formatObject().
ilExplorer::buildOnClick | ( | $a_node_id, | |
string | $a_type, | ||
string | $a_title | ||
) |
Definition at line 861 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), and ilECSNodeMappingLocalExplorer\formatObject().
ilExplorer::buildSelect | ( | $a_node_id, | |
string | $a_type | ||
) |
standard implementation for adding an option select box between image and title
Definition at line 888 of file class.ilExplorer.php.
ilExplorer::buildTitle | ( | string | $a_title, |
$a_id, | |||
string | $a_type | ||
) |
Reimplemented in ilECSNodeMappingCmsExplorer, and ilECSNodeMappingLocalExplorer.
Definition at line 869 of file class.ilExplorer.php.
ilExplorer::checkFilter | ( | string | $a_item | ) |
Definition at line 1085 of file class.ilExplorer.php.
References ILIAS\Repository\filter(), and IL_FM_NEGATIVE.
ilExplorer::checkPermissions | ( | bool | $a_check | ) |
Definition at line 266 of file class.ilExplorer.php.
Referenced by ilContainerSelectionExplorer\__construct(), and ilSCORMExplorer\__construct().
ilExplorer::createLines | ( | int | $a_depth | ) |
Definition at line 943 of file class.ilExplorer.php.
ilExplorer::createTarget | ( | string | $a_type, |
$a_node_id, | |||
bool | $a_highlighted_subtree = false , |
||
bool | $a_append_anch = true |
||
) |
Reimplemented in ilSCORMExplorer.
Definition at line 902 of file class.ilExplorer.php.
References $ilErr.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), and ilECSNodeMappingLocalExplorer\formatObject().
ilExplorer::delFilter | ( | string | $a_item | ) |
Definition at line 1017 of file class.ilExplorer.php.
References ILIAS\Repository\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 1071 of file class.ilExplorer.php.
ilExplorer::forceExpanded | ( | $a_obj_id | ) |
force expansion of node
Reimplemented in ilRepositoryExplorer.
Definition at line 509 of file class.ilExplorer.php.
ilExplorer::formatHeader | ( | ilTemplate | $tpl, |
$a_obj_id, | |||
array | $a_option | ||
) |
Reimplemented in ilContainerSelectionExplorer, ilRepositoryExplorer, ilSCORMExplorer, ilSearchRootSelector, ilECSNodeMappingCmsExplorer, ilECSNodeMappingLocalExplorer, and ilPasteIntoMultipleItemsExplorer.
Definition at line 667 of file class.ilExplorer.php.
ilExplorer::formatObject | ( | ilTemplate | $tpl, |
$a_node_id, | |||
array | $a_option, | ||
$a_obj_id = 0 |
|||
) |
Reimplemented in ilECSNodeMappingLocalExplorer, and ilPasteIntoMultipleItemsExplorer.
Definition at line 674 of file class.ilExplorer.php.
References $ilErr.
ilExplorer::getAsynchExpanding | ( | ) |
Definition at line 155 of file class.ilExplorer.php.
References $asnch_expanding.
ilExplorer::getChildsOfNode | ( | $a_parent_id | ) |
Definition at line 360 of file class.ilExplorer.php.
ilExplorer::getFilterMode | ( | ) |
Definition at line 341 of file class.ilExplorer.php.
ilExplorer::getId | ( | ) |
ilExplorer::getImage | ( | string | $a_name, |
string | $a_type = "" , |
||
$a_obj_id = "" |
|||
) |
Reimplemented in ilRepositoryExplorer.
Definition at line 825 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), and ilECSNodeMappingLocalExplorer\formatObject().
ilExplorer::getImageAlt | ( | string | $a_default_text, |
string | $a_type = "" , |
||
$a_obj_id = "" |
|||
) |
Definition at line 833 of file class.ilExplorer.php.
ilExplorer::getIndex | ( | array | $a_data | ) |
Definition at line 985 of file class.ilExplorer.php.
ilExplorer::getMaximumTreeDepth | ( | ) |
Definition at line 514 of file class.ilExplorer.php.
ilExplorer::getNodeStyleClass | ( | $a_id, | |
string | $a_type | ||
) |
Definition at line 841 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), and ilECSNodeMappingLocalExplorer\formatObject().
ilExplorer::getOutput | ( | ) |
Definition at line 521 of file class.ilExplorer.php.
References $lng, ILIAS\UICore\GlobalTemplate\addJavaScript(), ILIAS\Survey\Mode\getId(), ilUtil\getImagePath(), ilUtil\getStyleSheetLocation(), ILIAS\GlobalScreen\Scope\Footer\Factory\getTitle(), and ilYuiUtil\initConnection().
ilExplorer::getRoot | ( | ) |
Definition at line 191 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatHeader().
ilExplorer::getTitle | ( | ) |
ilExplorer::getTitleLength | ( | ) |
ilExplorer::getTreeLead | ( | ) |
Definition at line 311 of file class.ilExplorer.php.
ilExplorer::getUseStandardFrame | ( | ) |
Definition at line 355 of file class.ilExplorer.php.
ilExplorer::handleListEndTags | ( | ilTemplate | $a_tpl_tree, |
int | $a_cur_depth, | ||
int | $a_item_depth | ||
) |
handle list end tags ( and )
Definition at line 624 of file class.ilExplorer.php.
References ilTemplate\touchBlock().
ilExplorer::handleListStartTags | ( | ilTemplate | $a_tpl_tree, |
int | $a_cur_depth, | ||
int | $a_item_depth | ||
) |
handle list start tags (
)
Definition at line 648 of file class.ilExplorer.php.
References ilTemplate\touchBlock().
ilExplorer::highlightNode | ( | string | $a_id | ) |
Definition at line 261 of file class.ilExplorer.php.
ilExplorer::initItemCounter | ( | int | $a_number | ) |
Definition at line 160 of file class.ilExplorer.php.
ilExplorer::is_in_array | ( | int | $a_start, |
int | $a_depth | ||
) |
Definition at line 968 of file class.ilExplorer.php.
ilExplorer::isClickable | ( | string | $type, |
int | $ref_id = 0 |
||
) |
Reimplemented in ilContainerSelectionExplorer, ilPasteIntoMultipleItemsExplorer, ilRepositoryExplorer, ilSCORMExplorer, ilSearchRootSelector, ilSolutionExplorer, ilECSNodeMappingCmsExplorer, and ilECSNodeMappingLocalExplorer.
Definition at line 317 of file class.ilExplorer.php.
ilExplorer::isVisible | ( | $a_ref_id, | |
string | $a_type | ||
) |
Reimplemented in ilContainerSelectionExplorer, ilRepositoryExplorer, ilSCORMExplorer, and ilPasteIntoMultipleItemsExplorer.
Definition at line 290 of file class.ilExplorer.php.
ilExplorer::modifyChilds | ( | $a_parent_id, | |
array | $a_objects | ||
) |
Definition at line 489 of file class.ilExplorer.php.
ilExplorer::outputIcons | ( | bool | $a_icons | ) |
Definition at line 276 of file class.ilExplorer.php.
Referenced by ilSCORMExplorer\__construct().
|
protected |
Definition at line 128 of file class.ilExplorer.php.
References ILIAS\Repository\refinery().
ilExplorer::setAsynchExpanding | ( | bool | $a_val | ) |
Definition at line 150 of file class.ilExplorer.php.
ilExplorer::setClickable | ( | string | $a_type, |
bool | $a_clickable | ||
) |
Definition at line 281 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 1045 of file class.ilExplorer.php.
References ilSession\get(), and ilSession\set().
Referenced by ilSearchRootSelector\setPathOpen().
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 245 of file class.ilExplorer.php.
ilExplorer::setFiltered | ( | bool | $a_bool | ) |
Definition at line 1079 of file class.ilExplorer.php.
Referenced by ilSearchRootSelector\__construct(), ilSolutionExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilContainerSelectionExplorer\__construct(), and ilECSNodeMappingLocalExplorer\__construct().
ilExplorer::setFilterMode | ( | int | $a_mode = IL_FM_NEGATIVE | ) |
Definition at line 333 of file class.ilExplorer.php.
Referenced by ilSearchRootSelector\__construct(), ilSolutionExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilContainerSelectionExplorer\__construct(), and ilECSNodeMappingLocalExplorer\__construct().
ilExplorer::setFrameTarget | ( | string | $a_target | ) |
Definition at line 938 of file class.ilExplorer.php.
ilExplorer::setFrameUpdater | ( | string | $a_up_frame, |
string | $a_up_script, | ||
string | $a_params = "" |
||
) |
Definition at line 250 of file class.ilExplorer.php.
ilExplorer::setId | ( | string | $a_val | ) |
Definition at line 140 of file class.ilExplorer.php.
Referenced by ilPasteIntoMultipleItemsExplorer\__construct().
ilExplorer::setOrderColumn | ( | string | $a_column | ) |
Definition at line 196 of file class.ilExplorer.php.
Referenced by ilSCORMExplorer\__construct(), ilECSNodeMappingCmsExplorer\__construct(), and ilECSNodeMappingLocalExplorer\__construct().
ilExplorer::setOrderDirection | ( | string | $a_direction | ) |
Definition at line 201 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 370 of file class.ilExplorer.php.
References $ilErr.
ilExplorer::setParamsGet | ( | array | $a_params_get | ) |
Definition at line 224 of file class.ilExplorer.php.
References $error, and $ilErr.
Referenced by ilECSNodeMappingLocalExplorer\formatObject().
ilExplorer::setPostSort | ( | bool | $a_sort | ) |
Definition at line 328 of file class.ilExplorer.php.
ilExplorer::setRoot | ( | $a_root_id | ) |
Definition at line 185 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingLocalExplorer\__construct().
ilExplorer::setSessionExpandVariable | ( | string | $a_var_name = "expand" | ) |
Definition at line 271 of file class.ilExplorer.php.
Referenced by ilSearchRootSelector\__construct(), ilSolutionExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), and ilContainerSelectionExplorer\__construct().
ilExplorer::setTargetGet | ( | string | $a_target_get | ) |
string | $a_target_get | varname containing Ids to be used in GET-string |
Definition at line 213 of file class.ilExplorer.php.
ilExplorer::setTitle | ( | string | $a_val | ) |
Definition at line 165 of file class.ilExplorer.php.
ilExplorer::setTitleLength | ( | int | $a_length | ) |
Definition at line 170 of file class.ilExplorer.php.
Referenced by ilSearchRootSelector\__construct(), ilContainerSelectionExplorer\__construct(), and ilECSNodeMappingCmsExplorer\__construct().
ilExplorer::setTreeLead | ( | string | $a_val | ) |
Definition at line 306 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 350 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.
Reimplemented in ilSearchRootSelector, and ilSolutionExplorer.
Definition at line 501 of file class.ilExplorer.php.
Referenced by ilSCORMExplorer\createOutputArray().
ilExplorer::sortNodes | ( | array | $a_nodes, |
$a_parent_obj_id | |||
) |
sort nodes and put adm object to the end of sorted array
Reimplemented in ilRepositoryExplorer.
Definition at line 1107 of file class.ilExplorer.php.
References ilArrayUtil\sortArray().
|
protected |
Definition at line 67 of file class.ilExplorer.php.
|
protected |
Definition at line 63 of file class.ilExplorer.php.
Referenced by getAsynchExpanding().
|
protected |
Definition at line 62 of file class.ilExplorer.php.
|
protected |
Definition at line 32 of file class.ilExplorer.php.
Referenced by setParamsGet(), and setTargetGet().
bool ilExplorer::$expand_all = false |
Definition at line 57 of file class.ilExplorer.php.
string ilExplorer::$expand_target = null |
Definition at line 46 of file class.ilExplorer.php.
string ilExplorer::$expand_variable = "" |
Definition at line 49 of file class.ilExplorer.php.
array ilExplorer::$expanded = [] |
Definition at line 43 of file class.ilExplorer.php.
|
protected |
Definition at line 54 of file class.ilExplorer.php.
bool ilExplorer::$filter_mode |
Definition at line 55 of file class.ilExplorer.php.
bool ilExplorer::$filtered = false |
Definition at line 53 of file class.ilExplorer.php.
array ilExplorer::$format_options = [] |
Definition at line 38 of file class.ilExplorer.php.
|
protected |
Definition at line 69 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), and ilSCORMExplorer\insertObject().
|
protected |
Definition at line 60 of file class.ilExplorer.php.
|
protected |
Definition at line 72 of file class.ilExplorer.php.
string ilExplorer::$id = "" |
Definition at line 36 of file class.ilExplorer.php.
Referenced by getId(), and ilSearchRootSelector\setPathOpen().
array ilExplorer::$is_clickable = [] |
Definition at line 51 of file class.ilExplorer.php.
|
protected |
Definition at line 35 of file class.ilExplorer.php.
Referenced by ilContainerSelectionExplorer\formatHeader(), ilRepositoryExplorer\formatHeader(), ilSCORMExplorer\formatHeader(), and ilSCORMExplorer\getOutputIcons().
|
protected |
Definition at line 31 of file class.ilExplorer.php.
Referenced by ilRepositoryExplorer\sortNodes().
string ilExplorer::$order_column = "" |
Definition at line 44 of file class.ilExplorer.php.
string ilExplorer::$order_direction = "asc" |
Definition at line 45 of file class.ilExplorer.php.
string ilExplorer::$output = "" |
Definition at line 37 of file class.ilExplorer.php.
bool ilExplorer::$output_icons = false |
Definition at line 48 of file class.ilExplorer.php.
string ilExplorer::$params_get = "" |
Definition at line 42 of file class.ilExplorer.php.
bool ilExplorer::$post_sort = false |
Definition at line 52 of file class.ilExplorer.php.
bool ilExplorer::$rbac_check = false |
Definition at line 47 of file class.ilExplorer.php.
|
protected |
Definition at line 33 of file class.ilExplorer.php.
Referenced by ilRepositoryExplorer\isClickable(), ilSolutionExplorer\showChilds(), and ilRepositoryExplorer\showChilds().
|
protected |
Definition at line 74 of file class.ilExplorer.php.
ilExplorer::$root_id = null |
Definition at line 58 of file class.ilExplorer.php.
|
protected |
Definition at line 61 of file class.ilExplorer.php.
string ilExplorer::$target = "" |
Definition at line 40 of file class.ilExplorer.php.
Referenced by ilPasteIntoMultipleItemsExplorer\__construct(), ilECSNodeMappingCmsExplorer\formatObject(), and ilECSNodeMappingLocalExplorer\formatObject().
string ilExplorer::$target_get = "" |
Definition at line 41 of file class.ilExplorer.php.
|
protected |
Definition at line 64 of file class.ilExplorer.php.
Referenced by getTitleLength().
|
protected |
Definition at line 65 of file class.ilExplorer.php.
Referenced by ilRepositoryExplorer\formatHeader(), ilECSNodeMappingCmsExplorer\formatHeader(), ilECSNodeMappingLocalExplorer\formatHeader(), and getTitle().
|
protected |
Definition at line 34 of file class.ilExplorer.php.
Referenced by ilSCORMExplorer\createOutput(), ilContainerSelectionExplorer\formatHeader(), ilRepositoryExplorer\formatHeader(), ilSCORMExplorer\formatHeader(), ilSearchRootSelector\formatHeader(), ilECSNodeMappingCmsExplorer\formatHeader(), ilECSNodeMappingLocalExplorer\formatHeader(), ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), ilSCORMExplorer\getOutputIcons(), and ilSCORMExplorer\insertObject().
ilTree ilExplorer::$tree |
Definition at line 39 of file class.ilExplorer.php.
Referenced by ilSolutionExplorer\__construct(), ilContainerSelectionExplorer\__construct(), ilRepositoryExplorer\formatHeader(), ilRepositoryExplorer\isVisible(), and ilECSNodeMappingCmsExplorer\setTree().
|
protected |
Definition at line 71 of file class.ilExplorer.php.
|
protected |
Definition at line 66 of file class.ilExplorer.php.
|
protected |
Definition at line 68 of file class.ilExplorer.php.
|
protected |
Definition at line 70 of file class.ilExplorer.php.
bool ilExplorer::$use_standard_frame = false |
Definition at line 59 of file class.ilExplorer.php.
|
protected |
Definition at line 75 of file class.ilExplorer.php.