ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
ilECSNodeMappingCmsExplorer Class Reference

Explorer for ILIAS tree. More...

+ Inheritance diagram for ilECSNodeMappingCmsExplorer:
+ Collaboration diagram for ilECSNodeMappingCmsExplorer:

Public Member Functions

 __construct ($a_target, $a_server_id, $a_mid, $a_tree_id)
 
 setTree (ilECSCmsTree $tree)
 Set cms tree. More...
 
 isClickable ($a_type, $a_ref_id, $a_obj_id=0)
 no item is clickable More...
 
 addFormItemForType ($type)
 Add form item. More...
 
 removeFormItemForType ($type)
 
 setCheckedItems ($a_checked_items=array())
 
 isItemChecked ($a_id)
 
 setPostVar ($a_post_var)
 
 getPostVar ()
 
 buildFormItem ($a_node_id, $a_type)
 
 formatObject (&$tpl, $a_node_id, $a_option, $a_obj_id=0)
 Creates output recursive method @access private. More...
 
 formatHeader (&$tpl, $a_obj_id, $a_option)
 Creates output for header (is empty here but can be overwritten in derived classes) More...
 
 buildTitle ($title, $a_obj_id, $a_type)
 standard implementation for title, may be overwritten by derived classes More...
 
- Public Member Functions inherited from ilExplorer
 ilExplorer ($a_target)
 Constructor @access 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 @access public More...
 
 setOrderDirection ($a_direction)
 set the order direction @access public More...
 
 setTargetGet ($a_target_get)
 set the varname in Get-string @access public More...
 
 setParamsGet ($a_params_get)
 set additional params to be passed in Get-string @access 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 @access 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 @access 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 @access 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 @access private. More...
 
 setFrameTarget ($a_target)
 set target frame or not frame? More...
 
 createLines ($a_depth)
 Creates lines for explorer view @access private. More...
 
 is_in_array ($a_start, $a_depth)
 DESCRIPTION MISSING @access private. More...
 
 getIndex ($a_data)
 get index of format_options array from specific ref_id,parent_id @access private More...
 
 addFilter ($a_item)
 adds item to the filter @access public More...
 
 delFilter ($a_item)
 removes item from the filter @access 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,...) @access private More...
 
 forceExpandAll ($a_mode, $a_show_minus=true)
 force expandAll. More...
 
 setFiltered ($a_bool)
 active/deactivate the filter @access public More...
 
 checkFilter ($a_item)
 check if item is in filter @access private More...
 
 sortNodes ($a_nodes, $a_parent_obj_id)
 sort nodes and put adm object to the end of sorted array @access private More...
 

Data Fields

const SEL_TYPE_CHECK = 1
 
const SEL_TYPE_RADIO = 2
 
- 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
 

Private Attributes

 $server_id
 
 $mid
 
 $tree_id
 
 $checked_items = array()
 
 $post_var = ''
 
 $form_items = array()
 
 $type = 0
 

Detailed Description

Explorer for ILIAS tree.

Author
Stefan Meyer smeye.nosp@m.r.il.nosp@m.ias@g.nosp@m.mx.d.nosp@m.e $Id$

Definition at line 12 of file class.ilECSNodeMappingCmsExplorer.php.

Constructor & Destructor Documentation

◆ __construct()

ilECSNodeMappingCmsExplorer::__construct (   $a_target,
  $a_server_id,
  $a_mid,
  $a_tree_id 
)

Definition at line 26 of file class.ilECSNodeMappingCmsExplorer.php.

27 {
28 global $tree;
29
30 parent::__construct($a_target);
31
32 $this->type = self::SEL_TYPE_CHECK;
33 $this->setOrderColumn('title');
34 $this->setTitleLength(1024);
35
36 // reset filter
37 $this->filter = array();
38 $this->addFormItemForType('');
39
40 $this->server_id = $a_server_id;
41 $this->mid = $a_mid;
42 $this->tree_id = $a_tree_id;
43 }
setTitleLength($a_length)
Set max title length.
setOrderColumn($a_column)
set the order column @access public

References ilExplorer\$tree, addFormItemForType(), SEL_TYPE_CHECK, ilExplorer\setOrderColumn(), and ilExplorer\setTitleLength().

+ Here is the call graph for this function:

Member Function Documentation

◆ addFormItemForType()

ilECSNodeMappingCmsExplorer::addFormItemForType (   $type)

Add form item.

Parameters
<type>$type

Definition at line 69 of file class.ilECSNodeMappingCmsExplorer.php.

70 {
71 $this->form_items[$type] = true;
72 }

References $type.

Referenced by __construct().

+ Here is the caller graph for this function:

◆ buildFormItem()

ilECSNodeMappingCmsExplorer::buildFormItem (   $a_node_id,
  $a_type 
)

Definition at line 98 of file class.ilECSNodeMappingCmsExplorer.php.

99 {
100 if(!array_key_exists($a_type, $this->form_items) || !$this->form_items[$a_type])
101 {
102 return '';
103 }
104
105 include_once './Services/WebServices/ECS/classes/Tree/class.ilECSCmsData.php';
107 $this->server_id,
108 $this->mid,
109 $this->tree_id,
110 $a_node_id
111 );
112
113 if($status == ilECSCmsData::MAPPING_DELETED)
114 {
115 return ilUtil::formCheckbox((int)$this->isItemChecked($a_node_id), $this->post_var, $a_node_id,true);
116 }
117 switch($this->type)
118 {
120 return ilUtil::formCheckbox((int)$this->isItemChecked($a_node_id), $this->post_var, $a_node_id);
121 break;
122
124 return ilUtil::formRadioButton((int)$this->isItemChecked($a_node_id), $this->post_var, $a_node_id);
125 break;
126 }
127 }
static lookupStatusByObjId($a_server_id, $a_mid, $a_tree_id, $obj_id)
Lookup status.
static formRadioButton($checked, $varname, $value, $onclick=null, $disabled=false)
??? @access public
static formCheckbox($checked, $varname, $value, $disabled=false)
??? @access public

References ilUtil\formCheckbox(), ilUtil\formRadioButton(), isItemChecked(), ilECSCmsData\lookupStatusByObjId(), ilECSCmsData\MAPPING_DELETED, SEL_TYPE_CHECK, and SEL_TYPE_RADIO.

Referenced by formatHeader(), and formatObject().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ buildTitle()

ilECSNodeMappingCmsExplorer::buildTitle (   $a_title,
  $a_id,
  $a_type 
)

standard implementation for title, may be overwritten by derived classes

Reimplemented from ilExplorer.

Definition at line 276 of file class.ilECSNodeMappingCmsExplorer.php.

277 {
278 if(strlen($title) >= 22)
279 {
280 #$title = substr($title, 0,22).'...';
281 }
282
283 include_once './Services/WebServices/ECS/classes/Tree/class.ilECSCmsData.php';
285 $this->server_id,
286 $this->mid,
287 $this->tree_id,
288 $a_obj_id
289 );
290
291
292
293 switch($status)
294 {
296 return '<font style="font-weight: bold">'.$title.'</font>';
297
299 return '<font style="font-weight: bold;font-style: italic">'.$title.'</font>';
300
302 return '<font style="font-style: italic">'.$title.'</font>';
303
305 return $title;
306
308 return '<font class="warning">'.$title.'</font>';
309
310 default:
311 return $title;
312 }
313
314 }
const MAPPING_PENDING_DISCONNECTABLE
const MAPPING_PENDING_NOT_DISCONNECTABLE

References ilECSCmsData\lookupStatusByObjId(), ilECSCmsData\MAPPING_DELETED, ilECSCmsData\MAPPING_MAPPED, ilECSCmsData\MAPPING_PENDING_DISCONNECTABLE, ilECSCmsData\MAPPING_PENDING_NOT_DISCONNECTABLE, and ilECSCmsData\MAPPING_UNMAPPED.

Referenced by formatHeader(), and formatObject().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ formatHeader()

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

Creates output for header (is empty here but can be overwritten in derived classes)

@access public

Parameters
integerobj_id
integerarray options

Reimplemented from ilExplorer.

Definition at line 249 of file class.ilECSNodeMappingCmsExplorer.php.

250 {
251 global $lng, $ilias;
252
253 // custom icons
254 $path = ilObject::_getIcon($a_obj_id, "tiny", "root");
255
256
257 $tpl->setCurrentBlock("icon");
258 $nd = $this->tree->getNodeData($this->getRoot());
259
260 $title = $nd["title"];
261
262 $tpl->setVariable("ICON_IMAGE", $path);
263 $tpl->setVariable("TXT_ALT_IMG", $title);
264 $tpl->parseCurrentBlock();
265
266 if(strlen($formItem = $this->buildFormItem($a_obj_id, $a_option['type'])))
267 {
268 $tpl->setCurrentBlock('check');
269 $tpl->setVariable('OBJ_CHECK', $formItem);
270 $tpl->parseCurrentBlock();
271 }
272
273 $tpl->setVariable('OBJ_TITLE', $this->buildTitle($title, $a_obj_id, ''));
274 }
global $tpl
Definition: ilias.php:8
buildTitle($title, $a_obj_id, $a_type)
standard implementation for title, may be overwritten by derived classes
getRoot()
get root id
static _getIcon($a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
Get icon for repository item.
$nd
Definition: error.php:11
global $lng
Definition: privfeed.php:40
$path
Definition: index.php:22

References ilExplorer\$ilias, $lng, $nd, $path, $tpl, ilObject\_getIcon(), buildFormItem(), buildTitle(), and ilExplorer\getRoot().

+ Here is the call graph for this function:

◆ formatObject()

ilECSNodeMappingCmsExplorer::formatObject ( $tpl,
  $a_node_id,
  $a_option,
  $a_obj_id = 0 
)

Creates output recursive method @access private.

Parameters
integer
array
Returns
string

Reimplemented from ilExplorer.

Definition at line 129 of file class.ilECSNodeMappingCmsExplorer.php.

130 {
131 global $lng;
132
133 if (!isset($a_node_id) or !is_array($a_option))
134 {
135 $this->ilias->raiseError(get_class($this)."::formatObject(): Missing parameter or wrong datatype! ".
136 "node_id: ".$a_node_id." options:".var_dump($a_option),$this->ilias->error_obj->WARNING);
137 }
138
139 $pic = false;
140 foreach ($a_option["tab"] as $picture)
141 {
142 if ($picture == 'plus')
143 {
144 $tpl->setCurrentBlock("expander");
145 $tpl->setVariable("EXP_DESC", $lng->txt("expand"));
146 $target = $this->createTarget('+',$a_node_id);
147 $tpl->setVariable("LINK_NAME", $a_node_id);
148 $tpl->setVariable("LINK_TARGET_EXPANDER", $target);
149 $tpl->setVariable("IMGPATH", $this->getImage("browser/plus.png"));
150 $tpl->parseCurrentBlock();
151 $pic = true;
152 }
153
154 if ($picture == 'minus' && $this->show_minus)
155 {
156 $tpl->setCurrentBlock("expander");
157 $tpl->setVariable("EXP_DESC", $lng->txt("collapse"));
158 $target = $this->createTarget('-',$a_node_id);
159 $tpl->setVariable("LINK_NAME", $a_node_id);
160 $tpl->setVariable("LINK_TARGET_EXPANDER", $target);
161 $tpl->setVariable("IMGPATH", $this->getImage("browser/minus.png"));
162 $tpl->parseCurrentBlock();
163 $pic = true;
164 }
165 }
166
167 if (!$pic)
168 {
169 $tpl->setCurrentBlock("blank");
170 $tpl->setVariable("BLANK_PATH", $this->getImage("browser/blank.png"));
171 $tpl->parseCurrentBlock();
172 }
173
174 if ($this->output_icons)
175 {
176 $tpl->setCurrentBlock("icon");
177 $tpl->setVariable("ICON_IMAGE" , $this->getImage("icon_cat.svg", $a_option["type"], $a_obj_id));
178
179 $tpl->setVariable("TARGET_ID" , "iconid_".$a_node_id);
180 $this->iconList[] = "iconid_".$a_node_id;
181 $tpl->setVariable("TXT_ALT_IMG", $lng->txt($a_option["desc"]));
182 $tpl->parseCurrentBlock();
183 }
184
185 if(strlen($formItem = $this->buildFormItem($a_node_id, $a_option['type'])))
186 {
187 $tpl->setCurrentBlock('check');
188 $tpl->setVariable('OBJ_CHECK', $formItem);
189 $tpl->parseCurrentBlock();
190 }
191
192 if ($this->isClickable($a_option["type"], $a_node_id,$a_obj_id)) // output link
193 {
194 $tpl->setCurrentBlock("link");
195 //$target = (strpos($this->target, "?") === false) ?
196 // $this->target."?" : $this->target."&";
197 //$tpl->setVariable("LINK_TARGET", $target.$this->target_get."=".$a_node_id.$this->params_get);
198 $tpl->setVariable("LINK_TARGET", $this->buildLinkTarget($a_node_id, $a_option["type"]));
199
200 $style_class = $this->getNodeStyleClass($a_node_id, $a_option["type"]);
201
202 if ($style_class != "")
203 {
204 $tpl->setVariable("A_CLASS", ' class="'.$style_class.'" ' );
205 }
206
207 if (($onclick = $this->buildOnClick($a_node_id, $a_option["type"], $a_option["title"])) != "")
208 {
209 $tpl->setVariable("ONCLICK", "onClick=\"$onclick\"");
210 }
211
212 $tpl->setVariable("LINK_NAME", $a_node_id);
213 $tpl->setVariable("TITLE", ilUtil::shortenText(
214 $this->buildTitle($a_option["title"], $a_node_id, $a_option["type"]),
215 $this->textwidth, true));
216 $tpl->setVariable("DESC", ilUtil::shortenText(
217 $this->buildDescription($a_option["description"], $a_node_id, $a_option["type"]), $this->textwidth, true));
218 $frame_target = $this->buildFrameTarget($a_option["type"], $a_node_id, $a_option["obj_id"]);
219 if ($frame_target != "")
220 {
221 $tpl->setVariable("TARGET", " target=\"".$frame_target."\"");
222 }
223 $tpl->parseCurrentBlock();
224 }
225 else // output text only
226 {
227 $tpl->setCurrentBlock("text");
228 $tpl->setVariable("OBJ_TITLE", ilUtil::shortenText(
229 $this->buildTitle($a_option["title"], $a_node_id, $a_option["type"]), $this->textwidth, true));
230 $tpl->setVariable("OBJ_DESC", ilUtil::shortenText(
231 $this->buildDescription($a_option["desc"], $a_node_id, $a_option["type"]), $this->textwidth, true));
232 $tpl->parseCurrentBlock();
233 }
234
235 $tpl->setCurrentBlock("list_item");
236 $tpl->parseCurrentBlock();
237 $tpl->touchBlock("element");
238 }
isClickable($a_type, $a_ref_id, $a_obj_id=0)
no item is clickable
getNodeStyleClass($a_id, $a_type)
get style class for node
buildOnClick($a_node_id, $a_type, $a_title)
get onclick event handling (may be overwritten by derived classes)
getImage($a_name, $a_type="", $a_obj_id="")
get image path (may be overwritten by derived classes)
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, $a_append_anch=true)
Creates Get Parameter @access private.
buildDescription($a_desc, $a_id, $a_type)
standard implementation for description, may be overwritten by derived classes
buildLinkTarget($a_node_id, $a_type)
get link target (may be overwritten by derived classes)
static shortenText($a_str, $a_len, $a_dots=false, $a_next_blank=false, $a_keep_extension=false)
shorten a string to given length.
redirection script todo: (a better solution should control the processing via a xml file)

References $lng, ilExplorer\$target, $tpl, ilExplorer\buildDescription(), buildFormItem(), ilExplorer\buildFrameTarget(), ilExplorer\buildLinkTarget(), ilExplorer\buildOnClick(), buildTitle(), ilExplorer\createTarget(), ilExplorer\getImage(), ilExplorer\getNodeStyleClass(), isClickable(), and ilUtil\shortenText().

+ Here is the call graph for this function:

◆ getPostVar()

ilECSNodeMappingCmsExplorer::getPostVar ( )

◆ isClickable()

ilECSNodeMappingCmsExplorer::isClickable (   $a_type,
  $a_ref_id,
  $a_obj_id = 0 
)

no item is clickable

Parameters
<type>$a_type
<type>$a_ref_id
<type>$a_obj_id
Returns
<type>

Definition at line 60 of file class.ilECSNodeMappingCmsExplorer.php.

61 {
62 return false;
63 }

Referenced by formatObject().

+ Here is the caller graph for this function:

◆ isItemChecked()

ilECSNodeMappingCmsExplorer::isItemChecked (   $a_id)

Definition at line 84 of file class.ilECSNodeMappingCmsExplorer.php.

85 {
86 return in_array($a_id, $this->checked_items) ? true : false;
87 }

Referenced by buildFormItem().

+ Here is the caller graph for this function:

◆ removeFormItemForType()

ilECSNodeMappingCmsExplorer::removeFormItemForType (   $type)

Definition at line 74 of file class.ilECSNodeMappingCmsExplorer.php.

75 {
76 $this->form_items[$type] = false;
77 }

References $type.

◆ setCheckedItems()

ilECSNodeMappingCmsExplorer::setCheckedItems (   $a_checked_items = array())

Definition at line 79 of file class.ilECSNodeMappingCmsExplorer.php.

80 {
81 $this->checked_items = $a_checked_items;
82 }

◆ setPostVar()

ilECSNodeMappingCmsExplorer::setPostVar (   $a_post_var)

Definition at line 89 of file class.ilECSNodeMappingCmsExplorer.php.

90 {
91 $this->post_var = $a_post_var;
92 }

◆ setTree()

ilECSNodeMappingCmsExplorer::setTree ( ilECSCmsTree  $tree)

Set cms tree.

Definition at line 48 of file class.ilECSNodeMappingCmsExplorer.php.

49 {
50 $this->tree = $tree;
51 }

References ilExplorer\$tree.

Field Documentation

◆ $checked_items

ilECSNodeMappingCmsExplorer::$checked_items = array()
private

Definition at line 21 of file class.ilECSNodeMappingCmsExplorer.php.

◆ $form_items

ilECSNodeMappingCmsExplorer::$form_items = array()
private

Definition at line 23 of file class.ilECSNodeMappingCmsExplorer.php.

◆ $mid

ilECSNodeMappingCmsExplorer::$mid
private

Definition at line 18 of file class.ilECSNodeMappingCmsExplorer.php.

◆ $post_var

ilECSNodeMappingCmsExplorer::$post_var = ''
private

Definition at line 22 of file class.ilECSNodeMappingCmsExplorer.php.

Referenced by getPostVar().

◆ $server_id

ilECSNodeMappingCmsExplorer::$server_id
private

Definition at line 17 of file class.ilECSNodeMappingCmsExplorer.php.

◆ $tree_id

ilECSNodeMappingCmsExplorer::$tree_id
private

Definition at line 19 of file class.ilECSNodeMappingCmsExplorer.php.

◆ $type

ilECSNodeMappingCmsExplorer::$type = 0
private

◆ SEL_TYPE_CHECK

const ilECSNodeMappingCmsExplorer::SEL_TYPE_CHECK = 1

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

Referenced by __construct(), and buildFormItem().

◆ SEL_TYPE_RADIO

const ilECSNodeMappingCmsExplorer::SEL_TYPE_RADIO = 2

Definition at line 15 of file class.ilECSNodeMappingCmsExplorer.php.

Referenced by buildFormItem().


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