5 require_once
"Modules/WorkspaceFolder/classes/class.ilObjWorkspaceFolderGUI.php";
23 public function __construct($a_id = 0, $a_id_type = self::REPOSITORY_NODE_ID, $a_parent_node_id = 0)
25 parent::__construct($a_id, $a_id_type, $a_parent_node_id);
28 $this->help = $DIC[
"ilHelp"];
29 $this->tpl = $DIC[
"tpl"];
30 $this->lng = $DIC->language();
38 public function setTabs($a_show_settings =
false)
42 parent::setTabs(
false);
43 $ilHelp->setScreenIdComponent(
"wsrt");
51 $tpl->setTitle(
$lng->txt(
"wsp_personal_workspace"));
53 $tpl->setDescription(
$lng->txt(
"wsp_personal_workspace_description"));
Class ilObjWorkspaceFolderGUI.
__construct($a_id=0, $a_id_type=self::REPOSITORY_NODE_ID, $a_parent_node_id=0)
Constructor.
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)
Class ilObjWorkspaceRootFolderGUI.
setTabs($a_show_settings=false)