ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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 ilContainerSelectionExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilSearchRootSelector\__construct(), ilECSNodeMappingLocalExplorer\__construct(), and ilSolutionExplorer\__construct().
ilExplorer::buildDescription | ( | string | $a_desc, |
$a_id, | |||
string | $a_type | ||
) |
Definition at line 877 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 893 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 851 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 861 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 888 of file class.ilExplorer.php.
Referenced by formatObject().
ilExplorer::buildTitle | ( | string | $a_title, |
$a_id, | |||
string | $a_type | ||
) |
Definition at line 869 of file class.ilExplorer.php.
Referenced by ilPasteIntoMultipleItemsExplorer\formatObject(), and formatObject().
ilExplorer::checkFilter | ( | string | $a_item | ) |
Definition at line 1085 of file class.ilExplorer.php.
References ILIAS\Repository\filter(), getFilterMode(), and IL_FM_NEGATIVE.
Referenced by setOutput().
ilExplorer::checkPermissions | ( | bool | $a_check | ) |
Definition at line 266 of file class.ilExplorer.php.
Referenced by ilSCORMExplorer\__construct(), and ilContainerSelectionExplorer\__construct().
ilExplorer::createLines | ( | int | $a_depth | ) |
Definition at line 943 of file class.ilExplorer.php.
References 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 902 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 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
Definition at line 509 of file class.ilExplorer.php.
Referenced by setOutput().
ilExplorer::formatHeader | ( | ilTemplate | $tpl, |
$a_obj_id, | |||
array | $a_option | ||
) |
Definition at line 667 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 674 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 155 of file class.ilExplorer.php.
References $asnch_expanding.
Referenced by createTarget(), and formatObject().
ilExplorer::getChildsOfNode | ( | $a_parent_id | ) |
Definition at line 360 of file class.ilExplorer.php.
Referenced by setOutput().
ilExplorer::getFilterMode | ( | ) |
Definition at line 341 of file class.ilExplorer.php.
References $filter_mode.
Referenced by checkFilter().
ilExplorer::getId | ( | ) |
Definition at line 145 of file class.ilExplorer.php.
References $id.
Referenced by getOutput().
ilExplorer::getImage | ( | string | $a_name, |
string | $a_type = "" , |
||
$a_obj_id = "" |
|||
) |
Definition at line 825 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 833 of file class.ilExplorer.php.
Referenced by formatObject().
ilExplorer::getIndex | ( | array | $a_data | ) |
Definition at line 985 of file class.ilExplorer.php.
Referenced by setOutput().
ilExplorer::getMaximumTreeDepth | ( | ) |
Definition at line 514 of file class.ilExplorer.php.
Referenced by getOutput().
ilExplorer::getNodeStyleClass | ( | $a_id, | |
string | $a_type | ||
) |
Definition at line 841 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), ilPasteIntoMultipleItemsExplorer\formatObject(), and formatObject().
ilExplorer::getOutput | ( | ) |
Definition at line 521 of file class.ilExplorer.php.
References $lng, $tpl, ILIAS\UICore\GlobalTemplate\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 191 of file class.ilExplorer.php.
Referenced by ilECSNodeMappingCmsExplorer\formatHeader(), setExpand(), and setOutput().
ilExplorer::getTitle | ( | ) |
Definition at line 180 of file class.ilExplorer.php.
References $title.
Referenced by getOutput().
ilExplorer::getTitleLength | ( | ) |
ilExplorer::getTreeLead | ( | ) |
ilExplorer::getUseStandardFrame | ( | ) |
Definition at line 355 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 624 of file class.ilExplorer.php.
References 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 648 of file class.ilExplorer.php.
References ilTemplate\touchBlock().
Referenced by getOutput().
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.
Referenced by createLines().
ilExplorer::isClickable | ( | string | $type, |
int | $ref_id = 0 |
||
) |
Definition at line 317 of file class.ilExplorer.php.
Referenced by formatObject().
ilExplorer::isVisible | ( | $a_ref_id, | |
string | $a_type | ||
) |
Definition at line 290 of file class.ilExplorer.php.
References $rbacsystem, and ilRbacSystem\checkAccess().
Referenced by setOutput().
ilExplorer::modifyChilds | ( | $a_parent_id, | |
array | $a_objects | ||
) |
Definition at line 489 of file class.ilExplorer.php.
Referenced by setOutput().
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().
Referenced by getOutput().
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(), 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 245 of file class.ilExplorer.php.
ilExplorer::setFiltered | ( | bool | $a_bool | ) |
Definition at line 1079 of file class.ilExplorer.php.
Referenced by ilContainerSelectionExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilSearchRootSelector\__construct(), ilECSNodeMappingLocalExplorer\__construct(), and ilSolutionExplorer\__construct().
ilExplorer::setFilterMode | ( | int | $a_mode = IL_FM_NEGATIVE | ) |
Definition at line 333 of file class.ilExplorer.php.
Referenced by ilContainerSelectionExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilSearchRootSelector\__construct(), ilECSNodeMappingLocalExplorer\__construct(), and ilSolutionExplorer\__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 = "" |
||
) |
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 $counter, $error, $highlighted, $ilErr, checkFilter(), forceExpanded(), getChildsOfNode(), getIndex(), getRoot(), isVisible(), modifyChilds(), showChilds(), and sortNodes().
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 ilContainerSelectionExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilSearchRootSelector\__construct(), and ilSolutionExplorer\__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.
References $error, and $ilErr.
Referenced by ilSCORMPresentationGUI\explorer().
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 ilContainerSelectionExplorer\__construct(), ilECSNodeMappingCmsExplorer\__construct(), and ilSearchRootSelector\__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.
Definition at line 501 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 1107 of file class.ilExplorer.php.
References null, and ilArrayUtil\sortArray().
Referenced by setOutput().
|
protected |
Definition at line 67 of file class.ilExplorer.php.
Referenced by setFrameUpdater().
|
protected |
Definition at line 63 of file class.ilExplorer.php.
Referenced by getAsynchExpanding().
|
protected |
Definition at line 62 of file class.ilExplorer.php.
Referenced by setOutput().
|
protected |
Definition at line 32 of file class.ilExplorer.php.
Referenced by createTarget(), formatObject(), setOutput(), 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.
Referenced by getFilterMode().
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 buildFrameTarget(), ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), ilPasteIntoMultipleItemsExplorer\formatObject(), and ilSCORMExplorer\insertObject().
|
protected |
Definition at line 60 of file class.ilExplorer.php.
Referenced by setOutput().
|
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 ilSCORMExplorer\formatHeader(), ilContainerSelectionExplorer\formatHeader(), ilRepositoryExplorer\formatHeader(), formatObject(), getOutput(), 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.
Referenced by buildLinkTarget().
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(), isVisible(), 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 ilECSNodeMappingCmsExplorer\formatObject(), ilECSNodeMappingLocalExplorer\formatObject(), and ilPasteIntoMultipleItemsExplorer\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 ilECSNodeMappingLocalExplorer\formatHeader(), ilECSNodeMappingCmsExplorer\formatHeader(), ilPasteIntoMultipleItemsExplorer\formatHeader(), ilRepositoryExplorer\formatHeader(), and getTitle().
|
protected |
Definition at line 34 of file class.ilExplorer.php.
Referenced by ilSCORMExplorer\createOutput(), ilECSNodeMappingCmsExplorer\formatObject(), getOutput(), and ilSCORMExplorer\insertObject().
ilTree ilExplorer::$tree |
Definition at line 39 of file class.ilExplorer.php.
Referenced by ilContainerSelectionExplorer\__construct(), ilSolutionExplorer\__construct(), ilRepositoryExplorer\formatHeader(), ilRepositoryExplorer\isVisible(), and ilECSNodeMappingCmsExplorer\setTree().
|
protected |
Definition at line 71 of file class.ilExplorer.php.
Referenced by getTreeLead().
|
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.
Referenced by getUseStandardFrame().
|
protected |
Definition at line 75 of file class.ilExplorer.php.