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

Class ilObjTypeDefinitionGUI. More...

+ Inheritance diagram for ilObjTypeDefinitionGUI:
+ Collaboration diagram for ilObjTypeDefinitionGUI:

Public Member Functions

 ilObjTypeDefinitionGUI ($a_data, $a_id, $a_call_by_reference)
 Constructor. More...
 
 viewObject ()
 list operations of object type public More...
 
 displayList ()
 display object list More...
 
 saveObject ()
 save (de-)activation of operations on object More...
 
 editObject ()
 display edit form More...
 
executeCommand ()
 
 getTabs (&$tabs_gui)
 get tabs public More...
 
- Public Member Functions inherited from ilObjectGUI
 ilObjectGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true)
 Constructor public. More...
 
executeCommand ()
 execute command More...
 
 withReferences ()
 determines wether objects are referenced or not (got ref ids or not) More...
 
 setCreationMode ($a_mode=true)
 if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! the mode is determined in ilrepositorygui More...
 
 getCreationMode ()
 get creation mode More...
 
 getAdminTabs (&$tabs_gui)
 administration tabs show only permissions and trash folder More...
 
 getHTML ()
 
 confirmedDeleteObject ()
 confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled More...
 
 cancelDeleteObject ()
 cancel deletion of object More...
 
 cancelObject ($in_rep=false)
 cancel action and go back to previous page public More...
 
 createObject ()
 create new object form More...
 
 cancelCreation ()
 cancel create action and go back to repository parent More...
 
 saveObject ()
 save object More...
 
 editObject ()
 edit object More...
 
 updateObject ()
 updates object entry in object_data More...
 
 getFormAction ($a_cmd, $a_formaction="")
 get form action for command (command is method name without "Object", e.g. More...
 
 isVisible ($a_ref_id, $a_type)
 
 viewObject ()
 list childs of current object More...
 
 deleteObject ($a_error=false)
 Display deletion confirmation screen. More...
 
 cloneAllObject ()
 Clone single (not container object) Method is overwritten in ilContainerGUI. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from ilObjectGUI
static _gotoRepositoryRoot ($a_raise_error=false)
 Goto repository root. More...
 
static _gotoRepositoryNode ($a_ref_id, $a_cmd="frameset")
 Goto repository root. More...
 
- Data Fields inherited from ilObjectGUI
const COPY_WIZARD_NEEDS_PAGE = 1
 
 $ilias
 
 $objDefinition
 
 $tpl
 
 $tree
 
 $lng
 
 $data
 
 $object
 
 $ref_id
 
 $obj_id
 
 $maxcount
 
 $formaction
 
 $return_location
 
 $target_frame
 
 $tab_target_script
 
 $actions
 
 $sub_objects
 
 $omit_locator = false
 
const CFORM_NEW = 1
 
const CFORM_IMPORT = 2
 
const CFORM_CLONE = 3
 
- Protected Member Functions inherited from ilObjectGUI
 assignObject ()
 
 prepareOutput ()
 prepare output More...
 
 setTitleAndDescription ()
 called by prepare output More...
 
 initHeaderAction ($a_sub_type=null, $a_sub_id=null)
 Add header action menu. More...
 
 insertHeaderAction ($a_list_gui)
 Insert header action into main template. More...
 
 addHeaderAction ()
 Add header action menu. More...
 
 redrawHeaderActionObject ()
 Ajax call: redraw action header only. More...
 
 showMountWebfolderIcon ()
 
 setTabs ()
 set admin tabs public More...
 
 setAdminTabs ()
 set admin tabs public More...
 
 setLocator ()
 set Locator More...
 
 addLocatorItems ()
 should be overwritten to add object specific items (repository items are preloaded) More...
 
 omitLocator ($a_omit=true)
 
 addAdminLocatorItems ($a_do_not_add_object=false)
 should be overwritten to add object specific items (repository items are preloaded) More...
 
 initCreationForms ($a_new_type)
 Init creation froms. More...
 
 getCreationFormsHTML (array $a_forms)
 Get HTML for creation forms (accordion) More...
 
 initCreateForm ($a_new_type)
 Init object creation form. More...
 
 initDidacticTemplate (ilPropertyFormGUI $form)
 Show didactic template types. More...
 
 addDidacticTemplateOptions (array &$a_options)
 Add custom templates. More...
 
 getDidacticTemplateVar ($a_type)
 Get didactic template setting from creation screen. More...
 
 putObjectInTree (ilObject $a_obj, $a_parent_node_id=null)
 Add object to tree at given position. More...
 
 afterSave (ilObject $a_new_object)
 Post (successful) object creation hook. More...
 
 initEditForm ()
 Init object edit form. More...
 
 initEditCustomForm (ilPropertyFormGUI $a_form)
 Add custom fields to update form. More...
 
 getEditFormValues ()
 Get values for edit form. More...
 
 getEditFormCustomValues (array &$a_values)
 Add values to custom edit fields. More...
 
 updateCustom (ilPropertyFormGUI $a_form)
 Insert custom update form values into object. More...
 
 afterUpdate ()
 Post (successful) object update hook. More...
 
 initImportForm ($a_new_type)
 Init object import form. More...
 
 importFileObject ($parent_id=null)
 Import. More...
 
 afterImport (ilObject $a_new_object)
 Post (successful) object import hook. More...
 
 setFormAction ($a_cmd, $a_formaction)
 set specific form action for command More...
 
 getReturnLocation ($a_cmd, $a_location="")
 get return location for command (command is method name without "Object", e.g. More...
 
 setReturnLocation ($a_cmd, $a_location)
 set specific return location for command More...
 
 getTargetFrame ($a_cmd, $a_target_frame="")
 get target frame for command (command is method name without "Object", e.g. More...
 
 setTargetFrame ($a_cmd, $a_target_frame)
 set specific target frame for command More...
 
 showPossibleSubObjects ()
 show possible subobjects (pulldown menu) More...
 
 getTemplateFile ($a_cmd, $a_type="")
 get a template blockfile format: tpl. More...
 
 getTitlesByRefId ($a_ref_ids)
 get Titles of objects this method is used for error messages in methods cut/copy/paste More...
 
 getTabs (&$tabs_gui)
 get tabs abstract method. More...
 
 __showButton ($a_cmd, $a_text, $a_target='')
 
 hitsperpageObject ()
 
__initTableGUI ()
 
 __setTableGUIBasicData (&$tbl, &$result_set, $a_from="")
 standard implementation for tables use 'from' variable use different initial setting of table More...
 
 redirectToRefId ($a_ref_id, $a_cmd="")
 redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current $_GET["ref_id"] value More...
 
 fillCloneTemplate ($a_tpl_varname, $a_type)
 Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. More...
 
 getCenterColumnHTML ()
 Get center column. More...
 
 getRightColumnHTML ()
 Display right column. More...
 
 setColumnSettings ($column_gui)
 May be overwritten in subclasses. More...
 
 checkPermission ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
 Check permission and redirect on error. More...
 
 checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
 Check permission. More...
 
 enableDragDropFileUpload ()
 Enables the file upload into this object by dropping files. More...
 
 handleAutoRating (ilObject $a_new_obj)
 Activate rating automatically if parent container setting. More...
 

Detailed Description

Class ilObjTypeDefinitionGUI.

handles operation assignment to objects (ONLY FOR TESTING PURPOSES!)

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om $Id
Id
class.ilObjTypeDefinitionGUI.php,v 1.14 2005/11/21 17:12:08 shofmann Exp

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

Member Function Documentation

◆ displayList()

ilObjTypeDefinitionGUI::displayList ( )

display object list

public

Definition at line 97 of file class.ilObjTypeDefinitionGUI.php.

References $_GET, ilObjectGUI\$data, ilUtil\getImageTagByType(), and ilUtil\switchColor().

Referenced by viewObject().

98  {
99  include_once "./Services/Table/classes/class.ilTableGUI.php";
100 
101  // load template for table
102  $this->tpl->addBlockfile("ADM_CONTENT", "adm_content", "tpl.table.html");
103  // load template for table content data
104  $this->tpl->addBlockfile("TBL_CONTENT", "tbl_content", "tpl.obj_tbl_rows.html");
105 
106  $num = 0;
107 
108  $obj_str = ($this->call_by_reference) ? "" : "&obj_id=".$this->obj_id;
109  $this->tpl->setVariable("FORMACTION", "adm_object.php?ref_id=".$this->ref_id."$obj_str&cmd=gateway");
110 
111  // create table
112  $tbl = new ilTableGUI();
113 
114  // title & header columns
115  $tbl->setTitle($this->lng->txt("obj_".$this->object->getType())." '".$this->object->getTitle()."'","icon_".$this->object->getType()."_b.png",$this->lng->txt("obj_".$this->object->getType()));
116  $tbl->setHelp("tbl_help.php","icon_help.png",$this->lng->txt("help"));
117 
118  foreach ($this->data["cols"] as $val)
119  {
120  $header_names[] = $this->lng->txt($val);
121  }
122 
123  $tbl->setHeaderNames($header_names);
124 
125  $header_params = array("ref_id" => $this->ref_id,"obj_id" => $this->id);
126  $tbl->setHeaderVars($this->data["cols"],$header_params);
127 
128  // control
129  $tbl->setOrderColumn($_GET["sort_by"]);
130  $tbl->setOrderDirection($_GET["sort_order"]);
131  $tbl->setLimit(0);
132  $tbl->setOffset(0);
133  $tbl->setMaxCount($this->maxcount);
134 
135  // footer
136  $tbl->setFooter("tblfooter",$this->lng->txt("previous"),$this->lng->txt("next"));
137  //$tbl->disable("footer");
138 
139  // render table
140  $tbl->render();
141 
142  if (is_array($this->data["data"][0]))
143  {
144  //table cell
145  for ($i=0; $i < count($this->data["data"]); $i++)
146  {
147  $data = $this->data["data"][$i];
148  $ctrl = $this->data["ctrl"][$i];
149 
150  // color changing
151  $css_row = ilUtil::switchColor($i+1,"tblrow1","tblrow2");
152 
153  $this->tpl->setCurrentBlock("table_cell");
154  $this->tpl->setVariable("CELLSTYLE", "tblrow1");
155  $this->tpl->parseCurrentBlock();
156 
157  foreach ($data as $key => $val)
158  {
159  // color for status
160  if ($key == "status")
161  {
162  if ($val == "enabled")
163  {
164  $color = "green";
165  }
166  else
167  {
168  $color = "red";
169  }
170 
171  $val = "<font color=\"".$color."\">".$this->lng->txt($val)."</font>";
172  }
173 
174  $this->tpl->setCurrentBlock("text");
175 
176  if ($key == "type")
177  {
178  $val = ilUtil::getImageTagByType($val,$this->tpl->tplPath);
179  }
180 
181  $this->tpl->setVariable("TEXT_CONTENT", $val);
182  $this->tpl->parseCurrentBlock();
183 
184  $this->tpl->setCurrentBlock("table_cell");
185  $this->tpl->parseCurrentBlock();
186 
187  } //foreach
188 
189  $this->tpl->setCurrentBlock("tbl_content");
190  $this->tpl->setVariable("CSS_ROW", $css_row);
191  $this->tpl->parseCurrentBlock();
192  } //for
193  } //if is_array
194  }
$_GET["client_id"]
static getImageTagByType($a_type, $a_path, $a_big=false)
Builds an html image tag TODO: function still in use, but in future use getImagePath and move HTML-Co...
Class ilTableGUI.
static switchColor($a_num, $a_css1, $a_css2)
switches style sheets for each even $a_num (used for changing colors of different result rows) ...
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ editObject()

ilObjTypeDefinitionGUI::editObject ( )

display edit form

public

Definition at line 245 of file class.ilObjTypeDefinitionGUI.php.

References $_GET, ilObjectGUI\$data, $options, ilRbacReview\_getOperationList(), ilUtil\formSelect(), ilUtil\getImagePath(), ilUtil\getImageTagByType(), ilUtil\sortArray(), and ilUtil\switchColor().

246  {
247  global $rbacsystem, $rbacreview;
248 
249  if (!$rbacsystem->checkAccess("edit_permission",$_GET["ref_id"]))
250  {
251  $this->ilias->raiseError($this->lng->txt("permission_denied"),$this->ilias->error_obj->MESSAGE);
252  }
253 
254  //prepare objectlist
255  $this->data = array();
256  $this->data["data"] = array();
257  $this->data["ctrl"] = array();
258  $this->data["cols"] = array("type", "operation", "description", "status");
259 
260  $ops_valid = $rbacreview->getOperationsOnType($this->obj_id);
261 
262  if ($ops_arr = ilRbacReview::_getOperationList('', $a_order, $a_direction))
263  {
264  $options = array("e" => "enabled","d" => "disabled");
265 
266  foreach ($ops_arr as $key => $ops)
267  {
268  // BEGIN ROW
269  if (in_array($ops["ops_id"],$ops_valid))
270  {
271  $ops_status = 'e';
272  }
273  else
274  {
275  $ops_status = 'd';
276  }
277 
278  $obj = $ops["ops_id"];
279  $ops_options = ilUtil::formSelect($ops_status,"id[$obj]",$options);
280 
281  //visible data part
282  $this->data["data"][] = array(
283  "type" => "perm",
284  "operation" => $ops["operation"],
285  "description" => $ops["desc"],
286  "status" => $ops_status,
287  "status_html" => $ops_options,
288  "obj_id" => $val["ops_id"]
289  );
290  }
291  } //if typedata
292 
293  $this->maxcount = count($this->data["data"]);
294 
295  // sorting array
296  $this->data["data"] = ilUtil::sortArray($this->data["data"],$_GET["sort_by"],$_GET["sort_order"]);
297 
298  // now compute control information
299  foreach ($this->data["data"] as $key => $val)
300  {
301  $this->data["ctrl"][$key] = array(
302  "obj_id" => $val["obj_id"],
303  "type" => $val["type"]
304  );
305 
306  unset($this->data["data"][$key]["obj_id"]);
307  $this->data["data"][$key]["status"] = $this->data["data"][$key]["status_html"];
308  unset($this->data["data"][$key]["status_html"]);
309  }
310 
311  // build table
312  include_once "./Services/Table/classes/class.ilTableGUI.php";
313 
314  // load template for table
315  $this->tpl->addBlockfile("ADM_CONTENT", "adm_content", "tpl.table.html");
316  // load template for table content data
317  $this->tpl->addBlockfile("TBL_CONTENT", "tbl_content", "tpl.obj_tbl_rows.html");
318 
319  $num = 0;
320 
321  $obj_str = ($this->call_by_reference) ? "" : "&obj_id=".$this->obj_id;
322  $this->tpl->setVariable("FORMACTION", "adm_object.php?ref_id=".$this->ref_id."$obj_str&cmd=save");
323 
324  // create table
325  $tbl = new ilTableGUI();
326 
327  // title & header columns
328  $tbl->setTitle($this->lng->txt("edit_operations")." ".strtolower($this->lng->txt("of"))." '".$this->object->getTitle()."'","icon_".$this->object->getType()."_b.png",$this->lng->txt("obj_".$this->object->getType()));
329  $tbl->setHelp("tbl_help.php","icon_help.png",$this->lng->txt("help"));
330 
331  foreach ($this->data["cols"] as $val)
332  {
333  $header_names[] = $this->lng->txt($val);
334  }
335 
336  $tbl->setHeaderNames($header_names);
337 
338  $header_params = array("ref_id" => $this->ref_id,"obj_id" => $this->id,"cmd" => "edit");
339  $tbl->setHeaderVars($this->data["cols"],$header_params);
340 
341  // control
342  $tbl->setOrderColumn($_GET["sort_by"]);
343  $tbl->setOrderDirection($_GET["sort_order"]);
344  $tbl->setLimit(0);
345  $tbl->setOffset(0);
346  $tbl->setMaxCount($this->maxcount);
347 
348  // SHOW VALID ACTIONS
349  $this->tpl->setVariable("IMG_ARROW", ilUtil::getImagePath("arrow_downright.png"));
350  $this->tpl->setVariable("COLUMN_COUNTS",count($this->data["cols"]));
351 
352  // footer
353  $tbl->setFooter("tblfooter",$this->lng->txt("previous"),$this->lng->txt("next"));
354  //$tbl->disable("footer");
355 
356  // render table
357  $tbl->render();
358 
359  if (is_array($this->data["data"][0]))
360  {
361  //table cell
362  for ($i=0; $i < count($this->data["data"]); $i++)
363  {
364  $data = $this->data["data"][$i];
365  $ctrl = $this->data["ctrl"][$i];
366 
367  // color changing
368  $css_row = ilUtil::switchColor($i+1,"tblrow1","tblrow2");
369 
370  $this->tpl->setCurrentBlock("table_cell");
371  $this->tpl->setVariable("CELLSTYLE", "tblrow1");
372  $this->tpl->parseCurrentBlock();
373 
374  foreach ($data as $key => $val)
375  {
376  $this->tpl->setCurrentBlock("text");
377 
378  if ($key == "type")
379  {
380  $val = ilUtil::getImageTagByType($val,$this->tpl->tplPath);
381  }
382 
383  $this->tpl->setVariable("TEXT_CONTENT", $val);
384  $this->tpl->parseCurrentBlock();
385 
386  $this->tpl->setCurrentBlock("table_cell");
387  $this->tpl->parseCurrentBlock();
388 
389  } //foreach
390 
391  $this->tpl->setVariable("BTN_VALUE", $this->lng->txt("save"));
392 
393  $this->tpl->setCurrentBlock("tbl_content");
394  $this->tpl->setVariable("CSS_ROW", $css_row);
395  $this->tpl->parseCurrentBlock();
396  } //for
397  } //if is_array
398  }
$_GET["client_id"]
static getImageTagByType($a_type, $a_path, $a_big=false)
Builds an html image tag TODO: function still in use, but in future use getImagePath and move HTML-Co...
static _getOperationList($a_type=null)
get operation list by object type TODO: rename function to: getOperationByType public static ...
Class ilTableGUI.
static sortArray($array, $a_array_sortby, $a_array_sortorder=0, $a_numeric=false, $a_keep_keys=false)
sortArray
if(!is_array($argv)) $options
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
static formSelect($selected, $varname, $options, $multiple=false, $direct_text=false, $size="0", $style_class="", $attribs="", $disabled=false)
Builds a select form field with options and shows the selected option first.
redirection script todo: (a better solution should control the processing via a xml file) ...
static switchColor($a_num, $a_css1, $a_css2)
switches style sheets for each even $a_num (used for changing colors of different result rows) ...
+ Here is the call graph for this function:

◆ executeCommand()

& ilObjTypeDefinitionGUI::executeCommand ( )

Definition at line 400 of file class.ilObjTypeDefinitionGUI.php.

References $cmd.

401  {
402  $next_class = $this->ctrl->getNextClass($this);
403  $cmd = $this->ctrl->getCmd();
404 
405  switch($next_class)
406  {
407  default:
408  if(!$cmd)
409  {
410  $cmd = "view";
411  }
412  $cmd .= "Object";
413  $this->$cmd();
414 
415  break;
416  }
417  return true;
418  }
$cmd
Definition: sahs_server.php:35

◆ getTabs()

ilObjTypeDefinitionGUI::getTabs ( $tabs_gui)

get tabs public

Parameters
objecttabs gui object

Definition at line 425 of file class.ilObjTypeDefinitionGUI.php.

426  {
427  global $rbacsystem;
428 
429  if ($rbacsystem->checkAccess('edit_permission',$this->object->getRefId()))
430  {
431  $tabs_gui->addTarget("settings",
432  $this->ctrl->getLinkTarget($this, "view"), array("view",""), "", "");
433 
434  $tabs_gui->addTarget("edit_operations",
435  $this->ctrl->getLinkTarget($this, "edit"), "edit", "", "");
436  }
437  }

◆ ilObjTypeDefinitionGUI()

ilObjTypeDefinitionGUI::ilObjTypeDefinitionGUI (   $a_data,
  $a_id,
  $a_call_by_reference 
)

Constructor.

public

Definition at line 25 of file class.ilObjTypeDefinitionGUI.php.

References ilObjectGUI\ilObjectGUI().

26  {
27  $this->type = "typ";
28  $this->ilObjectGUI($a_data,$a_id,$a_call_by_reference);
29  }
ilObjectGUI($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true)
Constructor public.
+ Here is the call graph for this function:

◆ saveObject()

ilObjTypeDefinitionGUI::saveObject ( )

save (de-)activation of operations on object

public

Definition at line 201 of file class.ilObjTypeDefinitionGUI.php.

References $_GET, $_POST, exit, and ilUtil\sendSuccess().

202  {
203  global $rbacsystem, $rbacadmin, $rbacreview;
204 
205  if (!$rbacsystem->checkAccess('edit_permission', $_GET["ref_id"]))
206  {
207  $this->ilias->raiseError($this->lng->txt("permission_denied"),$this->ilias->error_obj->WARNING);
208  }
209 
210  $ops_valid = $rbacreview->getOperationsOnType($_GET["obj_id"]);
211 
212  foreach ($_POST["id"] as $ops_id => $status)
213  {
214  if ($status == 'enabled')
215  {
216  if (!in_array($ops_id,$ops_valid))
217  {
218  $rbacadmin->assignOperationToObject($_GET["obj_id"],$ops_id);
219  }
220  }
221 
222  if ($status == 'disabled')
223  {
224  if (in_array($ops_id,$ops_valid))
225  {
226  $rbacadmin->deassignOperationFromObject($_GET["obj_id"],$ops_id);
227  }
228  }
229  }
230 
231  $this->update = $this->object->update();
232 
233  ilUtil::sendSuccess($this->lng->txt("saved_successfully"),true);
234 
235  header("Location: adm_object.php?ref_id=".$_GET["ref_id"]."&obj_id=".$_GET["obj_id"]);
236  exit();
237  }
static sendSuccess($a_info="", $a_keep=false)
Send Success Message to Screen.
exit
Definition: login.php:54
$_POST['username']
Definition: cron.php:12
$_GET["client_id"]
redirection script todo: (a better solution should control the processing via a xml file) ...
+ Here is the call graph for this function:

◆ viewObject()

ilObjTypeDefinitionGUI::viewObject ( )

list operations of object type public

Definition at line 35 of file class.ilObjTypeDefinitionGUI.php.

References $_GET, ilRbacReview\_getOperationList(), displayList(), and ilUtil\sortArray().

36  {
37  global $rbacadmin, $rbacreview;
38 
39  //prepare objectlist
40  $this->data = array();
41  $this->data["data"] = array();
42  $this->data["ctrl"] = array();
43  $this->data["cols"] = array("type", "operation", "description", "status");
44 
45  $ops_valid = $rbacreview->getOperationsOnType($_GET["obj_id"]);
46 
47  if ($list = ilRbacReview::_getOperationList("",$_GET["order"], $_GET["direction"]))
48  {
49  foreach ($list as $key => $val)
50  {
51 
52  if (in_array($val["ops_id"],$ops_valid))
53  {
54  $ops_status = 'enabled';
55  }
56  else
57  {
58  $ops_status = 'disabled';
59  }
60 
61  //visible data part
62  $this->data["data"][] = array(
63  "type" => "perm",
64  "operation" => $val["operation"],
65  "description" => $val["desc"],
66  "status" => $ops_status,
67  "obj_id" => $val["ops_id"]
68  );
69 
70  }
71  } //if typedata
72 
73  $this->maxcount = count($this->data["data"]);
74 
75  // sorting array
76  $this->data["data"] = ilUtil::sortArray($this->data["data"],$_GET["sort_by"],$_GET["sort_order"]);
77 
78  // now compute control information
79  foreach ($this->data["data"] as $key => $val)
80  {
81  $this->data["ctrl"][$key] = array(
82  "obj_id" => $val["obj_id"],
83  "type" => $val["type"]
84  );
85 
86  unset($this->data["data"][$key]["obj_id"]);
87  }
88 
89  $this->displayList();
90  }
$_GET["client_id"]
static _getOperationList($a_type=null)
get operation list by object type TODO: rename function to: getOperationByType public static ...
static sortArray($array, $a_array_sortby, $a_array_sortorder=0, $a_numeric=false, $a_keep_keys=false)
sortArray
+ Here is the call graph for this function:

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