ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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
5require_once "Services/Object/classes/class.ilObject2.php";
6
16{
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}
An exception for terminatinating execution or to throw for unit testing.
Class ilObjWorkspaceFolder.
cloneDependencies($a_target_id, $a_copy_id)
Clone object dependencies (crs items, preconditions)
getViewMode()
Get container view mode.
addAdditionalSubItemInformation(&$a_item_data)
Add additional information to sub item, e.g.
doCloneObject($a_new_object, $a_target_id, $a_copy_id=0)
Clone folder.
Class ilObject2 This is an intermediate progress of ilObject class.