ILIAS
Release_4_0_x_branch Revision 61816
|
Class ilExplorer class for explorer view in admin frame. More...
Public Member Functions | |
ilExplorer ($a_target) | |
Constructor public. | |
initItemCounter ($a_number) | |
Init item counter. | |
setTitle ($a_val) | |
Set title. | |
getTitle () | |
Get title. | |
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 | |
setFrameUpdater ($a_up_frame, $a_up_script, $a_params="") | |
Set Explorer Updater. | |
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 | |
setUseStandardFrame ($a_val) | |
Set use standard frame. | |
getUseStandardFrame () | |
Get use standard explorer frame. | |
setOutput ($a_parent_id, $a_depth=1, $a_obj_id=0, $a_highlighted_subtree=false) | |
Creates output for explorer view in admin menue recursive method public. | |
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, $a_highlighted_subtree=false) | |
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 | |
$use_standard_frame = false |
Class ilExplorer class for explorer view in admin frame.
Definition at line 16 of file class.ilExplorer.php.
ilExplorer::addFilter | ( | $a_item | ) |
adds item to the filter public
string | object type to add |
Definition at line 1225 of file class.ilExplorer.php.
Referenced by ilForumMoveTopicsExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilConditionSelector\ilConditionSelector(), ilExplorer(), ilLMMenuObjectSelector\ilLMMenuObjectSelector(), ilMaterialExplorer\ilMaterialExplorer(), ilPaymentObjectSelector\ilPaymentObjectSelector(), ilRepositoryCopySelector\ilRepositoryCopySelector(), ilRepositoryExplorer\ilRepositoryExplorer(), ilRepositoryLinkSelector\ilRepositoryLinkSelector(), ilRoleDesktopItemSelector\ilRoleDesktopItemSelector(), 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 1066 of file class.ilExplorer.php.
Referenced by ilPasteIntoMultipleItemsExplorer\formatObject(), ilForumMoveTopicsExplorer\formatObject(), and formatObject().
ilExplorer::buildFrameTarget | ( | $a_type, | |
$a_child = 0 , |
|||
$a_obj_id = 0 |
|||
) |
get frame target (may be overwritten by derived classes)
Reimplemented in ilRepositoryExplorer, ilBookmarkExplorer, ilTableOfContentsExplorer, ilSearchRootSelector, ilAdministrationExplorer, ilSolutionExplorer, ilMaterialExplorer, ilRepositoryCopySelector, ilRepositoryLinkSelector, ilPaymentObjectSelector, ilConditionSelector, ilIntLinkRepItemExplorer, ilLMMenuObjectSelector, ilObjectSelector, ilRoleDesktopItemSelector, and ilShopPublicSectionSelector.
Definition at line 1083 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, ilTableOfContentsExplorer, ilLMTOCExplorer, ilScorm2004EditorExplorer, ilLMEditorExplorer, ilSearchRootSelector, ilSolutionExplorer, ilRepositoryExplorer, ilMaterialExplorer, ilRepositoryCopySelector, ilRepositoryLinkSelector, ilAdministrationExplorer, ilPaymentObjectSelector, ilLMMenuObjectSelector, ilStyleScopeExplorer, ilConditionSelector, ilObjectSelector, ilIntLinkRepItemExplorer, ilShopPublicSectionSelector, ilRoleDesktopItemSelector, ilPoolSelectorGUI, and ilFileSelectorGUI.
Definition at line 1039 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 1050 of file class.ilExplorer.php.
Referenced by ilPasteIntoMultipleItemsExplorer\formatObject(), ilForumMoveTopicsExplorer\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 1074 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 1058 of file class.ilExplorer.php.
Referenced by ilPasteIntoMultipleItemsExplorer\formatObject(), ilForumMoveTopicsExplorer\formatObject(), and formatObject().
ilExplorer::checkFilter | ( | $a_item | ) |
check if item is in filter private
string |
Definition at line 1354 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 368 of file class.ilExplorer.php.
Referenced by ilAICCExplorer\ilAICCExplorer(), ilHACPExplorer\ilHACPExplorer(), ilLMExplorer\ilLMExplorer(), ilMediaPoolExplorer\ilMediaPoolExplorer(), ilScorm2004EditorExplorer\ilScorm2004EditorExplorer(), and ilSCORMExplorer\ilSCORMExplorer().
ilExplorer::createLines | ( | $a_depth | ) |
Creates lines for explorer view private.
integer |
Definition at line 1136 of file class.ilExplorer.php.
References is_in_array().
Referenced by ilMailExplorer\getOutput(), ilPublicSectionSelector\getOutput(), ilShopPublicSectionSelector\getOutput(), ilForumExplorer\getOutput(), ilSCORMExplorer\getOutput(), and getOutput().
ilExplorer::createTarget | ( | $a_type, | |
$a_node_id, | |||
$a_highlighted_subtree = false |
|||
) |
Creates Get Parameter private.
string | |
integer |
Definition at line 1096 of file class.ilExplorer.php.
Referenced by ilPasteIntoMultipleItemsExplorer\formatObject(), ilForumMoveTopicsExplorer\formatObject(), and formatObject().
ilExplorer::delFilter | ( | $a_item | ) |
removes item from the filter public
string | object type to remove |
Definition at line 1260 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 1330 of file class.ilExplorer.php.
Referenced by ilPublicSectionSelector\ilPublicSectionSelector().
ilExplorer::forceExpanded | ( | $a_obj_id | ) |
force expansion of node
Reimplemented in ilTableOfContentsExplorer, ilAdministrationExplorer, ilLMEditorExplorer, ilLMTOCExplorer, and ilScorm2004EditorExplorer.
Definition at line 680 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, ilForumMoveTopicsExplorer, ilPasteIntoMultipleItemsExplorer, ilIntLinkRepItemExplorer, ilPoolSelectorGUI, ilFileSelectorGUI, ilScorm2004EditorExplorer, ilLMEditorExplorer, ilLMExplorer, ilStyleScopeExplorer, ilMediaPoolExplorer, and ilAdministrationExplorer.
Definition at line 856 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 ilForumExplorer, ilPublicSectionSelector, ilForumMoveTopicsExplorer, ilPasteIntoMultipleItemsExplorer, and ilScorm2004EditorExplorer.
Definition at line 868 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 475 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 1011 of file class.ilExplorer.php.
References ilUtil\getImagePath().
Referenced by ilScorm2004EditorExplorer\formatObject(), and formatObject().
ilExplorer::getImageAlt | ( | $a_default_text, | |
$a_type = "" , |
|||
$a_obj_id = "" |
|||
) |
get image alt text
Reimplemented in ilBookmarkExplorer, and ilLMEditorExplorer.
Definition at line 1019 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 1199 of file class.ilExplorer.php.
References $key.
Referenced by ilBookmarkExplorer\setOutput(), ilForumExplorer\setOutput(), ilSCORMExplorer\setOutput(), ilMailExplorer\setOutput(), and setOutput().
ilExplorer::getNodeStyleClass | ( | $a_id, | |
$a_type | |||
) |
get style class for node
Definition at line 1027 of file class.ilExplorer.php.
Referenced by ilPasteIntoMultipleItemsExplorer\formatObject(), ilForumMoveTopicsExplorer\formatObject(), and formatObject().
ilExplorer::getOutput | ( | ) |
Creates output recursive method public.
Reimplemented in ilSCORMExplorer, ilForumExplorer, ilShopPublicSectionSelector, ilPublicSectionSelector, and ilMailExplorer.
Definition at line 691 of file class.ilExplorer.php.
References $_GET, $_POST, $ilBench, $key, $lng, $tpl, createLines(), formatHeader(), formatObject(), ilUtil\getImagePath(), ilUtil\getStyleSheetLocation(), getTitle(), getUseStandardFrame(), handleListEndTags(), handleListStartTags(), and ilYuiUtil\initConnection().
ilExplorer::getRoot | ( | ) |
get root id
public
Definition at line 261 of file class.ilExplorer.php.
References $root_id.
Referenced by setExpand(), and setOutput().
ilExplorer::getTitle | ( | ) |
Get title.
Definition at line 236 of file class.ilExplorer.php.
References $title.
Referenced by getOutput().
ilExplorer::getUseStandardFrame | ( | ) |
Get use standard explorer frame.
Definition at line 496 of file class.ilExplorer.php.
References $use_standard_frame.
Referenced by getOutput().
ilExplorer::handleListEndTags | ( | & | $a_tpl_tree, |
$a_cur_depth, | |||
$a_item_depth | |||
) |
handle list end tags ( and )
Definition at line 796 of file class.ilExplorer.php.
Referenced by ilMailExplorer\getOutput(), ilPublicSectionSelector\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 821 of file class.ilExplorer.php.
Referenced by ilMailExplorer\getOutput(), ilPublicSectionSelector\getOutput(), ilShopPublicSectionSelector\getOutput(), ilForumExplorer\getOutput(), and getOutput().
ilExplorer::highlightNode | ( | $a_id | ) |
set highlighted node
Definition at line 358 of file class.ilExplorer.php.
ilExplorer::ilExplorer | ( | $a_target | ) |
Constructor public.
string | scriptname |
Definition at line 166 of file class.ilExplorer.php.
References $ilias, $type, addFilter(), IL_FM_NEGATIVE, setFiltered(), and setFilterMode().
Referenced by ilPoolSelectorGUI\__construct(), ilCopyWizardExplorer\__construct(), ilFileSelectorGUI\__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(), ilScorm2004EditorExplorer\ilScorm2004EditorExplorer(), ilSCORMExplorer\ilSCORMExplorer(), ilSearchRootSelector\ilSearchRootSelector(), ilSolutionExplorer\ilSolutionExplorer(), and ilStyleScopeExplorer\ilStyleScopeExplorer().
ilExplorer::initItemCounter | ( | $a_number | ) |
Init item counter.
public
int | number |
Definition at line 216 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 1176 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, ilAdministrationExplorer, ilScorm2004EditorExplorer, ilSolutionExplorer, ilMaterialExplorer, ilRepositoryCopySelector, ilRepositoryLinkSelector, ilIntLinkRepItemExplorer, ilPaymentObjectSelector, ilConditionSelector, ilShopPublicSectionSelector, ilLMMenuObjectSelector, ilObjectSelector, ilLMTOCExplorer, ilSearchRootSelector, ilLMExplorer, ilPoolSelectorGUI, ilFileSelectorGUI, ilRoleDesktopItemSelector, ilContainerSelectionExplorer, ilAICCExplorer, and ilCopyWizardExplorer.
Definition at line 435 of file class.ilExplorer.php.
Referenced by formatObject().
ilExplorer::isVisible | ( | $a_ref_id, | |
$a_type | |||
) |
Reimplemented in ilRepositoryExplorer, ilTableOfContentsExplorer, ilSCORMExplorer, ilLMTOCExplorer, and ilAdministrationExplorer.
Definition at line 412 of file class.ilExplorer.php.
References $ilBench.
Referenced by setOutput().
ilExplorer::modifyChilds | ( | $a_parent_id, | |
$a_objects | |||
) |
Reimplemented in ilAdministrationExplorer.
Definition at line 662 of file class.ilExplorer.php.
Referenced by setOutput().
ilExplorer::outputIcons | ( | $a_icons | ) |
output icons
boolean | $a_icons | output icons true/false |
Definition at line 388 of file class.ilExplorer.php.
Referenced by ilScorm2004EditorExplorer\formatObject(), 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 400 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, ilMailExplorer, and ilBookmarkExplorer.
Definition at line 1303 of file class.ilExplorer.php.
References $_SESSION, $expand_variable, $key, and getRoot().
Referenced by ilShopPublicSectionSelector\__construct(), SurveyQuestionGUI\addMaterial(), assQuestionGUI\outSolutionExplorer(), ilLPFilterGUI\selector(), ilConditionHandlerInterface\selector(), ilSCORMExplorer\setOutput(), ilObjContentObjectGUI\showEntrySelector(), ilPaymentStatisticGUI\showObjectSelector(), ilPaymentObjectGUI\showObjectSelector(), ilObjPaymentSettingsGUI\showObjectSelectorObject(), ilRepositorySelectorInputGUI\showRepositorySelection(), 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 337 of file class.ilExplorer.php.
Referenced by ilShopPublicSectionSelector\__construct(), ilObjForumGUI\moveThreadsObject(), and ilLMPresentationGUI\showTableOfContents().
ilExplorer::setFiltered | ( | $a_bool | ) |
active/deactivate the filter public
boolean |
Definition at line 1342 of file class.ilExplorer.php.
Referenced by ilForumMoveTopicsExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilConditionSelector\ilConditionSelector(), ilExplorer(), ilMaterialExplorer\ilMaterialExplorer(), ilObjectSelector\ilObjectSelector(), ilPaymentObjectSelector\ilPaymentObjectSelector(), ilRepositoryCopySelector\ilRepositoryCopySelector(), ilRepositoryExplorer\ilRepositoryExplorer(), ilRepositoryLinkSelector\ilRepositoryLinkSelector(), ilRoleDesktopItemSelector\ilRoleDesktopItemSelector(), 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 465 of file class.ilExplorer.php.
Referenced by ilForumMoveTopicsExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilConditionSelector\ilConditionSelector(), ilExplorer(), ilMaterialExplorer\ilMaterialExplorer(), ilPaymentObjectSelector\ilPaymentObjectSelector(), ilRepositoryCopySelector\ilRepositoryCopySelector(), ilRepositoryExplorer\ilRepositoryExplorer(), ilRepositoryLinkSelector\ilRepositoryLinkSelector(), ilRoleDesktopItemSelector\ilRoleDesktopItemSelector(), ilSearchRootSelector\ilSearchRootSelector(), ilSolutionExplorer\ilSolutionExplorer(), and ilTableOfContentsExplorer\ilTableOfContentsExplorer().
ilExplorer::setFrameTarget | ( | $a_target | ) |
set target frame or not frame?
string | public |
Definition at line 1126 of file class.ilExplorer.php.
Referenced by ilPoolSelectorGUI\__construct(), ilTableOfContentsExplorer\ilTableOfContentsExplorer(), and ilTableOfContentsExplorer\setOfflineMode().
ilExplorer::setFrameUpdater | ( | $a_up_frame, | |
$a_up_script, | |||
$a_params = "" |
|||
) |
Set Explorer Updater.
object | $a_tree | Tree Object |
Definition at line 347 of file class.ilExplorer.php.
ilExplorer::setOrderColumn | ( | $a_column | ) |
set the order column public
string | name of order column |
Definition at line 273 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 283 of file class.ilExplorer.php.
ilExplorer::setOutput | ( | $a_parent_id, | |
$a_depth = 1 , |
|||
$a_obj_id = 0 , |
|||
$a_highlighted_subtree = false |
|||
) |
Creates output for explorer view in admin menue recursive method public.
integer | parent_node_id where to start from (default=0, 'root') |
integer | depth level where to start (default=1) |
Definition at line 509 of file class.ilExplorer.php.
References $ilBench, $key, $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 315 of file class.ilExplorer.php.
References $key.
ilExplorer::setPostSort | ( | $a_sort | ) |
process post sorting
boolean | $a_sort | true / false |
Definition at line 455 of file class.ilExplorer.php.
Referenced by ilLMExplorer\ilLMExplorer(), ilMediaPoolExplorer\ilMediaPoolExplorer(), and ilScorm2004EditorExplorer\ilScorm2004EditorExplorer().
ilExplorer::setRoot | ( | $a_root_id | ) |
Set root node.
public
int | ref id of root node |
Definition at line 248 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 378 of file class.ilExplorer.php.
Referenced by ilForumMoveTopicsExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), 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(), ilScorm2004EditorExplorer\ilScorm2004EditorExplorer(), 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 300 of file class.ilExplorer.php.
Referenced by ilObjContentObjectGUI\editPublicSection(), ilHACPPresentationGUI\explorer(), ilAICCPresentationGUI\explorer(), ilSAHSPresentationGUI\explorer(), ilSCORMPresentationGUI\explorer(), ilObjContentObjectGUI\explorer(), ilShopPurchaseGUI\showDemoVersion(), and ilMailGUI\showMenu().
ilExplorer::setTitle | ( | $a_val | ) |
Set title.
title |
Definition at line 226 of file class.ilExplorer.php.
Referenced by ilAdministrationExplorer\ilAdministrationExplorer(), and ilRepositoryExplorer\ilRepositoryExplorer().
ilExplorer::setUseStandardFrame | ( | $a_val | ) |
Set use standard frame.
If true, the standard explorer frame (like in the repository) is put around the tree.
boolean | use standard explorer frame |
Definition at line 486 of file class.ilExplorer.php.
Referenced by ilObjMediaPoolGUI\explorer().
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, ilSearchRootSelector, ilRepositoryLinkSelector, ilSolutionExplorer, ilMaterialExplorer, ilRepositoryCopySelector, ilConditionSelector, ilLMMenuObjectSelector, ilObjectSelector, ilPoolSelectorGUI, ilFileSelectorGUI, and ilRoleDesktopItemSelector.
Definition at line 672 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 1388 of file class.ilExplorer.php.
References $key, and ilUtil\sortArray().
Referenced by setOutput().
ilExplorer::$expand_all = false |
Definition at line 150 of file class.ilExplorer.php.
ilExplorer::$expand_target |
Definition at line 93 of file class.ilExplorer.php.
ilExplorer::$expand_variable |
Definition at line 115 of file class.ilExplorer.php.
Referenced by setExpand().
ilExplorer::$expanded |
Definition at line 72 of file class.ilExplorer.php.
ilExplorer::$filter_mode |
Definition at line 143 of file class.ilExplorer.php.
Referenced by getFilterMode().
ilExplorer::$filtered = false |
Definition at line 136 of file class.ilExplorer.php.
ilExplorer::$format_options |
Definition at line 37 of file class.ilExplorer.php.
ilExplorer::$ilias |
Definition at line 23 of file class.ilExplorer.php.
Referenced by ilRepositoryExplorer\buildFrameTarget(), ilAdministrationExplorer\formatHeader(), ilMediaPoolExplorer\formatHeader(), ilLMExplorer\formatHeader(), ilStyleScopeExplorer\formatHeader(), ilLMEditorExplorer\formatHeader(), ilPublicSectionSelector\formatHeader(), ilScorm2004EditorExplorer\formatHeader(), ilSCORMExplorer\formatHeader(), ilRoleDesktopItemSelector\formatHeader(), ilFileSelectorGUI\formatHeader(), ilPoolSelectorGUI\formatHeader(), ilObjectSelector\formatHeader(), ilLMMenuObjectSelector\formatHeader(), ilConditionSelector\formatHeader(), ilRepositoryCopySelector\formatHeader(), ilMaterialExplorer\formatHeader(), ilSolutionExplorer\formatHeader(), ilRepositoryLinkSelector\formatHeader(), ilSearchRootSelector\formatHeader(), ilIntLinkRepItemExplorer\formatHeader(), ilBookmarkExplorer\formatHeader(), ilPaymentObjectSelector\formatHeader(), ilPasteIntoMultipleItemsExplorer\formatHeader(), ilForumMoveTopicsExplorer\formatHeader(), ilForumExplorer\formatHeader(), ilRepositoryExplorer\formatHeader(), and ilExplorer().
ilExplorer::$is_clickable |
Definition at line 122 of file class.ilExplorer.php.
ilExplorer::$order_column |
Definition at line 79 of file class.ilExplorer.php.
ilExplorer::$order_direction = "asc" |
Definition at line 86 of file class.ilExplorer.php.
ilExplorer::$output |
Definition at line 30 of file class.ilExplorer.php.
ilExplorer::$output_icons |
Definition at line 108 of file class.ilExplorer.php.
ilExplorer::$params_get |
Definition at line 65 of file class.ilExplorer.php.
ilExplorer::$post_sort |
Definition at line 129 of file class.ilExplorer.php.
ilExplorer::$rbac_check |
Definition at line 100 of file class.ilExplorer.php.
ilExplorer::$root_id = null |
Definition at line 157 of file class.ilExplorer.php.
Referenced by getRoot().
ilExplorer::$target |
Definition at line 51 of file class.ilExplorer.php.
Referenced by ilBookmarkExplorer\buildLinkTarget(), buildLinkTarget(), ilHACPExplorer\formatObject(), ilPasteIntoMultipleItemsExplorer\formatObject(), ilForumMoveTopicsExplorer\formatObject(), ilAICCExplorer\formatObject(), ilForumExplorer\formatObject(), ilSCORMExplorer\formatObject(), and formatObject().
ilExplorer::$target_get |
Definition at line 58 of file class.ilExplorer.php.
ilExplorer::$tree |
Definition at line 44 of file class.ilExplorer.php.
Referenced by ilPoolSelectorGUI\__construct(), ilForumMoveTopicsExplorer\__construct(), ilPasteIntoMultipleItemsExplorer\__construct(), ilFileSelectorGUI\__construct(), ilPasteIntoMultipleItemsExplorer\formatHeader(), ilForumMoveTopicsExplorer\formatHeader(), 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().
ilExplorer::$use_standard_frame = false |
Definition at line 159 of file class.ilExplorer.php.
Referenced by getUseStandardFrame().