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

Detailed Description

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


Member Function Documentation

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

Constructor public.

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

References ilObjectGUI::ilObjectGUI().

        {
                $this->type = "root";
                $this->ilObjectGUI($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 63 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 53 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 72 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: