Public Member Functions

ilObjRootFolderGUI Class Reference

Inheritance diagram for ilObjRootFolderGUI:
Collaboration diagram for ilObjRootFolderGUI:

Public Member Functions

 ilObjRootFolderGUI ($a_data, $a_id, $a_call_by_reference=true, $a_prepare_output=true)
 Constructor public.
 importCategoriesFormObject ()
 import categories form
 importCancelledObject ()
 import cancelled
 importCategoriesObject ()
 import categories
 getTabs (&$tabs_gui)
 common tabs for all container objects (should be called at the end of child getTabs() method

Detailed Description

Definition at line 40 of file class.ilObjRootFolderGUI.php.


Member Function Documentation

ilObjRootFolderGUI::getTabs ( &$  tabs_gui  ) 

common tabs for all container objects (should be called at the end of child getTabs() method

Reimplemented from ilContainerGUI.

Definition at line 79 of file class.ilObjRootFolderGUI.php.

References $rbacsystem.

        {
                global $rbacsystem;

                $this->ctrl->setParameter($this,"ref_id",$this->ref_id);

                if ($rbacsystem->checkAccess('read',$this->ref_id))
                {
                        $tabs_gui->addTarget("view_content",
                                $this->ctrl->getLinkTarget($this, ""),
                                "");
                }
                
                // parent tabs (all container: edit_permission, clipboard, trash
                parent::getTabs($tabs_gui);

        }

ilObjRootFolderGUI::ilObjRootFolderGUI ( a_data,
a_id,
a_call_by_reference = true,
a_prepare_output = true 
)

Constructor public.

Definition at line 46 of file class.ilObjRootFolderGUI.php.

References ilContainerGUI::ilContainerGUI().

        {
                $this->type = "root";
                $this->ilContainerGUI($a_data, $a_id, $a_call_by_reference, $a_prepare_output);
        }

Here is the call graph for this function:

ilObjRootFolderGUI::importCancelledObject (  ) 

import cancelled

private

Definition at line 65 of file class.ilObjRootFolderGUI.php.

References ilUtil::redirect(), and sendInfo().

        {
                sendInfo($this->lng->txt("action_aborted"),true);
                ilUtil::redirect("adm_object.php?ref_id=".$this->ref_id);
        }

Here is the call graph for this function:

ilObjRootFolderGUI::importCategoriesFormObject (  ) 

import categories form

Definition at line 55 of file class.ilObjRootFolderGUI.php.

References ilObjCategoryGUI::_importCategoriesForm().

        {
                ilObjCategoryGUI::_importCategoriesForm($this->ref_id, $this->tpl);
        }

Here is the call graph for this function:

ilObjRootFolderGUI::importCategoriesObject (  ) 

import categories

Definition at line 74 of file class.ilObjRootFolderGUI.php.

References ilObjCategoryGUI::_importCategories().

Here is the call graph for this function:


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