ILIAS  release_4-4 Revision
All Data Structures Namespaces Files Functions Variables Modules Pages
ilPoolSelectorGUI Class Reference

Select media pool for adding objects into pages. More...

+ Inheritance diagram for ilPoolSelectorGUI:
+ Collaboration diagram for ilPoolSelectorGUI:

Public Member Functions

 __construct ($a_target)
 Constructor public. More...
 
 setContentGUIClass ($a_val)
 Set content GUI class. More...
 
 getContentGUIClass ()
 Get content GUI class. More...
 
 setSelectableTypes ($a_types)
 
 getSelectableTypes ()
 
 setRefId ($a_ref_id)
 
 buildLinkTarget ($a_node_id, $a_type)
 
 isClickable ($a_type, $a_ref_id)
 Item clickable? More...
 
 showChilds ($a_ref_id)
 Show childs y/n? More...
 
 formatHeader (&$tpl, $a_obj_id, $a_option)
 overwritten method from base class public More...
 
 forceExpanded ($a_obj_id)
 force expansion of node More...
 
- Public Member Functions inherited from ilExplorer
 ilExplorer ($a_target)
 Constructor public. More...
 
 setId ($a_val)
 Set id. More...
 
 getId ()
 Get id. More...
 
 setAsynchExpanding ($a_val)
 Set asynch expanding. More...
 
 getAsynchExpanding ()
 Get asynch expanding. More...
 
 initItemCounter ($a_number)
 Init item counter. More...
 
 setTitle ($a_val)
 Set title. More...
 
 setTitleLength ($a_length)
 Set max title length. More...
 
 getTitleLength ()
 Get max title length. More...
 
 getTitle ()
 Get title. More...
 
 setRoot ($a_root_id)
 Set root node. More...
 
 getRoot ()
 get root id More...
 
 setOrderColumn ($a_column)
 set the order column public More...
 
 setOrderDirection ($a_direction)
 set the order direction public More...
 
 setTargetGet ($a_target_get)
 set the varname in Get-string public More...
 
 setParamsGet ($a_params_get)
 set additional params to be passed in Get-string public More...
 
 setExpandTarget ($a_exp_target)
 target script for expand icons More...
 
 setFrameUpdater ($a_up_frame, $a_up_script, $a_params="")
 Set Explorer Updater. More...
 
 highlightNode ($a_id)
 set highlighted node More...
 
 checkPermissions ($a_check)
 check permissions via rbac More...
 
 setSessionExpandVariable ($a_var_name="expand")
 set name of expand session variable More...
 
 outputIcons ($a_icons)
 output icons More...
 
 setClickable ($a_type, $a_clickable)
 (de-)activates links for a certain object type More...
 
 isVisible ($a_ref_id, $a_type)
 
 setTreeLead ($a_val)
 Set tree leading content. More...
 
 getTreeLead ()
 Get tree leading content. More...
 
 isClickable ($a_type, $a_ref_id=0)
 check if links for certain object type are activated More...
 
 setPostSort ($a_sort)
 process post sorting More...
 
 setFilterMode ($a_mode=IL_FM_NEGATIVE)
 set filter mode More...
 
 getFilterMode ()
 get filter mode More...
 
 setUseStandardFrame ($a_val)
 Set use standard frame. More...
 
 getUseStandardFrame ()
 Get use standard explorer frame. More...
 
 getChildsOfNode ($a_parent_id)
 Get childs of node. More...
 
 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. More...
 
 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. More...
 
 forceExpanded ($a_obj_id)
 force expansion of node More...
 
 getMaximumTreeDepth ()
 Get maximum tree depth. More...
 
 getOutput ()
 Creates output recursive method public. More...
 
 handleListEndTags (&$a_tpl_tree, $a_cur_depth, $a_item_depth)
 handle list end tags ( and ) More...
 
 handleListStartTags (&$a_tpl_tree, $a_cur_depth, $a_item_depth)
 handle list start tags ( More...
 
 formatHeader (&$tpl, $a_obj_id, $a_option)
 Creates output for header (is empty here but can be overwritten in derived classes) More...
 
 formatObject (&$tpl, $a_node_id, $a_option, $a_obj_id=0)
 Creates output recursive method private. More...
 
 getImage ($a_name, $a_type="", $a_obj_id="")
 get image path (may be overwritten by derived classes) More...
 
 getImageAlt ($a_default_text, $a_type="", $a_obj_id="")
 get image alt text More...
 
 getNodeStyleClass ($a_id, $a_type)
 get style class for node More...
 
 buildLinkTarget ($a_node_id, $a_type)
 get link target (may be overwritten by derived classes) More...
 
 buildOnClick ($a_node_id, $a_type, $a_title)
 get onclick event handling (may be overwritten by derived classes) More...
 
 buildTitle ($a_title, $a_id, $a_type)
 standard implementation for title, may be overwritten by derived classes More...
 
 buildDescription ($a_desc, $a_id, $a_type)
 standard implementation for description, may be overwritten by derived classes More...
 
 buildSelect ($a_node_id, $a_type)
 standard implementation for adding an option select box between image and title More...
 
 buildFrameTarget ($a_type, $a_child=0, $a_obj_id=0)
 get frame target (may be overwritten by derived classes) More...
 
 createTarget ($a_type, $a_node_id, $a_highlighted_subtree=false, $a_append_anch=true)
 Creates Get Parameter private. More...
 
 setFrameTarget ($a_target)
 set target frame or not frame? More...
 
 createLines ($a_depth)
 Creates lines for explorer view private. More...
 
 is_in_array ($a_start, $a_depth)
 DESCRIPTION MISSING private. More...
 
 getIndex ($a_data)
 get index of format_options array from specific ref_id,parent_id private More...
 
 addFilter ($a_item)
 adds item to the filter public More...
 
 delFilter ($a_item)
 removes item from the filter public More...
 
 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 More...
 
 forceExpandAll ($a_mode, $a_show_minus=true)
 force expandAll. More...
 
 setFiltered ($a_bool)
 active/deactivate the filter public More...
 
 checkFilter ($a_item)
 check if item is in filter private More...
 
 sortNodes ($a_nodes, $a_parent_obj_id)
 sort nodes and put adm object to the end of sorted array private More...
 

Data Fields

 $content_gui = "ilpcmediaobjectgui"
 
- Data Fields inherited from ilExplorer
 $id
 
 $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
 

Detailed Description

Select media pool for adding objects into pages.

Author
Alex Killing alex..nosp@m.kill.nosp@m.ing@g.nosp@m.mx.d.nosp@m.e
Version
$Id$

Definition at line 14 of file class.ilPoolSelectorGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilPoolSelectorGUI::__construct (   $a_target)

Constructor public.

Parameters
stringscriptname
intuser_id

Definition at line 24 of file class.ilPoolSelectorGUI.php.

References $_GET, $ilCtrl, ilExplorer\$tree, ilExplorer\setFrameTarget(), and setSelectableTypes().

25  {
26  global $tree,$ilCtrl;
27 
28  $this->ctrl =& $ilCtrl;
29  parent::ilExplorer($a_target);
30  $this->setFrameTarget("");
31 
32  $this->force_open_path = array();
33  if ($_GET["ref_id"] > 0)
34  {
35  $this->force_open_path = $tree->getPathId($_GET["ref_id"]);
36  }
37 
38  $this->setSelectableTypes(array('mep'));
39  }
$_GET["client_id"]
global $ilCtrl
Definition: ilias.php:18
setFrameTarget($a_target)
set target frame or not frame?
+ Here is the call graph for this function:

Member Function Documentation

◆ buildLinkTarget()

ilPoolSelectorGUI::buildLinkTarget (   $a_node_id,
  $a_type 
)

Definition at line 76 of file class.ilPoolSelectorGUI.php.

References $_GET, $ilCtrl, and getContentGUIClass().

77  {
78  global $ilCtrl;
79 
80  $ilCtrl->setParameterByClass($this->getContentGUIClass(), "subCmd", "selectPool");
81  $ilCtrl->setParameterByClass($this->getContentGUIClass(), "pool_ref_id", $a_node_id);
82  $link = $ilCtrl->getLinkTargetByClass($this->getContentGUIClass(), $_GET["cmd"]);
83 
84  return $link;
85  }
$_GET["client_id"]
global $ilCtrl
Definition: ilias.php:18
getContentGUIClass()
Get content GUI class.
+ Here is the call graph for this function:

◆ forceExpanded()

ilPoolSelectorGUI::forceExpanded (   $a_obj_id)

force expansion of node

Definition at line 156 of file class.ilPoolSelectorGUI.php.

157  {
158  if (in_array($a_obj_id, $this->force_open_path))
159  {
160  return true;
161  }
162  return false;
163  }

◆ formatHeader()

ilPoolSelectorGUI::formatHeader ( $tpl,
  $a_obj_id,
  $a_option 
)

overwritten method from base class public

Parameters
integerobj_id
integerarray options
Returns
string

Definition at line 133 of file class.ilPoolSelectorGUI.php.

References ilExplorer\$ilias, $lng, $tpl, and ilUtil\getImagePath().

134  {
135  global $lng, $ilias;
136 
137  $tpl->setCurrentBlock("icon");
138  $tpl->setVariable("ICON_IMAGE" , ilUtil::getImagePath("icon_root_s.png"));
139  $tpl->setVariable("TXT_ALT_IMG", $lng->txt("repository"));
140  $tpl->parseCurrentBlock();
141 
142  $tpl->setCurrentBlock("text");
143  $tpl->setVariable("OBJ_TITLE", $lng->txt("repository"));
144  $tpl->parseCurrentBlock();
145 
146  //$tpl->setCurrentBlock("row");
147  //$tpl->parseCurrentBlock();
148 
149  $tpl->touchBlock("element");
150 
151  }
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl
global $lng
Definition: privfeed.php:40
+ Here is the call graph for this function:

◆ getContentGUIClass()

ilPoolSelectorGUI::getContentGUIClass ( )

Get content GUI class.

Returns
string content GUI class

Definition at line 56 of file class.ilPoolSelectorGUI.php.

References $content_gui.

Referenced by buildLinkTarget().

57  {
58  return $this->content_gui;
59  }
+ Here is the caller graph for this function:

◆ getSelectableTypes()

ilPoolSelectorGUI::getSelectableTypes ( )

Definition at line 66 of file class.ilPoolSelectorGUI.php.

Referenced by isClickable().

67  {
68  return $this->selectable_types;
69  }
+ Here is the caller graph for this function:

◆ isClickable()

ilPoolSelectorGUI::isClickable (   $a_type,
  $a_ref_id 
)

Item clickable?

Definition at line 91 of file class.ilPoolSelectorGUI.php.

References $ilUser, and getSelectableTypes().

92  {
93  global $ilUser, $ilAccess;
94 
95  if (in_array($a_type, $this->getSelectableTypes()) &&
96  $ilAccess->checkAccess("write", "", $a_ref_id))
97  {
98  return true;
99  }
100  false;
101  }
global $ilUser
Definition: imgupload.php:15
+ Here is the call graph for this function:

◆ setContentGUIClass()

ilPoolSelectorGUI::setContentGUIClass (   $a_val)

Set content GUI class.

Parameters
stringcontent GUI class

Definition at line 46 of file class.ilPoolSelectorGUI.php.

Referenced by ilPCContentIncludeGUI\poolSelection().

47  {
48  $this->content_gui = $a_val;
49  }
+ Here is the caller graph for this function:

◆ setRefId()

ilPoolSelectorGUI::setRefId (   $a_ref_id)

Definition at line 71 of file class.ilPoolSelectorGUI.php.

72  {
73  $this->ref_id = $a_ref_id;
74  }

◆ setSelectableTypes()

ilPoolSelectorGUI::setSelectableTypes (   $a_types)

Definition at line 61 of file class.ilPoolSelectorGUI.php.

Referenced by __construct().

62  {
63  $this->selectable_types = $a_types;
64  }
+ Here is the caller graph for this function:

◆ showChilds()

ilPoolSelectorGUI::showChilds (   $a_ref_id)

Show childs y/n?

Definition at line 106 of file class.ilPoolSelectorGUI.php.

107  {
108  global $ilAccess;
109 
110  if ($a_ref_id == 0)
111  {
112  return true;
113  }
114 
115  if ($ilAccess->checkAccess("read", "", $a_ref_id))
116  {
117  return true;
118  }
119  else
120  {
121  return false;
122  }
123  }

Field Documentation

◆ $content_gui

ilPoolSelectorGUI::$content_gui = "ilpcmediaobjectgui"

Definition at line 16 of file class.ilPoolSelectorGUI.php.

Referenced by getContentGUIClass().


The documentation for this class was generated from the following file: