Public Member Functions

ilObjRootFolderListGUI Class Reference

Class ilObjRootFolderListGUI. More...

Inheritance diagram for ilObjRootFolderListGUI:
Collaboration diagram for ilObjRootFolderListGUI:

Public Member Functions

 ilObjRootFolderListGUI ()
 constructor
 init ()
 initialisation
 getCommandLink ($a_cmd)
 Get command link url.

Detailed Description

Class ilObjRootFolderListGUI.

Author:
Alex Killing <alex.killing@gmx.de>
Id:
class.ilObjRootFolderListGUI.php 8897 2005-10-23 22:32:55Z akill

Definition at line 37 of file class.ilObjRootFolderListGUI.php.


Member Function Documentation

ilObjRootFolderListGUI::getCommandLink ( a_cmd  ) 

Get command link url.

Parameters:
int $a_ref_id reference id
string $a_cmd command

Reimplemented from ilObjectListGUI.

Definition at line 73 of file class.ilObjRootFolderListGUI.php.

        {
                // separate method for this line
                $cmd_link = "repository.php?ref_id=".$this->ref_id."&cmd=$a_cmd";

                return $cmd_link;
        }

ilObjRootFolderListGUI::ilObjRootFolderListGUI (  ) 

constructor

Definition at line 43 of file class.ilObjRootFolderListGUI.php.

References ilObjectListGUI::ilObjectListGUI().

        {
                $this->ilObjectListGUI();
        }

Here is the call graph for this function:

ilObjRootFolderListGUI::init (  ) 

initialisation

Reimplemented from ilObjectListGUI.

Definition at line 51 of file class.ilObjRootFolderListGUI.php.

References ilObjRootFolderAccess::_getCommands().

        {
                $this->delete_enabled = true;
                $this->cut_enabled = true;
                $this->subscribe_enabled = true;
                $this->link_enabled = false;
                $this->payment_enabled = false;
                $this->type = "root";
                $this->gui_class_name = "ilobjrootfoldergui";

                // general commands array
                include_once('class.ilObjRootFolderAccess.php');
                $this->commands = ilObjRootFolderAccess::_getCommands();
        }

Here is the call graph for this function:


The documentation for this class was generated from the following file: