ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilExplorer class for explorer view in admin frame. More...
Public Member Functions | |
ilExplorer ($a_target) | |
Constructor public. | |
initItemCounter ($a_number) | |
Init item counter. | |
setRoot ($a_root_id) | |
Set root node. | |
getRoot () | |
get root id | |
setOrderColumn ($a_column) | |
set the order column public | |
setOrderDirection ($a_direction) | |
set the order direction public | |
setTargetGet ($a_target_get) | |
set the varname in Get-string public | |
setParamsGet ($a_params_get) | |
set additional params to be passed in Get-string public | |
setExpandTarget ($a_exp_target) | |
target script for expand icons | |
highlightNode ($a_id) | |
set highlighted node | |
checkPermissions ($a_check) | |
check permissions via rbac | |
setSessionExpandVariable ($a_var_name="expand") | |
set name of expand session variable | |
outputIcons ($a_icons) | |
output icons | |
setClickable ($a_type, $a_clickable) | |
(de-)activates links for a certain object type | |
isVisible ($a_ref_id, $a_type) | |
isClickable ($a_type, $a_ref_id=0) | |
check if links for certain object type are activated | |
setPostSort ($a_sort) | |
process post sorting | |
setFilterMode ($a_mode=IL_FM_NEGATIVE) | |
set filter mode | |
getFilterMode () | |
get filter mode | |
setOutput ($a_parent_id, $a_depth=1, $a_obj_id=0) | |
Creates output for explorer view in admin menue recursive method public. | |
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. | |
forceExpanded ($a_obj_id) | |
force expansion of node | |
getOutput () | |
Creates output recursive method public. | |
handleListEndTags (&$a_tpl_tree, $a_cur_depth, $a_item_depth) | |
handle list end tags ( and ) | |
handleListStartTags (&$a_tpl_tree, $a_cur_depth, $a_item_depth) | |
handle list start tags ( | |
formatHeader (&$tpl, $a_obj_id, $a_option) | |
Creates output for header (is empty here but can be overwritten in derived classes) | |
formatObject (&$tpl, $a_node_id, $a_option, $a_obj_id=0) | |
Creates output recursive method private. | |
getImage ($a_name, $a_type="", $a_obj_id="") | |
get image path (may be overwritten by derived classes) | |
getImageAlt ($a_default_text, $a_type="", $a_obj_id="") | |
get image alt text | |
getNodeStyleClass ($a_id, $a_type) | |
get style class for node | |
buildLinkTarget ($a_node_id, $a_type) | |
get link target (may be overwritten by derived classes) | |
buildOnClick ($a_node_id, $a_type, $a_title) | |
get onclick event handling (may be overwritten by derived classes) | |
buildTitle ($a_title, $a_id, $a_type) | |
standard implementation for title, may be overwritten by derived classes | |
buildDescription ($a_desc, $a_id, $a_type) | |
standard implementation for description, may be overwritten by derived classes | |
buildSelect ($a_node_id, $a_type) | |
standard implementation for adding an option select box between image and title | |
buildFrameTarget ($a_type, $a_child=0, $a_obj_id=0) | |
get frame target (may be overwritten by derived classes) | |
createTarget ($a_type, $a_node_id) | |
Creates Get Parameter private. | |
setFrameTarget ($a_target) | |
set target frame or not frame? | |
createLines ($a_depth) | |
Creates lines for explorer view private. | |
is_in_array ($a_start, $a_depth) | |
DESCRIPTION MISSING private. | |
getIndex ($a_data) | |
get index of format_options array from specific ref_id,parent_id private | |
addFilter ($a_item) | |
adds item to the filter public | |
delFilter ($a_item) | |
removes item from the filter public | |
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 | |
forceExpandAll ($a_mode, $a_show_minus=true) | |
force expandAll. | |
setFiltered ($a_bool) | |
active/deactivate the filter public | |
checkFilter ($a_item) | |
check if item is in filter private | |
sortNodes ($a_nodes, $a_parent_obj_id) | |
sort nodes and put adm object to the end of sorted array private |
Data Fields | |
$ilias | |
$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 |
Class ilExplorer class for explorer view in admin frame.
Definition at line 36 of file class.ilExplorer.php.
ilExplorer::addFilter | ( | $a_item | ) |
adds item to the filter public
string | object type to add |
Definition at line 1113 of file class.ilExplorer.php.
Referenced by ilConditionSelector\ilConditionSelector(), ilExplorer(), ilLMMenuObjectSelector\ilLMMenuObjectSelector(), ilMaterialExplorer\ilMaterialExplorer(), ilPaymentObjectSelector\ilPaymentObjectSelector(), ilRepositoryCopySelector\ilRepositoryCopySelector(), ilRepositoryExplorer\ilRepositoryExplorer(), ilRepositoryLinkSelector\ilRepositoryLinkSelector(), ilRoleDesktopItemSelector\ilRoleDesktopItemSelector(), ilSearchResultExplorer\ilSearchResultExplorer(), ilSearchRootSelector\ilSearchRootSelector(), ilSolutionExplorer\ilSolutionExplorer(), and ilTableOfContentsExplorer\ilTableOfContentsExplorer().
ilExplorer::buildDescription | ( | $a_desc, | |
$a_id, | |||
$a_type | |||
) |
standard implementation for description, may be overwritten by derived classes
Reimplemented in ilBookmarkExplorer, and ilIntLinkRepItemExplorer.
Definition at line 959 of file class.ilExplorer.php.
Referenced by formatObject().
ilExplorer::buildFrameTarget | ( | $a_type, | |
$a_child = 0 , |
|||
$a_obj_id = 0 |
|||
) |
get frame target (may be overwritten by derived classes)
Reimplemented in ilBookmarkExplorer, ilRepositoryExplorer, ilTableOfContentsExplorer, ilAdministrationExplorer, ilConditionSelector, ilSearchRootSelector, ilSolutionExplorer, ilMaterialExplorer, ilRepositoryCopySelector, ilRepositoryLinkSelector, ilPaymentObjectSelector, ilIntLinkRepItemExplorer, ilLMMenuObjectSelector, ilObjectSelector, ilRoleDesktopItemSelector, and ilShopPublicSectionSelector.
Definition at line 976 of file class.ilExplorer.php.
Referenced by ilHACPExplorer\formatObject(), ilAICCExplorer\formatObject(), ilSCORMExplorer\formatObject(), and formatObject().
ilExplorer::buildLinkTarget | ( | $a_node_id, | |
$a_type | |||
) |
get link target (may be overwritten by derived classes)
Reimplemented in ilBookmarkExplorer, ilLMTOCExplorer, ilTableOfContentsExplorer, ilLMEditorExplorer, ilSearchRootSelector, ilAdministrationExplorer, ilConditionSelector, ilSolutionExplorer, ilRepositoryExplorer, ilMaterialExplorer, ilRepositoryCopySelector, ilRepositoryLinkSelector, ilRoleDesktopItemSelector, ilPaymentObjectSelector, ilLMMenuObjectSelector, ilStyleScopeExplorer, ilSearchResultExplorer, ilObjectSelector, ilIntLinkRepItemExplorer, ilShopPublicSectionSelector, and ilPoolSelectorGUI.
Definition at line 932 of file class.ilExplorer.php.
References $target.
Referenced by ilLMExplorer\formatHeader(), ilHACPExplorer\formatObject(), ilAICCExplorer\formatObject(), and formatObject().
ilExplorer::buildOnClick | ( | $a_node_id, | |
$a_type, | |||
$a_title | |||
) |
get onclick event handling (may be overwritten by derived classes)
Reimplemented in ilIntLinkRepItemExplorer.
Definition at line 943 of file class.ilExplorer.php.
Referenced by ilBookmarkExplorer\formatObject(), and formatObject().
ilExplorer::buildSelect | ( | $a_node_id, | |
$a_type | |||
) |
standard implementation for adding an option select box between image and title
Reimplemented in ilCopyWizardExplorer.
Definition at line 967 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
Reimplemented in ilIntLinkRepItemExplorer, ilTableOfContentsExplorer, ilLMEditorExplorer, and ilLMTOCExplorer.
Definition at line 951 of file class.ilExplorer.php.
Referenced by ilBookmarkExplorer\formatObject(), and formatObject().
ilExplorer::checkFilter | ( | $a_item | ) |
check if item is in filter private
string |
Definition at line 1242 of file class.ilExplorer.php.
References $ret, getFilterMode(), and IL_FM_NEGATIVE.
Referenced by ilSCORMExplorer\setOutput(), and setOutput().
ilExplorer::checkPermissions | ( | $a_check | ) |
check permissions via rbac
boolean | $a_check | check true/false |
Definition at line 354 of file class.ilExplorer.php.
Referenced by ilAICCExplorer\ilAICCExplorer(), ilHACPExplorer\ilHACPExplorer(), ilLMExplorer\ilLMExplorer(), ilMediaPoolExplorer\ilMediaPoolExplorer(), and ilSCORMExplorer\ilSCORMExplorer().
ilExplorer::createLines | ( | $a_depth | ) |
Creates lines for explorer view private.
integer |
Definition at line 1024 of file class.ilExplorer.php.
References is_in_array().
Referenced by ilMailExplorer\getOutput(), ilPublicSectionSelector\getOutput(), ilBookmarkExplorer\getOutput(), ilShopPublicSectionSelector\getOutput(), ilForumExplorer\getOutput(), ilSCORMExplorer\getOutput(), and getOutput().
ilExplorer::createTarget | ( | $a_type, | |
$a_node_id | |||
) |
Creates Get Parameter private.
string | |
integer |
Reimplemented in ilForumExplorer, ilMailExplorer, and ilSCORMExplorer.
Definition at line 989 of file class.ilExplorer.php.
Referenced by ilBookmarkExplorer\formatObject(), and formatObject().
ilExplorer::delFilter | ( | $a_item | ) |
removes item from the filter public
string | object type to remove |
Definition at line 1148 of file class.ilExplorer.php.
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 1218 of file class.ilExplorer.php.
Referenced by ilPublicSectionSelector\ilPublicSectionSelector().
ilExplorer::forceExpanded | ( | $a_obj_id | ) |
force expansion of node
Reimplemented in ilTableOfContentsExplorer, ilAdministrationExplorer, ilLMTOCExplorer, and ilLMEditorExplorer.
Definition at line 628 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 |
Reimplemented in ilRepositoryExplorer, ilIntLinkRepItemExplorer, ilPoolSelectorGUI, ilLMExplorer, ilMediaPoolExplorer, ilAdministrationExplorer, ilLMEditorExplorer, and ilStyleScopeExplorer.
Definition at line 763 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 |
Reimplemented in ilBookmarkExplorer, ilForumExplorer, and ilPublicSectionSelector.
Definition at line 775 of file class.ilExplorer.php.
References $lng, $target, $tpl, buildDescription(), buildFrameTarget(), buildLinkTarget(), buildOnClick(), buildSelect(), buildTitle(), createTarget(), getImage(), getImageAlt(), getNodeStyleClass(), isClickable(), and ilUtil\shortenText().
Referenced by ilMailExplorer\getOutput(), ilShopPublicSectionSelector\getOutput(), and getOutput().
ilExplorer::getFilterMode | ( | ) |
get filter mode
Definition at line 461 of file class.ilExplorer.php.
References $filter_mode.
Referenced by checkFilter().
ilExplorer::getImage | ( | $a_name, | |
$a_type = "" , |
|||
$a_obj_id = "" |
|||
) |
get image path (may be overwritten by derived classes)
Reimplemented in ilRepositoryExplorer, ilMailExplorer, ilLMEditorExplorer, ilAdministrationExplorer, and ilCopyWizardExplorer.
Definition at line 904 of file class.ilExplorer.php.
References ilUtil\getImagePath().
Referenced by ilBookmarkExplorer\formatObject(), and formatObject().
ilExplorer::getImageAlt | ( | $a_default_text, | |
$a_type = "" , |
|||
$a_obj_id = "" |
|||
) |
get image alt text
Reimplemented in ilLMEditorExplorer.
Definition at line 912 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 1087 of file class.ilExplorer.php.
Referenced by ilForumExplorer\setOutput(), ilSCORMExplorer\setOutput(), ilMailExplorer\setOutput(), ilBookmarkExplorer\setOutput(), and setOutput().
ilExplorer::getNodeStyleClass | ( | $a_id, | |
$a_type | |||
) |
get style class for node
Definition at line 920 of file class.ilExplorer.php.
Referenced by formatObject().
ilExplorer::getOutput | ( | ) |
Creates output recursive method public.
Reimplemented in ilSCORMExplorer, ilForumExplorer, ilShopPublicSectionSelector, ilBookmarkExplorer, ilPublicSectionSelector, and ilMailExplorer.
Definition at line 639 of file class.ilExplorer.php.
References $ilBench, $tpl, createLines(), formatHeader(), formatObject(), handleListEndTags(), handleListStartTags(), and ilYuiUtil\initConnection().
ilExplorer::getRoot | ( | ) |
get root id
public
Definition at line 260 of file class.ilExplorer.php.
References $root_id.
Referenced by setExpand(), and setOutput().
ilExplorer::handleListEndTags | ( | & | $a_tpl_tree, |
$a_cur_depth, | |||
$a_item_depth | |||
) |
handle list end tags ( and )
Definition at line 703 of file class.ilExplorer.php.
Referenced by ilMailExplorer\getOutput(), ilPublicSectionSelector\getOutput(), ilBookmarkExplorer\getOutput(), ilShopPublicSectionSelector\getOutput(), ilForumExplorer\getOutput(), and getOutput().
ilExplorer::handleListStartTags | ( | & | $a_tpl_tree, |
$a_cur_depth, | |||
$a_item_depth | |||
) |
handle list start tags (
)
Definition at line 728 of file class.ilExplorer.php.
Referenced by ilMailExplorer\getOutput(), ilPublicSectionSelector\getOutput(), ilBookmarkExplorer\getOutput(), ilShopPublicSectionSelector\getOutput(), ilForumExplorer\getOutput(), and getOutput().
ilExplorer::highlightNode | ( | $a_id | ) |
set highlighted node
Definition at line 344 of file class.ilExplorer.php.
ilExplorer::ilExplorer | ( | $a_target | ) |
Constructor public.
string | scriptname |
Definition at line 185 of file class.ilExplorer.php.
References $ilias, addFilter(), IL_FM_NEGATIVE, setFiltered(), and setFilterMode().
Referenced by ilCopyWizardExplorer\__construct(), ilPoolSelectorGUI\__construct(), ilAdministrationExplorer\ilAdministrationExplorer(), ilAICCExplorer\ilAICCExplorer(), ilBookmarkExplorer\ilBookmarkExplorer(), ilConditionSelector\ilConditionSelector(), ilForumExplorer\ilForumExplorer(), ilHACPExplorer\ilHACPExplorer(), ilLMExplorer\ilLMExplorer(), ilIntLinkRepItemExplorer\ilLMMenuObjectSelector(), ilLMMenuObjectSelector\ilLMMenuObjectSelector(), ilMailExplorer\ilMailExplorer(), ilMaterialExplorer\ilMaterialExplorer(), ilMediaPoolExplorer\ilMediaPoolExplorer(), ilObjectSelector\ilObjectSelector(), ilPaymentObjectSelector\ilPaymentObjectSelector(), ilRepositoryCopySelector\ilRepositoryCopySelector(), ilRepositoryExplorer\ilRepositoryExplorer(), ilRepositoryLinkSelector\ilRepositoryLinkSelector(), ilRoleDesktopItemSelector\ilRoleDesktopItemSelector(), ilSCORMExplorer\ilSCORMExplorer(), ilSearchResultExplorer\ilSearchResultExplorer(), ilSearchRootSelector\ilSearchRootSelector(), ilSolutionExplorer\ilSolutionExplorer(), and ilStyleScopeExplorer\ilStyleScopeExplorer().
ilExplorer::initItemCounter | ( | $a_number | ) |
Init item counter.
public
int | number |
Definition at line 235 of file class.ilExplorer.php.
Referenced by ilCopyWizardExplorer\__construct().
ilExplorer::is_in_array | ( | $a_start, | |
$a_depth | |||
) |
DESCRIPTION MISSING private.
integer | |
integer |
Definition at line 1064 of file class.ilExplorer.php.
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 |
Reimplemented in ilTableOfContentsExplorer, ilConditionSelector, ilLMTOCExplorer, ilSolutionExplorer, ilMaterialExplorer, ilRepositoryCopySelector, ilRepositoryLinkSelector, ilIntLinkRepItemExplorer, ilPaymentObjectSelector, ilLMExplorer, ilShopPublicSectionSelector, ilSearchResultExplorer, ilLMMenuObjectSelector, ilObjectSelector, ilRoleDesktopItemSelector, ilPoolSelectorGUI, ilContainerSelectionExplorer, ilAICCExplorer, and ilCopyWizardExplorer.
Definition at line 421 of file class.ilExplorer.php.
Referenced by ilBookmarkExplorer\formatObject(), and formatObject().
ilExplorer::isVisible | ( | $a_ref_id, | |
$a_type | |||
) |
Reimplemented in ilRepositoryExplorer, ilTableOfContentsExplorer, ilLMTOCExplorer, ilSCORMExplorer, and ilAdministrationExplorer.
Definition at line 398 of file class.ilExplorer.php.
References $ilBench.
Referenced by setOutput().
ilExplorer::modifyChilds | ( | $a_parent_id, | |
$a_objects | |||
) |
Reimplemented in ilAdministrationExplorer.
Definition at line 610 of file class.ilExplorer.php.
Referenced by setOutput().
ilExplorer::outputIcons | ( | $a_icons | ) |
output icons
boolean | $a_icons | output icons true/false |
Definition at line 374 of file class.ilExplorer.php.
Referenced by ilAICCExplorer\ilAICCExplorer(), ilHACPExplorer\ilHACPExplorer(), and ilSCORMExplorer\ilSCORMExplorer().
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 386 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,...) private
string | pipe-separated integer |
Reimplemented in ilForumExplorer, ilBookmarkExplorer, and ilMailExplorer.
Definition at line 1191 of file class.ilExplorer.php.
References $_SESSION, $expand_variable, and getRoot().
Referenced by ilShopPublicSectionSelector\__construct(), SurveyQuestionGUI\addMaterial(), assQuestionGUI\addSuggestedSolution(), ilLPFilterGUI\selector(), ilConditionHandlerInterface\selector(), ilSCORMExplorer\setOutput(), ilObjContentObjectGUI\showEntrySelector(), ilPaymentStatisticGUI\showObjectSelector(), ilPaymentObjectGUI\showObjectSelector(), ilObjPaymentSettingsGUI\showObjectSelectorObject(), and ilSearchGUI\showSelectRoot().
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 336 of file class.ilExplorer.php.
Referenced by ilShopPublicSectionSelector\__construct(), and ilLMPresentationGUI\showTableOfContents().
ilExplorer::setFiltered | ( | $a_bool | ) |
active/deactivate the filter public
boolean |
Definition at line 1230 of file class.ilExplorer.php.
Referenced by ilConditionSelector\ilConditionSelector(), ilExplorer(), ilMaterialExplorer\ilMaterialExplorer(), ilObjectSelector\ilObjectSelector(), ilPaymentObjectSelector\ilPaymentObjectSelector(), ilRepositoryCopySelector\ilRepositoryCopySelector(), ilRepositoryExplorer\ilRepositoryExplorer(), ilRepositoryLinkSelector\ilRepositoryLinkSelector(), ilRoleDesktopItemSelector\ilRoleDesktopItemSelector(), ilSearchResultExplorer\ilSearchResultExplorer(), ilSearchRootSelector\ilSearchRootSelector(), ilSolutionExplorer\ilSolutionExplorer(), and ilTableOfContentsExplorer\ilTableOfContentsExplorer().
ilExplorer::setFilterMode | ( | $a_mode = IL_FM_NEGATIVE | ) |
set filter mode
int | $a_mode | filter mode IL_FM_NEGATIVE | IL_FM_NEGATIVE |
Definition at line 451 of file class.ilExplorer.php.
Referenced by ilConditionSelector\ilConditionSelector(), ilExplorer(), ilMaterialExplorer\ilMaterialExplorer(), ilPaymentObjectSelector\ilPaymentObjectSelector(), ilRepositoryCopySelector\ilRepositoryCopySelector(), ilRepositoryExplorer\ilRepositoryExplorer(), ilRepositoryLinkSelector\ilRepositoryLinkSelector(), ilRoleDesktopItemSelector\ilRoleDesktopItemSelector(), ilSearchResultExplorer\ilSearchResultExplorer(), ilSearchRootSelector\ilSearchRootSelector(), ilSolutionExplorer\ilSolutionExplorer(), and ilTableOfContentsExplorer\ilTableOfContentsExplorer().
ilExplorer::setFrameTarget | ( | $a_target | ) |
set target frame or not frame?
string | public |
Definition at line 1014 of file class.ilExplorer.php.
Referenced by ilTableOfContentsExplorer\ilTableOfContentsExplorer(), and ilTableOfContentsExplorer\setOfflineMode().
ilExplorer::setOrderColumn | ( | $a_column | ) |
set the order column public
string | name of order column |
Definition at line 272 of file class.ilExplorer.php.
Referenced by ilAICCExplorer\ilAICCExplorer(), ilHACPExplorer\ilHACPExplorer(), and ilSCORMExplorer\ilSCORMExplorer().
ilExplorer::setOrderDirection | ( | $a_direction | ) |
set the order direction public
string | name of order column |
Definition at line 282 of file class.ilExplorer.php.
ilExplorer::setOutput | ( | $a_parent_id, | |
$a_depth = 1 , |
|||
$a_obj_id = 0 |
|||
) |
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 474 of file class.ilExplorer.php.
References $ilBench, $tab, checkFilter(), forceExpanded(), 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 314 of file class.ilExplorer.php.
ilExplorer::setPostSort | ( | $a_sort | ) |
process post sorting
boolean | $a_sort | true / false |
Definition at line 441 of file class.ilExplorer.php.
Referenced by ilLMExplorer\ilLMExplorer(), and ilMediaPoolExplorer\ilMediaPoolExplorer().
ilExplorer::setRoot | ( | $a_root_id | ) |
Set root node.
public
int | ref id of root node |
Definition at line 247 of file class.ilExplorer.php.
ilExplorer::setSessionExpandVariable | ( | $a_var_name = "expand" | ) |
set name of expand session variable
string | $a_var_name | variable name |
Definition at line 364 of file class.ilExplorer.php.
Referenced by ilShopPublicSectionSelector\__construct(), ilAdministrationExplorer\ilAdministrationExplorer(), ilConditionSelector\ilConditionSelector(), ilLMExplorer\ilLMExplorer(), ilLMMenuObjectSelector\ilLMMenuObjectSelector(), ilMaterialExplorer\ilMaterialExplorer(), ilMediaPoolExplorer\ilMediaPoolExplorer(), ilObjectSelector\ilObjectSelector(), ilPaymentObjectSelector\ilPaymentObjectSelector(), ilPublicSectionSelector\ilPublicSectionSelector(), ilRepositoryCopySelector\ilRepositoryCopySelector(), ilRepositoryExplorer\ilRepositoryExplorer(), ilRepositoryLinkSelector\ilRepositoryLinkSelector(), ilRoleDesktopItemSelector\ilRoleDesktopItemSelector(), ilSearchResultExplorer\ilSearchResultExplorer(), ilSearchRootSelector\ilSearchRootSelector(), ilSolutionExplorer\ilSolutionExplorer(), and ilTableOfContentsExplorer\ilTableOfContentsExplorer().
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 299 of file class.ilExplorer.php.
Referenced by ilObjContentObjectGUI\editPublicSection(), ilHACPPresentationGUI\explorer(), ilAICCPresentationGUI\explorer(), ilSAHSPresentationGUI\explorer(), ilSCORMPresentationGUI\explorer(), ilObjMediaPoolGUI\explorer(), ilObjContentObjectGUI\explorer(), ilShopPurchaseGUI\showDetails(), and ilMailGUI\showMenu().
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.
ilRepositoryExplorerGUI)
Reimplemented in ilIntLinkRepItemExplorer, ilPaymentObjectSelector, ilSearchResultExplorer, ilConditionSelector, ilSearchRootSelector, ilRepositoryLinkSelector, ilSolutionExplorer, ilMaterialExplorer, ilRepositoryCopySelector, ilRoleDesktopItemSelector, ilLMMenuObjectSelector, ilObjectSelector, and ilPoolSelectorGUI.
Definition at line 620 of file class.ilExplorer.php.
Referenced by ilSCORMExplorer\setOutput(), 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(); |
Reimplemented in ilRepositoryExplorer.
Definition at line 1276 of file class.ilExplorer.php.
References ilUtil\sortArray().
Referenced by setOutput().
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 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::$ilias |
Definition at line 43 of file class.ilExplorer.php.
Referenced by ilRepositoryExplorer\buildFrameTarget(), ilStyleScopeExplorer\formatHeader(), ilLMEditorExplorer\formatHeader(), ilAdministrationExplorer\formatHeader(), ilMediaPoolExplorer\formatHeader(), ilLMExplorer\formatHeader(), ilPublicSectionSelector\formatHeader(), ilSCORMExplorer\formatHeader(), ilPoolSelectorGUI\formatHeader(), ilRoleDesktopItemSelector\formatHeader(), ilObjectSelector\formatHeader(), ilLMMenuObjectSelector\formatHeader(), ilRepositoryCopySelector\formatHeader(), ilMaterialExplorer\formatHeader(), ilSolutionExplorer\formatHeader(), ilRepositoryLinkSelector\formatHeader(), ilSearchRootSelector\formatHeader(), ilConditionSelector\formatHeader(), ilSearchResultExplorer\formatHeader(), ilIntLinkRepItemExplorer\formatHeader(), ilPaymentObjectSelector\formatHeader(), ilForumExplorer\formatHeader(), ilBookmarkExplorer\formatHeader(), ilRepositoryExplorer\formatHeader(), and ilExplorer().
ilExplorer::$is_clickable |
Definition at line 142 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.
ilExplorer::$output_icons |
Definition at line 128 of file class.ilExplorer.php.
ilExplorer::$params_get |
Definition at line 85 of file class.ilExplorer.php.
ilExplorer::$post_sort |
Definition at line 149 of file class.ilExplorer.php.
ilExplorer::$rbac_check |
Definition at line 120 of file class.ilExplorer.php.
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 ilBookmarkExplorer\buildLinkTarget(), buildLinkTarget(), ilHACPExplorer\formatObject(), ilAICCExplorer\formatObject(), ilForumExplorer\formatObject(), ilBookmarkExplorer\formatObject(), ilSCORMExplorer\formatObject(), and formatObject().
ilExplorer::$target_get |
Definition at line 78 of file class.ilExplorer.php.
ilExplorer::$tree |
Definition at line 64 of file class.ilExplorer.php.
Referenced by ilPoolSelectorGUI\__construct(), ilRepositoryExplorer\formatHeader(), ilAdministrationExplorer\ilAdministrationExplorer(), ilConditionSelector\ilConditionSelector(), ilIntLinkRepItemExplorer\ilLMMenuObjectSelector(), ilLMMenuObjectSelector\ilLMMenuObjectSelector(), ilMaterialExplorer\ilMaterialExplorer(), ilObjectSelector\ilObjectSelector(), ilPaymentObjectSelector\ilPaymentObjectSelector(), ilRepositoryCopySelector\ilRepositoryCopySelector(), ilRepositoryExplorer\ilRepositoryExplorer(), ilRepositoryLinkSelector\ilRepositoryLinkSelector(), ilRoleDesktopItemSelector\ilRoleDesktopItemSelector(), ilSearchRootSelector\ilSearchRootSelector(), ilSolutionExplorer\ilSolutionExplorer(), ilRepositoryExplorer\isClickable(), ilRepositoryExplorer\isVisible(), and ilRepositoryExplorer\showChilds().