ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
class.ilObjWorkspaceRootFolderGUI.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 "Modules/WorkspaceFolder/classes/class.ilObjWorkspaceFolderGUI.php";
6
18{
19 function getType()
20 {
21 return "wsrt";
22 }
23
24 function setTabs()
25 {
26 global $lng, $ilHelp;
27
28 parent::setTabs(false);
29 $ilHelp->setScreenIdComponent("wsrt");
30 }
31
32 protected function setTitleAndDescription()
33 {
34 global $tpl, $lng;
35
36 $tpl->setTitle($lng->txt("wsp_personal_workspace"));
37 $tpl->setTitleIcon(ilUtil::getImagePath("icon_wsrt.svg"), $title);
38 $tpl->setDescription($lng->txt("wsp_personal_workspace_description"));
39 }
40}
41
42?>
Class ilObjWorkspaceFolderGUI.
Class ilObjWorkspaceRootFolderGUI.
getType()
Functions that must be overwritten.
setTitleAndDescription()
called by prepare output
setTabs()
create tabs (repository/workspace switch)
static getImagePath($img, $module_path="", $mode="output", $offline=false)
get image path (for images located in a template directory)