ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilObjWorkspaceFolder.php
Go to the documentation of this file.
1 <?php
2 
3 /* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
4 
5 require_once "Services/Object/classes/class.ilObject2.php";
6 
16 {
17  public $folder_tree;
18 
19  public function initType()
20  {
21  $this->type = "wfld";
22  }
23 
24  public function setFolderTree($a_tree)
25  {
26  $this->folder_tree =&$a_tree;
27  }
28 
37  public function doCloneObject($a_new_object, $a_target_id, $a_copy_id = 0)
38  {
39  }
40 
49  public function cloneDependencies($a_target_id, $a_copy_id)
50  {
51  }
52 
56  public function getViewMode()
57  {
59  }
60 
65  public function addAdditionalSubItemInformation(&$a_item_data)
66  {
67  }
68 }
getViewMode()
Get container view mode.
doCloneObject($a_new_object, $a_target_id, $a_copy_id=0)
Clone folder.
Class ilObjWorkspaceFolder.
cloneDependencies($a_target_id, $a_copy_id)
Clone object dependencies (crs items, preconditions)
Class ilObject2 This is an intermediate progress of ilObject class.
addAdditionalSubItemInformation(&$a_item_data)
Add additional information to sub item, e.g.