|
ILIAS
Release_4_2_x_branch Revision 61807
|
GUI class for personal workspace. More...
Collaboration diagram for ilPersonalWorkspaceGUI:Public Member Functions | |
| __construct () | |
| constructor | |
| executeCommand () | |
| execute command | |
Protected Member Functions | |
| initTree () | |
| Init personal tree. | |
| renderBack () | |
| renderToolbar () | |
| Render workspace toolbar (folder navigation, add subobject) | |
| renderLocator () | |
| Build locator for current node. | |
Protected Attributes | |
| $tree | |
| $node_id | |
GUI class for personal workspace.
ilPersonalWorkspaceGUI: ilObjWorkspaceRootFolderGUI, ilObjWorkspaceFolderGUI ilPersonalWorkspaceGUI: ilObjectCopyGUI, ilObjFileGUI, ilObjBlogGUI ilPersonalWorkspaceGUI: ilObjTestVerificationGUI, ilObjExerciseVerificationGUI ilPersonalWorkspaceGUI: ilObjLinkResourceGUI
Definition at line 18 of file class.ilPersonalWorkspaceGUI.php.
| ilPersonalWorkspaceGUI::__construct | ( | ) |
constructor
Definition at line 26 of file class.ilPersonalWorkspaceGUI.php.
References $_REQUEST, $ilCtrl, $lng, and initTree().
Here is the call graph for this function:| ilPersonalWorkspaceGUI::executeCommand | ( | ) |
execute command
Definition at line 46 of file class.ilPersonalWorkspaceGUI.php.
References $_REQUEST, $cmd, $ilCtrl, $lng, $tpl, renderBack(), renderLocator(), renderToolbar(), and ilObject2GUI\WORKSPACE_NODE_ID.
Here is the call graph for this function:
|
protected |
Init personal tree.
Definition at line 99 of file class.ilPersonalWorkspaceGUI.php.
References ilObjectFactory\getClassByType().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 120 of file class.ilPersonalWorkspaceGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Build locator for current node.
Definition at line 207 of file class.ilPersonalWorkspaceGUI.php.
References $ilCtrl, $lng, $path, and $tpl.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Render workspace toolbar (folder navigation, add subobject)
Definition at line 165 of file class.ilPersonalWorkspaceGUI.php.
References $ilCtrl, $ilSetting, $lng, $tpl, ilObject\_getIcon(), ilObjectDefinition\MODE_WORKSPACE, and ilUtil\sortArray().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 21 of file class.ilPersonalWorkspaceGUI.php.
|
protected |
Definition at line 20 of file class.ilPersonalWorkspaceGUI.php.