ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilObjectGUI Class Reference

Class ilObjectGUI Basic methods of all Output classes. More...

+ Inheritance diagram for ilObjectGUI:
+ Collaboration diagram for ilObjectGUI:

Public Member Functions

 ilObjectGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true)
 Constructor public.
executeCommand ()
 execute command
 withReferences ()
 determines wether objects are referenced or not (got ref ids or not)
 setCreationMode ($a_mode=true)
 if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! the mode is determined in ilrepositorygui
 getCreationMode ()
 get creation mode
 getAdminTabs (&$tabs_gui)
 administration tabs show only permissions and trash folder
 getHTML ()
 undeleteObject ()
 Get objects back from trash.
 confirmedDeleteObject ()
 confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled
 cancelDeleteObject ()
 cancel deletion of object
 removeFromSystemObject ()
 remove objects from trash bin and all entries therefore every object needs a specific deleteObject() method
 createObject ()
 create new object form
 cancelObject ($in_rep=false)
 cancel action and go back to previous page public
 saveObject ()
 save object
 editObject ()
 edit object
 updateObject ()
 updates object entry in object_data
 getFormAction ($a_cmd, $a_formaction="")
 get form action for command (command is method name without "Object", e.g.
 isVisible ($a_ref_id, $a_type)
 viewObject ()
 list childs of current object
 deleteObject ($a_error=false)
 Display deletion confirmation screen.
 trashObject ()
 Show trash content of object.
 getTemplateFile ($a_cmd, $a_type="")
 get a template blockfile format: tpl.
 cloneAllObject ()
 Clone single (not container object) Method is overwritten in ilContainerGUI.
 copyWizardHasOptions ($a_mode)
 Check if there is any modules specific option.

Data Fields

const COPY_WIZARD_NEEDS_PAGE = 1
 $ilias
 $objDefinition
 $tpl
 $tree
 $lng
 $data
 $object
 $ref_id
 $obj_id
 $maxcount
 $formaction
 $return_location
 $target_frame
 $tab_target_script
 $actions
 $sub_objects
 $omit_locator = false

Protected Member Functions

 assignObject ()
 prepareOutput ()
 prepare output
 setTitleAndDescription ()
 called by prepare output
 showUpperIcon ()
 setTabs ()
 set admin tabs public
 setAdminTabs ()
 set admin tabs public
 setLocator ()
 set Locator
 addLocatorItems ()
 should be overwritten to add object specific items (repository items are preloaded)
 omitLocator ($a_omit=true)
 addAdminLocatorItems ()
 should be overwritten to add object specific items (repository items are preloaded)
 displayEditForm ($fields)
 display edit form (usually called by editObject)
 afterUpdate ()
 setFormAction ($a_cmd, $a_formaction)
 set specific form action for command
 getReturnLocation ($a_cmd, $a_location="")
 get return location for command (command is method name without "Object", e.g.
 setReturnLocation ($a_cmd, $a_location)
 set specific return location for command
 getTargetFrame ($a_cmd, $a_target_frame="")
 get target frame for command (command is method name without "Object", e.g.
 setTargetFrame ($a_cmd, $a_target_frame)
 set specific target frame for command
 showPossibleSubObjects ()
 show possible subobjects (pulldown menu)
 getTitlesByRefId ($a_ref_ids)
 get Titles of objects this method is used for error messages in methods cut/copy/paste
 getTabs (&$tabs_gui)
 get tabs abstract method.
 __showButton ($a_cmd, $a_text, $a_target= '')
 hitsperpageObject ()
__initTableGUI ()
 __setTableGUIBasicData (&$tbl, &$result_set, $a_from="")
 standard implementation for tables use 'from' variable use different initial setting of table
 __showClipboardTable ($a_result_set, $a_from="")
 redirectToRefId ($a_ref_id, $a_cmd="")
 redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current $_GET["ref_id"] value
 fillCloneTemplate ($a_tpl_varname, $a_type)
 Fill object clone template This method can be called from any object GUI class that wants to offer object cloning.
 fillCloneSearchTemplate ($a_tpl_varname, $a_type)
 Add an object search in case the number of existing objects is too big to offer a selection list.
 searchCloneSourceObject ()
 Search clone source by title.
 buildCloneSelect ($existing_objs)
 Build a select box for clonable objects (permission write)
 getCenterColumnHTML ()
 Get center column.
 getRightColumnHTML ()
 Display right column.
 setColumnSettings ($column_gui)
 May be overwritten in subclasses.
 checkPermission ($a_perm, $a_cmd="")

Private Member Functions

 showMountWebfolderIcon ()
 setActions ($a_actions="")
 set possible actions for objects in list.
 setSubObjects ($a_sub_objects="")
 set possible subobjects for this object.

Detailed Description

Class ilObjectGUI Basic methods of all Output classes.

Author
Stefan Meyer smeye.nosp@m.r@da.nosp@m.tabay.nosp@m..de
Version
Id:
class.ilObjectGUI.php 22287 2009-11-03 15:59:44Z smeyer

Definition at line 13 of file class.ilObjectGUI.php.

Member Function Documentation

& ilObjectGUI::__initTableGUI ( )
protected

Reimplemented in ilObjPaymentSettingsGUI, ilObjCourseGUI, ilObjUserGUI, ilObjUserFolderGUI, ilObjRoleGUI, ilObjCategoryGUI, ilObjRoleFolderGUI, ilObjiLincCourseGUI, and ilObject2GUI.

Definition at line 1188 of file class.ilObjectGUI.php.

Referenced by __showClipboardTable().

{
include_once "./Services/Table/classes/class.ilTableGUI.php";
return new ilTableGUI(0,false);
}

+ Here is the caller graph for this function:

ilObjectGUI::__setTableGUIBasicData ( $tbl,
$result_set,
  $a_from = "" 
)
protected

standard implementation for tables use 'from' variable use different initial setting of table

Reimplemented in ilObjPaymentSettingsGUI, ilObjCourseGUI, ilObjUserGUI, ilObjUserFolderGUI, ilObjRoleGUI, ilObjRoleFolderGUI, and ilObjiLincCourseGUI.

Definition at line 1200 of file class.ilObjectGUI.php.

References $_GET.

Referenced by __showClipboardTable().

{
switch ($a_from)
{
case "clipboardObject":
$offset = $_GET["offset"];
$order = $_GET["sort_by"];
$direction = $_GET["sort_order"];
$tbl->disable("footer");
break;
default:
$offset = $_GET["offset"];
$order = $_GET["sort_by"];
$direction = $_GET["sort_order"];
break;
}
$tbl->setOrderColumn($order);
$tbl->setOrderDirection($direction);
$tbl->setOffset($offset);
$tbl->setLimit($_GET["limit"]);
$tbl->setFooter("tblfooter",$this->lng->txt("previous"),$this->lng->txt("next"));
$tbl->setData($result_set);
}

+ Here is the caller graph for this function:

ilObjectGUI::__showButton (   $a_cmd,
  $a_text,
  $a_target = '' 
)
protected
ilObjectGUI::__showClipboardTable (   $a_result_set,
  $a_from = "" 
)
protected

Definition at line 1226 of file class.ilObjectGUI.php.

References $_GET, $ilCtrl, $tpl, __initTableGUI(), __setTableGUIBasicData(), and ilUtil\getImagePath().

Referenced by ilContainerGUI\clipboardObject().

{
global $ilCtrl;
$tbl =& $this->__initTableGUI();
$tpl =& $tbl->getTemplateObject();
$tpl->setCurrentBlock("tbl_form_header");
$tpl->setVariable("FORMACTION", $ilCtrl->getFormAction($this));
$tpl->parseCurrentBlock();
$tpl->setCurrentBlock("tbl_action_btn");
$tpl->setVariable("BTN_NAME","paste");
$tpl->setVariable("BTN_VALUE",$this->lng->txt("insert_object_here"));
$tpl->parseCurrentBlock();
$tpl->setCurrentBlock("tbl_action_btn");
$tpl->setVariable("BTN_NAME","clear");
$tpl->setVariable("BTN_VALUE",$this->lng->txt("clear_clipboard"));
$tpl->parseCurrentBlock();
$tpl->setCurrentBlock("tbl_action_row");
$tpl->setVariable("COLUMN_COUNTS",3);
$tpl->setVariable("IMG_ARROW",ilUtil::getImagePath("spacer.gif"));
$tpl->parseCurrentBlock();
$tbl->setTitle($this->lng->txt("clipboard"),"icon_typ_b.gif",$this->lng->txt("clipboard"));
$tbl->setHeaderNames(array($this->lng->txt('obj_type'),
$this->lng->txt('title'),
$this->lng->txt('action')));
$tbl->setHeaderVars(array('type',
'title',
'act'),
array('ref_id' => $this->object->getRefId(),
'cmd' => 'clipboard',
'cmdClass' => $_GET['cmdClass'],
'cmdNode' => $_GET['cmdNode']));
$tbl->setColumnWidth(array("","80%","19%"));
$this->__setTableGUIBasicData($tbl,$a_result_set,$a_from);
$tbl->render();
$this->tpl->setVariable("RESULT_TABLE",$tbl->tpl->get());
return true;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::addAdminLocatorItems ( )
protected

should be overwritten to add object specific items (repository items are preloaded)

Reimplemented in ilObjUserGUI, ilObjRoleGUI, ilObjStyleSheetGUI, ilObjLanguageExtGUI, ilObjRoleTemplateGUI, ilObject2GUI, and ilObjChatGUI.

Definition at line 552 of file class.ilObjectGUI.php.

References $_GET, and ilFrameTargetInfo\_getFrame().

Referenced by prepareOutput().

{
global $ilLocator;
if ($_GET["admin_mode"] == "settings") // system settings
{
$ilLocator->addItem($this->lng->txt("administration"),
$this->ctrl->getLinkTargetByClass("iladministrationgui", "frameset"),
if ($this->object->getRefId() != SYSTEM_FOLDER_ID)
{
$ilLocator->addItem($this->object->getTitle(),
$this->ctrl->getLinkTarget($this, "view"));
}
}
else // repository administration
{
$this->ctrl->setParameterByClass("iladministrationgui",
"ref_id", "");
$this->ctrl->setParameterByClass("iladministrationgui",
"admin_mode", "settings");
//$ilLocator->addItem($this->lng->txt("administration"),
// $this->ctrl->getLinkTargetByClass("iladministrationgui", "frameset"),
// ilFrameTargetInfo::_getFrame("MainContent"));
$this->ctrl->clearParametersByClass("iladministrationgui");
$ilLocator->addAdministrationItems();
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::addLocatorItems ( )
protected

should be overwritten to add object specific items (repository items are preloaded)

Reimplemented in ilObjCourseGUI, ilObjTestGUI, ilObjForumGUI, ilObjSurveyGUI, ilObjSessionGUI, ilObjChatGUI, ilObjExerciseGUI, ilObjQuestionPoolGUI, ilObjMediaCastGUI, ilObjMediaPoolGUI, ilObjSAHSLearningModuleGUI, ilObjFileBasedLMGUI, ilObjSurveyQuestionPoolGUI, ilObjFileGUI, ilObjWikiGUI, ilObject2GUI, and ilObjectPluginGUI.

Definition at line 539 of file class.ilObjectGUI.php.

Referenced by setLocator().

{
}

+ Here is the caller graph for this function:

ilObjectGUI::afterUpdate ( )
protected

Reimplemented in ilObjMediaPoolGUI, ilObject2GUI, and ilObjExternalFeedGUI.

Definition at line 817 of file class.ilObjectGUI.php.

Referenced by updateObject().

{
$this->ctrl->redirect($this);
}

+ Here is the caller graph for this function:

ilObjectGUI::assignObject ( )
protected

Reimplemented in ilObjSCORM2004LearningModuleGUI, ilObjGlossaryGUI, ilObject2GUI, ilObjMediaObjectGUI, ilObjiLincClassroomGUI, ilObjLanguageExtGUI, ilObjLearningModuleGUI, ilObjSCORMLearningModuleGUI, ilObjAICCLearningModuleGUI, ilObjHACPLearningModuleGUI, and ilObjDlBookGUI.

Definition at line 216 of file class.ilObjectGUI.php.

References ilObjectFactory\getInstanceByObjId(), and ilObjectFactory\getInstanceByRefId().

Referenced by ilObjectGUI().

{
// TODO: it seems that we always have to pass only the ref_id
//echo "<br>ilObjectGUIassign:".get_class($this).":".$this->id.":<br>";
if ($this->id != 0)
{
if ($this->call_by_reference)
{
$this->object = ilObjectFactory::getInstanceByRefId($this->id);
}
else
{
$this->object = ilObjectFactory::getInstanceByObjId($this->id);
}
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::buildCloneSelect (   $existing_objs)
protected

Build a select box for clonable objects (permission write)

protected

Parameters
stringobj_type

Reimplemented in ilObject2GUI.

Definition at line 1581 of file class.ilObjectGUI.php.

References ilObject\_prepareCloneSelection(), and formSelect().

Referenced by fillCloneTemplate().

{
$options = ilObject::_prepareCloneSelection($existing_objs,$_REQUEST['new_type']);
return ilUtil::formSelect((int) $_REQUEST['clone_source'],'clone_source',$options,false,true);
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::cancelDeleteObject ( )

cancel deletion of object

public

Reimplemented in ilObjStyleSettingsGUI, ilObjStyleSheetGUI, and ilObject2GUI.

Definition at line 613 of file class.ilObjectGUI.php.

{
session_unregister("saved_post");
$this->ctrl->returnToParent($this);
}
ilObjectGUI::cancelObject (   $in_rep = false)

cancel action and go back to previous page public

Reimplemented in ilObjContentObjectGUI, ilObjGlossaryGUI, ilObjForumGUI, ilObjFileBasedLMGUI, ilObjSAHSLearningModuleGUI, ilObjTestGUI, ilObjQuestionPoolGUI, and ilObjSurveyGUI.

Definition at line 694 of file class.ilObjectGUI.php.

{
session_unregister("saved_post");
$this->ctrl->returnToParent($this);
}
ilObjectGUI::checkPermission (   $a_perm,
  $a_cmd = "" 
)
protected

Reimplemented in ilObject2GUI.

Definition at line 1687 of file class.ilObjectGUI.php.

References $_SESSION, $lng, ilUtil\redirect(), and ilUtil\sendFailure().

Referenced by ilObjCategoryGUI\__checkGlobalRoles(), ilObjCategoryGUI\__showRolesTable(), ilObjCategoryGUI\__showUsersTable(), ilObjMediaCastGUI\addCastItemObject(), ilObjLinkResourceGUI\addLinkObject(), ilObjExerciseGUI\addMembersObject(), ilObjCourseGUI\addStarterObject(), ilObjCategoryGUI\addTranslationObject(), ilObjWikiGUI\allPagesObject(), ilObjGroupGUI\assignFromWaitingListObject(), ilObjCourseGUI\assignFromWaitingListObject(), ilObjCourseGUI\assignMembersObject(), ilObjCategoryGUI\assignRolesObject(), ilObjCategoryGUI\assignSaveObject(), ilObjGroupGUI\assignSubscribersObject(), ilObjCourseGUI\assignSubscribersObject(), ilObjSessionGUI\attendanceListObject(), ilObjCourseGUI\autoFillObject(), ilObjLinkResourceGUI\confirmDeleteLinkObject(), ilObjGroupGUI\confirmDeleteMembersObject(), ilObjMediaCastGUI\confirmDeletionItemsObject(), ilObjLinkResourceGUI\deactivateLinkObject(), ilObjExerciseGUI\deassignMembersObject(), ilObjExerciseGUI\deleteDeliveredObject(), ilObjMediaCastGUI\deleteItemsObject(), ilObjLinkResourceGUI\deleteLinksObject(), ilObjGroupGUI\deleteMembersObject(), ilObjCourseGUI\deleteMembersObject(), ilObjLinkResourceGUI\deleteParameterFormObject(), ilObjLinkResourceGUI\deleteParameterObject(), ilObjCourseGUI\deleteStarterObject(), ilObjCourseGUI\deleteSubscribers(), ilObjCategoryGUI\deleteUserObject(), ilObjExerciseGUI\deliverObject(), ilObjExerciseGUI\deliverUnzipObject(), ilObjExerciseGUI\downloadAllObject(), ilObjCourseGUI\downloadArchivesObject(), ilObjExerciseGUI\downloadFileObject(), ilObjMediaCastGUI\downloadItemObject(), ilObjExerciseGUI\downloadNewReturnedObject(), ilObjExerciseGUI\downloadObject(), ilObjExerciseGUI\downloadReturnedObject(), ilObjMediaCastGUI\editCastItemObject(), ilObjCourseGUI\editCourseIconsObject(), ilObjGroupGUI\editGroupIconsObject(), ilObjCategoryGUI\editInfoObject(), ilObjGroupGUI\editInfoObject(), ilObjCourseGUI\editInfoObject(), ilObjLinkResourceGUI\editLinkObject(), ilObjGroupGUI\editMembersObject(), ilObjCourseGUI\editMembersObject(), ilObjExerciseGUI\editObject(), ilObjGroupGUI\editObject(), ilObjCourseGUI\editObject(), ilObjMediaObjectsSettingsGUI\editSettings(), ilObjWikiGUI\editSettingsObject(), ilObjMediaCastGUI\editSettingsObject(), ilObjWikiGUI\editStylePropertiesObject(), ilContainerGUI\editStylePropertiesObject(), ilObjWikiGUI\executeCommand(), ilObjCategoryGUI\executeCommand(), ilObjMediaCastGUI\executeCommand(), ilObjGroupGUI\executeCommand(), ilObjSessionGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjRootFolderGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilContainerGUI\forwardToPageObject(), ilObjLinkResourceGUI\historyObject(), ilObjSessionGUI\infoScreen(), ilObjCourseGUI\infoScreen(), ilObjLinkResourceGUI\infoScreen(), ilObjExerciseGUI\infoScreen(), ilObjWikiGUI\infoScreenObject(), ilObjMediaCastGUI\infoScreenObject(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjSessionGUI\joinObject(), ilObjGroupGUI\leaveObject(), ilObjCourseGUI\leaveObject(), ilObjLinkResourceGUI\linkCheckerObject(), ilObjWikiGUI\listContributorsObject(), ilObjMediaCastGUI\listItemsObject(), ilObjCourseGUI\listStructureObject(), ilObjLinkResourceGUI\manageObject(), ilObjExerciseGUI\membersObject(), ilObjSessionGUI\membersObject(), ilObjGroupGUI\membersObject(), ilObjCourseGUI\membersObject(), ilObjWikiGUI\newPagesObject(), ilObjWikiGUI\orphanedPagesObject(), ilObjCategoryGUI\performDeleteUsersObject(), ilObjCourseGUI\performRemoveFromWaitingListObject(), ilObjWikiGUI\performSearchObject(), ilObjCourseGUI\performUnsubscribeObject(), ilObjWikiGUI\popularPagesObject(), ilObjSessionGUI\printAttendanceListObject(), ilObjCourseGUI\printMembersObject(), ilObjWikiGUI\printViewObject(), ilObjWikiGUI\randomPageObject(), ilObjWikiGUI\recentChangesObject(), ilObjExerciseGUI\redirectFeedbackMailObject(), ilObjGroupGUI\refuseFromListObject(), ilObjCourseGUI\refuseFromListObject(), ilObjGroupGUI\refuseSubscribersObject(), ilObjCourseGUI\refuseSubscribersObject(), ilObjCategoryGUI\removeBigIconObject(), ilObjCourseGUI\removeFromWaitingList(), ilObjCourseGUI\removeMembersObject(), ilObjCategoryGUI\removeSmallIconObject(), ilObjCategoryGUI\removeTinyIconObject(), ilObjCategoryGUI\removeTranslationObject(), ilObjLinkResourceGUI\saveAddLinkObject(), ilObjMediaCastGUI\saveCastItemObject(), ilObjExerciseGUI\saveCommentsObject(), ilObjTaggingSettingsGUI\saveForbiddenTags(), ilObjWikiGUI\saveGradingObject(), ilObjTaggingSettingsGUI\saveSettings(), ilObjLinkResourceGUI\saveSettingsObject(), ilObjWikiGUI\saveSettingsObject(), ilObjMediaCastGUI\saveSettingsObject(), ilObjLinkResourceGUI\saveSortingObject(), ilObjExerciseGUI\saveStatusObject(), ilObjCourseGUI\selectStarterObject(), ilObjLinkResourceGUI\settingsObject(), ilObjLinkResourceGUI\showLinksObject(), ilObjCategoryGUI\showSortingSettings(), ilObjTaggingSettingsGUI\showUsers(), ilObjLinkResourceGUI\sortObject(), ilObjGroupGUI\unsubscribeObject(), ilObjCourseGUI\unsubscribeObject(), ilObjCourseGUI\updateAdminStatusObject(), ilObjMediaCastGUI\updateCastItemObject(), ilObjCourseGUI\updateCourseIconsObject(), ilObjGroupGUI\updateGroupIconsObject(), ilObjCategoryGUI\updateInfoObject(), ilObjGroupGUI\updateInfoObject(), ilObjCourseGUI\updateInfoObject(), ilObjLinkResourceGUI\updateLinksObject(), ilObjCourseGUI\updateMemberObject(), ilObjExerciseGUI\updateMembersObject(), ilObjSessionGUI\updateMembersObject(), ilObjGroupGUI\updateMembersObject(), ilObjCourseGUI\updateMembersObject(), ilObjCourseGUI\updateMemberStatusObject(), ilObjGroupGUI\updateObject(), ilObjExerciseGUI\updateObject(), ilObjGroupGUI\updateStatusObject(), ilObjCourseGUI\updateTutorStatusObject(), ilObjExerciseGUI\uploadFileObject(), ilObjExerciseGUI\uploadZipObject(), ilObjWikiGUI\viewObject(), ilObjCourseGUI\viewObject(), ilObjLinkResourceGUI\viewObject(), and ilObjWikiGUI\viewPageObject().

{
global $ilAccess, $lng, $PHP_SELF;
if (!is_object($this->object))
{
return;
}
if (!$ilAccess->checkAccess($a_perm, $a_cmd, $this->object->getRefId()))
{
$_SESSION["il_rep_ref_id"] = "";
ilUtil::sendFailure($lng->txt("permission_denied"), true);
if (!is_int(strpos($PHP_SELF, "goto.php")))
{
ilUtil::redirect("goto.php?target=".$this->object->getType()."_".
$this->object->getRefId());
}
else // we should never be here
{
die("Permission Denied.");
}
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::cloneAllObject ( )

Clone single (not container object) Method is overwritten in ilContainerGUI.

public

Reimplemented in ilContainerGUI, and ilObject2GUI.

Definition at line 1517 of file class.ilObjectGUI.php.

References $_GET, $_POST, $ilErr, ilCopyWizardOptions\_allocateCopyId(), ilCopyWizardOptions\_getInstance(), ilLink\_getLink(), createObject(), ilObjectFactory\getInstanceByRefId(), ilUtil\redirect(), ilUtil\sendFailure(), and ilUtil\sendSuccess().

{
include_once('classes/class.ilLink.php');
include_once('Services/CopyWizard/classes/class.ilCopyWizardOptions.php');
global $ilAccess,$ilErr,$rbacsystem,$ilUser;
$new_type = $_REQUEST['new_type'];
if(!$rbacsystem->checkAccess('create',(int) $_GET['ref_id'],$new_type))
{
$ilErr->raiseError($this->lng->txt('permission_denied'));
}
if(!(int) $_REQUEST['clone_source'])
{
ilUtil::sendFailure($this->lng->txt('select_one'));
$this->createObject();
return false;
}
if(!$ilAccess->checkAccess('write','',(int) $_REQUEST['clone_source'],$new_type))
{
$ilErr->raiseError($this->lng->txt('permission_denied'));
}
// Save wizard options
$wizard_options = ilCopyWizardOptions::_getInstance($copy_id);
$wizard_options->saveOwner($ilUser->getId());
$wizard_options->saveRoot((int) $_REQUEST['clone_source']);
$options = $_POST['cp_options'] ? $_POST['cp_options'] : array();
foreach($options as $source_id => $option)
{
$wizard_options->addEntry($source_id,$option);
}
$wizard_options->read();
$orig = ilObjectFactory::getInstanceByRefId((int) $_REQUEST['clone_source']);
$new_obj = $orig->cloneObject((int) $_GET['ref_id'],$copy_id);
// Delete wizard options
$wizard_options->deleteAll();
ilUtil::sendSuccess($this->lng->txt("object_duplicated"),true);
ilUtil::redirect(ilLink::_getLink($new_obj->getRefId()));
}

+ Here is the call graph for this function:

ilObjectGUI::confirmedDeleteObject ( )

confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled

Reimplemented in ilObjStyleSheetGUI, ilObjStyleSettingsGUI, ilObjStyleSheetFolderGUI, ilObjRoleFolderGUI, and ilObject2GUI.

Definition at line 597 of file class.ilObjectGUI.php.

References $_GET, $_SESSION, $ilSetting, and $lng.

{
global $ilSetting, $lng;
include_once("./Services/Repository/classes/class.ilRepUtilGUI.php");
$ru = new ilRepUtilGUI($this);
$ru->deleteObjects($_GET["ref_id"], $_SESSION["saved_post"]);
session_unregister("saved_post");
$this->ctrl->returnToParent($this);
}
ilObjectGUI::copyWizardHasOptions (   $a_mode)

Check if there is any modules specific option.

public

Parameters
intwizard mode COPY_WIZARD_GENERAL,COPY_WIZARD_NEEDS_PAGE, COPY_WIZARD_OBJ_SPECIFIC

Reimplemented in ilObjForumGUI, ilContainerGUI, and ilObject2GUI.

Definition at line 1570 of file class.ilObjectGUI.php.

Referenced by fillCloneTemplate(), and searchCloneSourceObject().

{
return false;
}

+ Here is the caller graph for this function:

ilObjectGUI::createObject ( )

create new object form

public

Reimplemented in ilObjTestGUI, ilObjSurveyGUI, ilObjQuestionPoolGUI, ilObjContentObjectGUI, ilObjUserGUI, ilObjSurveyQuestionPoolGUI, ilObjRoleGUI, ilObjSessionGUI, ilObjRoleFolderGUI, ilObjGroupGUI, ilObjCategoryGUI, ilObjSAHSLearningModuleGUI, ilObjFolderGUI, ilObjMediaObjectGUI, ilObjGlossaryGUI, ilObjFileBasedLMGUI, ilObjWikiGUI, ilObjLinkResourceGUI, ilObjCourseGUI, ilObjExternalFeedGUI, ilObjRoleTemplateGUI, ilObjStyleSheetGUI, ilContainerReferenceGUI, and ilObjiLincCourseGUI.

Definition at line 639 of file class.ilObjectGUI.php.

References $_GET, $_POST, $_SESSION, $data, $key, ilUtil\getImagePath(), getTargetFrame(), getTemplateFile(), ilUtil\prepareFormOutput(), and ilUtil\stripSlashes().

Referenced by cloneAllObject(), ilContainerGUI\cloneAllObject(), ilContainerGUI\cloneWizardPageObject(), ilObjForumGUI\cloneWizardPageObject(), ilObjForumGUI\performImportObject(), ilObjExerciseGUI\saveObject(), ilObjFileGUI\saveObject(), ilObjForumGUI\saveObject(), ilObjFileGUI\saveUnzipObject(), and searchCloneSourceObject().

{
global $rbacsystem;
$new_type = $_POST["new_type"] ? $_POST["new_type"] : $_GET["new_type"];
if (!$rbacsystem->checkAccess("create", $_GET["ref_id"], $new_type))
{
$this->ilias->raiseError($this->lng->txt("permission_denied"),$this->ilias->error_obj->MESSAGE);
}
else
{
// fill in saved values in case of error
$data = array();
$data["fields"] = array();
$data["fields"]["title"] = ilUtil::prepareFormOutput($_SESSION["error_post_vars"]["Fobject"]["title"],true);
$data["fields"]["desc"] = ilUtil::stripSlashes($_SESSION["error_post_vars"]["Fobject"]["desc"]);
$this->getTemplateFile("edit",$new_type);
// show obj type image
$this->tpl->setCurrentBlock("img");
$this->tpl->setVariable("TYPE_IMG",
ilUtil::getImagePath("icon_".$new_type.".gif"));
$this->tpl->setVariable("ALT_IMG",
$this->lng->txt("obj_".$new_type));
$this->tpl->parseCurrentBlock();
foreach ($data["fields"] as $key => $val)
{
$this->tpl->setVariable("TXT_".strtoupper($key), $this->lng->txt($key));
$this->tpl->setVariable(strtoupper($key), $val);
if ($this->prepare_output)
{
$this->tpl->parseCurrentBlock();
}
}
$this->ctrl->setParameter($this, "new_type", $new_type);
$this->tpl->setVariable("FORMACTION", $this->ctrl->getFormAction($this, "save"));
$this->tpl->setVariable("TXT_HEADER", $this->lng->txt($new_type."_new"));
$this->tpl->setVariable("TXT_CANCEL", $this->lng->txt("cancel"));
$this->tpl->setVariable("TXT_SUBMIT", $this->lng->txt($new_type."_add"));
$this->tpl->setVariable("CMD_SUBMIT", "save");
$this->tpl->setVariable("TARGET", $this->getTargetFrame("save"));
$this->tpl->setVariable("TXT_REQUIRED_FLD", $this->lng->txt("required_field"));
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::deleteObject (   $a_error = false)

Display deletion confirmation screen.

Only for referenced objects. For user,role & rolt overwrite this function in the appropriate Object folders classes (ilObjUserFolderGUI,ilObjRoleFolderGUI)

public

Reimplemented in ilObjStyleSheetGUI.

Definition at line 1005 of file class.ilObjectGUI.php.

References $_GET, $_POST, $_SESSION, $ilCtrl, and $tpl.

{
global $tpl, $ilCtrl;
if ($_GET["item_ref_id"] != "")
{
$_POST["id"] = array($_GET["item_ref_id"]);
}
// SAVE POST VALUES (get rid of this
$_SESSION["saved_post"] = $_POST["id"];
include_once("./Services/Repository/classes/class.ilRepUtilGUI.php");
$ru = new ilRepUtilGUI($this);
if (!$ru->showDeleteConfirmation($_POST["id"], $a_error))
{
$ilCtrl->returnToParent($this);
}
}
ilObjectGUI::displayEditForm (   $fields)
protected

display edit form (usually called by editObject)

private

Parameters
array$fieldskey/value pairs of input fields

Definition at line 773 of file class.ilObjectGUI.php.

References $key, getTargetFrame(), and getTemplateFile().

Referenced by editObject().

{
$this->getTemplateFile("edit");
foreach ($fields as $key => $val)
{
$this->tpl->setVariable("TXT_".strtoupper($key), $this->lng->txt($key));
$this->tpl->setVariable(strtoupper($key), $val);
// $this->tpl->parseCurrentBlock();
}
//$obj_str = ($this->call_by_reference) ? "" : "&obj_id=".$this->obj_id;
if (!$this->call_by_reference)
{
$this->ctrl->setParameter($this, "obj_id", $this->obj_id);
}
$this->tpl->setVariable("FORMACTION", $this->ctrl->getFormAction($this, "update"));
$this->tpl->setVariable("TXT_HEADER", $this->lng->txt($this->object->getType()."_edit"));
$this->tpl->setVariable("TARGET", $this->getTargetFrame("update"));
$this->tpl->setVariable("TXT_CANCEL", $this->lng->txt("cancel"));
$this->tpl->setVariable("TXT_SUBMIT", $this->lng->txt("save"));
$this->tpl->setVariable("CMD_SUBMIT", "update");
$this->tpl->setVariable("TXT_REQUIRED_FLD", $this->lng->txt("required_field"));
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::editObject ( )

edit object

public

Reimplemented in ilObjiLincCourseGUI, ilObjCourseGUI, ilObjUserGUI, ilObjMediaObjectGUI, ilObjCategoryGUI, ilObjSessionGUI, ilObjRoleGUI, ilObjFileGUI, ilObjRoleTemplateGUI, ilObjChatServerGUI, ilObjGroupGUI, ilObjMediaPoolGUI, ilObjExerciseGUI, ilObjFileBasedLMGUI, ilObject2GUI, ilObjRemoteCourseGUI, ilObjTypeDefinitionGUI, ilObjForumGUI, ilObjRootFolderGUI, ilContainerReferenceGUI, and ilObjStyleSheetGUI.

Definition at line 741 of file class.ilObjectGUI.php.

References $_SESSION, displayEditForm(), ilUtil\prepareFormOutput(), and ilUtil\stripSlashes().

{
global $rbacsystem;
if (!$rbacsystem->checkAccess("write", $this->ref_id))
{
$this->ilias->raiseError($this->lng->txt("msg_no_perm_write"),$this->ilias->error_obj->MESSAGE);
}
$fields = array();
if ($_SESSION["error_post_vars"])
{
// fill in saved values in case of error
$fields["title"] = ilUtil::prepareFormOutput($_SESSION["error_post_vars"]["Fobject"]["title"],true);
$fields["desc"] = ilUtil::stripSlashes($_SESSION["error_post_vars"]["Fobject"]["desc"]);
}
else
{
$fields["title"] = ilUtil::prepareFormOutput($this->object->getTitle());
$fields["desc"] = ilUtil::stripSlashes($this->object->getLongDescription());
}
$this->displayEditForm($fields);
}

+ Here is the call graph for this function:

& ilObjectGUI::executeCommand ( )

execute command

Reimplemented in ilObjCourseGUI, ilObjExerciseGUI, ilObjAuthSettingsGUI, ilObjiLincCourseGUI, ilObjExternalToolsSettingsGUI, ilObjLanguageFolderGUI, ilObjiLincClassroomGUI, ilObjTypeDefinitionGUI, ilObjMailGUI, ilObjObjectFolderGUI, ilObjMediaObjectGUI, ilObjRootFolderGUI, ilObject2GUI, ilObjForumGUI, ilObjRemoteCourseGUI, ilObjLanguageExtGUI, ilObjFolderGUI, ilObjRecoveryFolderGUI, ilObjRoleGUI, ilShopPurchaseGUI, ilObjFileBasedLMGUI, ilObjGlossaryGUI, ilCourseObjectivePresentationGUI, ilObjMediaPoolGUI, ilObjSurveyGUI, ilPaymentPurchaseGUI, ilObjUserGUI, ilObjTestGUI, ilObjQuestionPoolGUI, ilObjPaymentSettingsGUI, ilCourseContentGUI, ilCourseArchivesGUI, ilCourseItemAdministrationGUI, ilObjLinkResourceGUI, ilObjFileAccessSettingsGUI, ilObjSurveyQuestionPoolGUI, ilObjSessionGUI, ilObjCalendarSettingsGUI, ilObjMDSettingsGUI, ilObjMediaCastSettingsGUI, ilObjSAHSLearningModuleGUI, ilObjAdvancedEditingGUI, ilObjFileGUI, ilObjCertificateSettingsGUI, ilObjAssessmentFolderGUI, ilObjRoleFolderGUI, ilObjChatServerGUI, ilObjCategoryReferenceGUI, ilObjCourseReferenceGUI, ilObjGroupGUI, ilObjSurveyAdministrationGUI, ilObjPrivacySecurityGUI, ilPaymentPurchaseGUI, ilObjStyleSheetGUI, ilObjRoleTemplateGUI, ilContainerGUI, ilObjStyleSettingsGUI, ilObjExternalFeedGUI, ilObjUserTrackingGUI, ilObjChatGUI, ilObjUserFolderGUI, ilObjSCORM2004LearningModuleGUI, ilObjMediaCastGUI, ilObjContentObjectGUI, ilObjLearningResourcesSettingsGUI, ilObjMediaObjectsSettingsGUI, ilObjNewsSettingsGUI, ilObjPersonalDesktopSettingsGUI, ilObjCategoryGUI, ilObjWikiGUI, ilObjAccessibilitySettingsGUI, ilObjComponentSettingsGUI, ilObjTaggingSettingsGUI, ilObjSystemFolderGUI, ilObjectPluginGUI, and ilObjSearchSettingsGUI.

Definition at line 164 of file class.ilObjectGUI.php.

References $cmd, and prepareOutput().

{
global $rbacsystem;
$next_class = $this->ctrl->getNextClass($this);
$cmd = $this->ctrl->getCmd();
switch($next_class)
{
default:
$this->prepareOutput();
if(!$cmd)
{
$cmd = "view";
}
$cmd .= "Object";
$this->$cmd();
break;
}
return true;
}

+ Here is the call graph for this function:

ilObjectGUI::fillCloneSearchTemplate (   $a_tpl_varname,
  $a_type 
)
protected

Add an object search in case the number of existing objects is too big to offer a selection list.

Parameters
stringtemplate variable name that will be filled
stringtype of new object public

Reimplemented in ilObject2GUI.

Definition at line 1387 of file class.ilObjectGUI.php.

References $_POST, $_SESSION, ilUtil\getImagePath(), and ilUtil\prepareFormOutput().

Referenced by fillCloneTemplate().

{
unset($_SESSION['wizard_search_title']);
$this->tpl->addBlockFile(strtoupper($a_tpl_varname),strtolower($a_tpl_varname),'tpl.obj_duplicate_search.html');
$this->ctrl->setParameter($this,'new_type',$a_type);
$this->tpl->setVariable('FORMACTION_CLONE',$this->ctrl->getFormAction($this,'searchCloneSource'));
$this->tpl->setVariable('TYPE_IMG3',ilUtil::getImagePath('icon_'.$a_type.'.gif'));
$this->tpl->setVariable('ALT_IMG3',$this->lng->txt('obj_'.$a_type));
$this->tpl->setVariable('TXT_DUPLICATE',$this->lng->txt('obj_'.$a_type.'_duplicate'));
$this->tpl->setVariable('WIZARD_TXT_TITLE',$this->lng->txt('title'));
$this->tpl->setVariable('WIZARD_TITLE',ilUtil::prepareFormOutput($_POST['wizard_search_title'],true));
$this->tpl->setVariable('WIZARD_TITLE_INFO',$this->lng->txt('wizard_title_info'));
$this->tpl->setVariable('BTN_WIZARD',$this->lng->txt('btn_next'));
$this->tpl->setVariable('CMD_WIZARD','searchCloneSource');
$this->tpl->setVariable('WIZARD_TXT_CANCEL',$this->lng->txt('cancel'));
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::fillCloneTemplate (   $a_tpl_varname,
  $a_type 
)
protected

Fill object clone template This method can be called from any object GUI class that wants to offer object cloning.

public

Parameters
stringtemplate variable name that will be filled
stringtype of new object

Reimplemented in ilObject2GUI.

Definition at line 1302 of file class.ilObjectGUI.php.

References $_GET, $_SESSION, $ilSetting, $objDefinition, ilUtil\_getObjectsByOperations(), buildCloneSelect(), copyWizardHasOptions(), fillCloneSearchTemplate(), and ilPlugin\lookupTxt().

Referenced by ilObjExerciseGUI\createObject(), ilObjCourseGUI\createObject(), ilObjLinkResourceGUI\createObject(), ilObjFileGUI\createObject(), ilObjFolderGUI\createObject(), ilObjCategoryGUI\createObject(), ilObjGroupGUI\createObject(), ilObjSessionGUI\createObject(), ilObjSurveyQuestionPoolGUI\createObject(), ilObjForumGUI\createObject(), ilObjQuestionPoolGUI\createObject(), ilObjSurveyGUI\createObject(), ilObjTestGUI\createObject(), and ilObjLinkResourceGUI\saveObject().

{
include_once './Services/Object/classes/class.ilObjectCopyGUI.php';
$cp = new ilObjectCopyGUI($this);
$cp->setType($a_type);
$cp->setTarget($_GET['ref_id']);
$cp->showSourceSearch($a_tpl_varname);
return;
global $objDefinition,$ilUser,$ilSetting;
$max_entries = $ilSetting->get('search_max_hits',100);
if(!count($existing_objs = ilUtil::_getObjectsByOperations($a_type,'copy',$ilUser->getId(),$max_entries)))
{
// No Objects with copy permission found
return false;
}
if(count($existing_objs) >= $max_entries)
{
return $this->fillCloneSearchTemplate($a_tpl_varname,$a_type);
}
unset($_SESSION['wizard_search_title']);
$ctpl = new ilTemplate('tpl.obj_duplicate.html', true, true);
$this->ctrl->setParameter($this,'new_type',$a_type);
/*$ctpl->setVariable('TYPE_IMG3',ilUtil::getImagePath('icon_'.$a_type.'.gif'));
$ctpl->setVariable('ALT_IMG3',$this->lng->txt('obj_'.$a_type));*/
if (!$objDefinition->isPlugin($a_type))
{
$ctpl->setVariable('TXT_DUPLICATE',$this->lng->txt('obj_'.$a_type.'_duplicate'));
$ctpl->setVariable('WIZARD_TXT_SELECT',$this->lng->txt('obj_'.$a_type));
}
else
{
include_once("./Services/Component/classes/class.ilPlugin.php");
$ctpl->setVariable('TXT_DUPLICATE',ilPlugin::lookupTxt("rep_robj", $a_type, "objs_".$a_type."_duplicate"));
$ctpl->setVariable('WIZARD_TXT_SELECT',ilPlugin::lookupTxt("rep_robj", $a_type, "objs_".$a_type));
}
$ctpl->setVariable('WIZARD_OBJS', $this->buildCloneSelect($existing_objs));
if($this->copyWizardHasOptions(self::COPY_WIZARD_NEEDS_PAGE))
{
$ctpl->setVariable('FORMACTION_CLONE',$this->ctrl->getFormAction($this,'cloneWizardPage'));
$ctpl->setVariable('BTN_WIZARD',$this->lng->txt('btn_next'));
$ctpl->setVariable('CMD_WIZARD','cloneWizardPage');
}
else
{
$ctpl->setVariable('FORMACTION_CLONE',$this->ctrl->getFormAction($this,'cloneAll'));
if (!$objDefinition->isPlugin($a_type))
{
$ctpl->setVariable('BTN_WIZARD',$this->lng->txt('obj_'.$a_type.'_duplicate'));
}
else
{
include_once("./Services/Component/classes/class.ilPlugin.php");
$ctpl->setVariable('BTN_WIZARD',ilPlugin::lookupTxt("rep_robj", $a_type, "obj_".$a_type."_duplicate"));
}
$ctpl->setVariable('CMD_WIZARD','cloneAll');
}
$ctpl->setVariable('WIZARD_TXT_CANCEL',$this->lng->txt('cancel'));
if ($a_tpl_varname != "")
{
$this->tpl->setVariable(strtoupper($a_tpl_varname), $ctpl->get());
}
else
{
return $ctpl->get();
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::getAdminTabs ( $tabs_gui)

administration tabs show only permissions and trash folder

Reimplemented in ilObjUserFolderGUI, ilObjPaymentSettingsGUI, ilObjSystemFolderGUI, ilObjStyleSettingsGUI, ilObjAuthSettingsGUI, ilObjStyleSheetGUI, ilObjLanguageExtGUI, ilObjChatServerGUI, ilObjRoleTemplateGUI, ilObjLanguageFolderGUI, ilObjAdvancedEditingGUI, ilObjAssessmentFolderGUI, ilObjMailGUI, ilObjSurveyAdministrationGUI, ilObjRoleGUI, ilObjUserGUI, ilObjSearchSettingsGUI, ilObjExternalToolsSettingsGUI, and ilObjUserTrackingGUI.

Definition at line 408 of file class.ilObjectGUI.php.

References $_GET, $tree, and ilFrameTargetInfo\_getFrame().

Referenced by setAdminTabs().

{
global $rbacsystem, $tree;
if ($_GET["admin_mode"] == "repository")
{
$this->ctrl->setParameterByClass("iladministrationgui", "admin_mode", "settings");
$tabs_gui->setBackTarget($this->lng->txt("administration"),
$this->ctrl->getLinkTargetByClass("iladministrationgui", "frameset"),
$this->ctrl->setParameterByClass("iladministrationgui", "admin_mode", "repository");
}
if ($rbacsystem->checkAccess("visible,read",$this->object->getRefId()))
{
$tabs_gui->addTarget("view",
$this->ctrl->getLinkTarget($this, "view"), array("", "view"), get_class($this));
}
if ($rbacsystem->checkAccess('edit_permission',$this->object->getRefId()))
{
$tabs_gui->addTarget("perm_settings",
$this->ctrl->getLinkTargetByClass(array(get_class($this),'ilpermissiongui'), "perm"), "", "ilpermissiongui");
}
if ($tree->getSavedNodeData($this->object->getRefId()))
{
$tabs_gui->addTarget("trash",
$this->ctrl->getLinkTarget($this, "trash"), "trash", get_class($this));
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::getCenterColumnHTML ( )
protected

Get center column.

Reimplemented in ilCourseContentGUI, and ilObject2GUI.

Definition at line 1590 of file class.ilObjectGUI.php.

References $ilCtrl, $obj_id, ilObject\_lookupObjId(), ilObject\_lookupType(), ilColumnGUI\getCmdSide(), ilColumnGUI\getScreenMode(), IL_COL_LEFT, IL_COL_RIGHT, IL_SCREEN_SIDE, and setColumnSettings().

Referenced by ilObjForumGUI\showThreadsObject().

{
global $ilCtrl, $ilAccess;
include_once("Services/Block/classes/class.ilColumnGUI.php");
$obj_id = ilObject::_lookupObjId($this->object->getRefId());
if ($ilCtrl->getNextClass() != "ilcolumngui")
{
// normal command processing
return $this->getContent();
}
else
{
if (!$ilCtrl->isAsynch())
{
//if ($column_gui->getScreenMode() != IL_SCREEN_SIDE)
{
// right column wants center
{
$column_gui = new ilColumnGUI($obj_type, IL_COL_RIGHT);
$this->setColumnSettings($column_gui);
$this->html = $ilCtrl->forwardCommand($column_gui);
}
// left column wants center
{
$column_gui = new ilColumnGUI($obj_type, IL_COL_LEFT);
$this->setColumnSettings($column_gui);
$this->html = $ilCtrl->forwardCommand($column_gui);
}
}
else
{
// normal command processing
return $this->getContent();
}
}
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::getFormAction (   $a_cmd,
  $a_formaction = "" 
)

get form action for command (command is method name without "Object", e.g.

"perm")

Parameters
string$a_cmdcommand
string$a_formactiondefault formaction (is returned, if no special formaction was set) public
Returns
string

Definition at line 831 of file class.ilObjectGUI.php.

Referenced by ilObjFolderGUI\createObject(), ilObjFileGUI\editObject(), ilObjGroupGUI\exportObject(), and ilObjiLincClassroomGUI\removeClassroom().

{
if ($this->formaction[$a_cmd] != "")
{
return $this->formaction[$a_cmd];
}
else
{
return $a_formaction;
}
}

+ Here is the caller graph for this function:

ilObjectGUI::getHTML ( )

Reimplemented in ilObject2GUI, and ilCourseObjectivePresentationGUI.

Definition at line 441 of file class.ilObjectGUI.php.

{
return $this->html;
}
ilObjectGUI::getReturnLocation (   $a_cmd,
  $a_location = "" 
)
protected

get return location for command (command is method name without "Object", e.g.

"perm")

Parameters
string$a_cmdcommand
string$a_locationdefault return location (is returned, if no special return location was set) public

Definition at line 863 of file class.ilObjectGUI.php.

Referenced by ilObjTestGUI\backToCourseObject(), ilObjSurveyGUI\backToRepositoryObject(), ilObjTestGUI\backToRepositoryObject(), ilObjStyleSheetFolderGUI\confirmedDeleteObject(), ilObjStyleSettingsGUI\confirmedDeleteObject(), ilObjCourseGUI\importFileObject(), ilObjSurveyGUI\inviteObject(), ilObjForumGUI\performImportObject(), ilObjSurveyGUI\questionsObject(), GUI\saveObject(), ilObjStyleSheetFolderGUI\saveObject(), ilObjStyleSettingsGUI\saveObject(), ilObjChatGUI\saveObject(), ilObjFileGUI\saveObject(), ilObjCourseGUI\saveObject(), ilObjAuthSettingsGUI\setAuthModeObject(), ilObjRootFolderGUI\updateObject(), ilObjCategoryGUI\updateObject(), and ilObjSurveyGUI\uploadObject().

{
if ($this->return_location[$a_cmd] != "")
{
return $this->return_location[$a_cmd];
}
else
{
return $a_location;
}
}

+ Here is the caller graph for this function:

ilObjectGUI::getRightColumnHTML ( )
protected

Display right column.

Reimplemented in ilCourseContentGUI, and ilObject2GUI.

Definition at line 1638 of file class.ilObjectGUI.php.

References $ilCtrl, $lng, $obj_id, ilObject\_lookupObjId(), ilObject\_lookupType(), IL_COL_RIGHT, IL_SCREEN_FULL, IL_SCREEN_SIDE, and setColumnSettings().

Referenced by ilObjForumGUI\showThreadsObject().

{
global $ilUser, $lng, $ilCtrl, $ilAccess;
$obj_id = ilObject::_lookupObjId($this->object->getRefId());
include_once("Services/Block/classes/class.ilColumnGUI.php");
$column_gui = new ilColumnGUI($obj_type, IL_COL_RIGHT);
if ($column_gui->getScreenMode() == IL_SCREEN_FULL)
{
return "";
}
$this->setColumnSettings($column_gui);
if ($ilCtrl->getNextClass() == "ilcolumngui" &&
$column_gui->getCmdSide() == IL_COL_RIGHT &&
$column_gui->getScreenMode() == IL_SCREEN_SIDE)
{
$html = $ilCtrl->forwardCommand($column_gui);
}
else
{
if (!$ilCtrl->isAsynch())
{
$html = $ilCtrl->getHTML($column_gui);
}
}
return $html;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::getTargetFrame (   $a_cmd,
  $a_target_frame = "" 
)
protected

get target frame for command (command is method name without "Object", e.g.

"perm")

Parameters
string$a_cmdcommand
string$a_target_framedefault target frame (is returned, if no special target frame was set) public

Definition at line 895 of file class.ilObjectGUI.php.

References elseif().

Referenced by ilObjRoleTemplateGUI\createObject(), ilObjFolderGUI\createObject(), createObject(), displayEditForm(), ilObjRootFolderGUI\editObject(), ilObjRoleTemplateGUI\editObject(), ilObjFileGUI\editObject(), ilObjCategoryGUI\editObject(), ilObjRoleGUI\editObject2(), ilObjUserGUI\editOldObject(), ilObjFileGUI\initSingleUploadForm(), and ilObjFileGUI\initZipUploadForm().

{
if ($this->target_frame[$a_cmd] != "")
{
return $this->target_frame[$a_cmd];
}
elseif (!empty($a_target_frame))
{
return "target=\"".$a_target_frame."\"";
}
else
{
return;
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::getTemplateFile (   $a_cmd,
  $a_type = "" 
)

get a template blockfile format: tpl.

<objtype>_<command>.html

Parameters
stringcommand
stringobject type definition public

Definition at line 1120 of file class.ilObjectGUI.php.

References $type.

Referenced by ilObjAuthSettingsGUI\authSettingsObject(), ilObjSystemFolderGUI\benchmarkObject(), ilObjSystemFolderGUI\checkObject(), ilObjUserFolderGUI\confirmDeleteExportFileObject(), ilObjExerciseGUI\createObject(), ilObjStyleSheetGUI\createObject(), ilObjRoleTemplateGUI\createObject(), ilObjFileGUI\createObject(), ilObjGlossaryGUI\createObject(), ilObjFolderGUI\createObject(), ilObjCategoryGUI\createObject(), createObject(), ilObjSurveyQuestionPoolGUI\createObject(), ilObjContentObjectGUI\createObject(), ilObjQuestionPoolGUI\createObject(), ilObjSurveyGUI\createObject(), ilObjTestGUI\createObject(), ilObjRoleFolderGUI\deleteObject(), ilObjUserFolderGUI\deleteObject(), ilObjStyleSettingsGUI\deletePglObject(), ilObjSCORMLearningModuleGUI\deleteTrackingForUser(), ilObjSCORM2004LearningModuleGUI\deleteTrackingForUser(), ilObjExerciseGUI\deliverObject(), displayEditForm(), ilObjAuthSettingsGUI\editCASObject(), ilObjExternalToolsSettingsGUI\editiLincObject(), ilObjRootFolderGUI\editObject(), ilObjExerciseGUI\editObject(), ilObjRoleTemplateGUI\editObject(), ilObjFileGUI\editObject(), ilObjCategoryGUI\editObject(), ilObjRoleGUI\editObject2(), ilObjUserGUI\editOldObject(), ilObjAuthSettingsGUI\editScriptObject(), ilObjUserFolderGUI\exportObject(), ilObjQuestionPoolGUI\importObject(), ilObjSurveyQuestionPoolGUI\importObject(), ilObjSurveyGUI\importObject(), ilObjiLincClassroomGUI\removeClassroom(), ilObjUserFolderGUI\settingsObject(), ilObjUserFolderGUI\showActionConfirmation(), ilObjSystemFolderGUI\startValidator(), ilObjExerciseGUI\viewObject(), ilObjExternalToolsSettingsGUI\viewObject(), and ilObjSystemFolderGUI\viewScanLog().

{
if (!$a_type)
{
$a_type = $this->type;
}
$template = "tpl.".$a_type."_".$a_cmd.".html";
if (!$this->tpl->fileExists($template) &&
!file_exists("./templates/default/".$template))
{
$template = "tpl.obj_".$a_cmd.".html";
}
$this->tpl->addBlockFile("ADM_CONTENT", "adm_content", $template,$a_in_module);
}

+ Here is the caller graph for this function:

ilObjectGUI::getTitlesByRefId (   $a_ref_ids)
protected

get Titles of objects this method is used for error messages in methods cut/copy/paste

Parameters
arrayArray of ref_ids (integer)
Returns
array Array of titles (string) private

Definition at line 1147 of file class.ilObjectGUI.php.

References $title.

Referenced by ilContainerGUI\copyObject(), and ilContainerGUI\cutObject().

{
foreach ($a_ref_ids as $id)
{
// GET OBJECT TITLE
$tmp_obj =& $this->ilias->obj_factory->getInstanceByRefId($id);
$title[] = $tmp_obj->getTitle();
unset($tmp_obj);
}
return $title ? $title : array();
}

+ Here is the caller graph for this function:

ilObjectGUI::hitsperpageObject ( )
protected

Reimplemented in ilObjUserGUI, ilObjUserFolderGUI, ilObjRoleFolderGUI, and ilObject2GUI.

Definition at line 1181 of file class.ilObjectGUI.php.

References $_GET, $_POST, and $_SESSION.

{
$_SESSION["tbl_limit"] = $_POST["hitsperpage"];
$_GET["limit"] = $_POST["hitsperpage"];
}
ilObjectGUI::ilObjectGUI (   $a_data,
  $a_id = 0,
  $a_call_by_reference = true,
  $a_prepare_output = true 
)

Constructor public.

Parameters
array??
integerobject id
booleancall be reference

Definition at line 84 of file class.ilObjectGUI.php.

References $_GET, $ilCtrl, $ilErr, $ilias, $lng, $objDefinition, $params, $tpl, $tree, assignObject(), PEAR_ERROR_CALLBACK, and prepareOutput().

Referenced by ilObjAccessibilitySettingsGUI\__construct(), ilObjComponentSettingsGUI\__construct(), ilObjMediaObjectsSettingsGUI\__construct(), ilObjNewsSettingsGUI\__construct(), ilObjPersonalDesktopSettingsGUI\__construct(), ilObjTaggingSettingsGUI\__construct(), ilObjLearningResourcesSettingsGUI\__construct(), ilObjPrivacySecurityGUI\__construct(), ilObjChatGUI\__construct(), ilObjRemoteCourseGUI\__construct(), ilObjCalendarSettingsGUI\__construct(), ilObjMDSettingsGUI\__construct(), ilObjCertificateSettingsGUI\__construct(), ilObjMediaCastSettingsGUI\__construct(), ilObjChatServerGUI\__construct(), ilObjRoleGUI\__construct(), GUI\GUI(), ilContainerGUI\ilContainerGUI(), ilObjAdvancedEditingGUI\ilObjAdvancedEditingGUI(), ilObjAICCLearningModuleGUI\ilObjAICCLearningModuleGUI(), ilObjAssessmentFolderGUI\ilObjAssessmentFolderGUI(), ilObjAuthSettingsGUI\ilObjAuthSettingsGUI(), ilObjContentObjectGUI\ilObjContentObjectGUI(), ilObjExerciseGUI\ilObjExerciseGUI(), ilObjExternalFeedGUI\ilObjExternalFeedGUI(), ilObjExternalToolsSettingsGUI\ilObjExternalToolsSettingsGUI(), ilObjFileAccessSettingsGUI\ilObjFileAccessSettingsGUI(), ilObjFileBasedLMGUI\ilObjFileBasedLMGUI(), ilObjFileGUI\ilObjFileGUI(), ilObjForumGUI\ilObjForumGUI(), ilObjGlossaryGUI\ilObjGlossaryGUI(), ilObjHACPLearningModuleGUI\ilObjHACPLearningModuleGUI(), ilObjLanguageExtGUI\ilObjLanguageExtGUI(), ilObjLanguageFolderGUI\ilObjLanguageFolderGUI(), ilObjLanguageGUI\ilObjLanguageGUI(), ilObjMediaCastGUI\ilObjMediaCastGUI(), ilObjMediaObjectGUI\ilObjMediaObjectGUI(), ilObjObjectFolderGUI\ilObjObjectFolderGUI(), ilObjPaymentSettingsGUI\ilObjPaymentSettingsGUI(), ilObjQuestionPoolGUI\ilObjQuestionPoolGUI(), ilObjRecoveryFolderGUI\ilObjRecoveryFolderGUI(), ilObjRoleFolderGUI\ilObjRoleFolderGUI(), ilObjRoleTemplateGUI\ilObjRoleTemplateGUI(), ilObjSAHSLearningModuleGUI\ilObjSAHSLearningModuleGUI(), ilObjSCORM2004LearningModuleGUI\ilObjSCORM2004LearningModuleGUI(), ilObjSCORMLearningModuleGUI\ilObjSCORMLearningModuleGUI(), ilObjSearchSettingsGUI\ilObjSearchSettingsGUI(), ilObjStyleSettingsGUI\ilObjStyleSettingsGUI(), ilObjStyleSheetFolderGUI\ilObjStyleSheetFolderGUI(), ilObjStyleSheetGUI\ilObjStyleSheetGUI(), ilObjSurveyAdministrationGUI\ilObjSurveyAdministrationGUI(), ilObjSurveyGUI\ilObjSurveyGUI(), ilObjSurveyQuestionPoolGUI\ilObjSurveyQuestionPoolGUI(), ilObjSystemFolderGUI\ilObjSystemFolderGUI(), ilObjTestGUI\ilObjTestGUI(), ilObjTypeDefinitionGUI\ilObjTypeDefinitionGUI(), ilObjUserFolderGUI\ilObjUserFolderGUI(), ilObjUserGUI\ilObjUserGUI(), ilObjUserTrackingGUI\ilObjUserTrackingGUI(), and ilObjWikiGUI\ilObjWikiGUI().

{
$this->tabs_gui =& $ilTabs;
if (!isset($ilErr))
{
$ilErr = new ilErrorHandling();
$ilErr->setErrorHandling(PEAR_ERROR_CALLBACK,array($ilErr,'errorHandler'));
}
else
{
$this->ilErr =& $ilErr;
}
$this->ilias =& $ilias;
$this->objDefinition =& $objDefinition;
$this->tpl =& $tpl;
$this->html = "";
$this->ctrl =& $ilCtrl;
$params = array("ref_id");
if (!$a_call_by_reference)
{
$params = array("ref_id","obj_id");
}
$this->ctrl->saveParameter($this, $params);
$this->lng =& $lng;
$this->tree =& $tree;
$this->formaction = array();
$this->return_location = array();
$this->target_frame = array();
$this->actions = "";
$this->sub_objects = "";
$this->data = $a_data;
$this->id = $a_id;
$this->call_by_reference = $a_call_by_reference;
$this->prepare_output = $a_prepare_output;
$this->creation_mode = false;
$this->ref_id = ($this->call_by_reference) ? $this->id : $_GET["ref_id"];
$this->obj_id = ($this->call_by_reference) ? $_GET["obj_id"] : $this->id;
if ($this->id != 0)
{
$this->link_params = "ref_id=".$this->ref_id;
}
// get the object
$this->assignObject();
// set context
if (is_object($this->object))
{
if ($this->call_by_reference && $this->ref_id = $_GET["ref_id"])
{
$this->ctrl->setContext($this->object->getId(),
$this->object->getType());
}
}
// use global $lng instead, when creating new objects object is not available
//$this->lng =& $this->object->lng;
//prepare output
if ($a_prepare_output)
{
$this->prepareOutput();
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::isVisible (   $a_ref_id,
  $a_type 
)

Definition at line 924 of file class.ilObjectGUI.php.

References $ilBench, $tree, ilCourseItems\_isActivated(), and ilObjectFactory\getInstanceByRefId().

{
global $rbacsystem, $ilBench;
$ilBench->start("Explorer", "setOutput_isVisible");
$visible = $rbacsystem->checkAccess('visible,read',$a_ref_id);
if ($visible && $a_type == 'crs') {
global $tree;
if($crs_id = $tree->checkForParentType($a_ref_id,'crs'))
{
if(!$rbacsystem->checkAccess('write',$crs_id))
{
// Show only activated courses
$tmp_obj =& ilObjectFactory::getInstanceByRefId($crs_id,false);
if(!$tmp_obj->isActivated())
{
unset($tmp_obj);
$visible = false;
}
if(($crs_id != $a_ref_id) and $tmp_obj->isArchived())
{
$visible = false;
}
// Show only activated course items
include_once "./course/classes/class.ilCourseItems.php";
if(($crs_id != $a_ref_id) and (!ilCourseItems::_isActivated($a_ref_id)))
{
$visible = false;
}
}
}
}
$ilBench->stop("Explorer", "setOutput_isVisible");
return $visible;
}

+ Here is the call graph for this function:

ilObjectGUI::omitLocator (   $a_omit = true)
protected

Reimplemented in ilObject2GUI.

Definition at line 543 of file class.ilObjectGUI.php.

Referenced by ilObjWikiGUI\executeCommand(), ilObjContentObjectGUI\executeCommand(), ilObjSAHSLearningModuleGUI\executeCommand(), and ilContainerGUI\forwardToStyleSheet().

{
$this->omit_locator = $a_omit;
}

+ Here is the caller graph for this function:

ilObjectGUI::prepareOutput ( )
protected

prepare output

Reimplemented in ilObjCourseGUI, ilObjGroupGUI, ilObjLanguageExtGUI, ilObject2GUI, and ilObjSessionGUI.

Definition at line 236 of file class.ilObjectGUI.php.

References $_GET, $tpl, ilDAVServer\_isActive(), ilObject\_lookupType(), addAdminLocatorItems(), getCreationMode(), ilUtil\infoPanel(), setAdminTabs(), setLocator(), setTabs(), setTitleAndDescription(), showMountWebfolderIcon(), and showUpperIcon().

Referenced by ilObjiLincClassroomGUI\create(), ilObjFileBasedLMGUI\edit(), ilObjSearchSettingsGUI\executeCommand(), ilObjSystemFolderGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjAccessibilitySettingsGUI\executeCommand(), ilObjComponentSettingsGUI\executeCommand(), ilObjTaggingSettingsGUI\executeCommand(), ilObjCategoryGUI\executeCommand(), ilObjLearningResourcesSettingsGUI\executeCommand(), ilObjMediaObjectsSettingsGUI\executeCommand(), ilObjNewsSettingsGUI\executeCommand(), ilObjPersonalDesktopSettingsGUI\executeCommand(), ilObjContentObjectGUI\executeCommand(), ilObjMediaCastGUI\executeCommand(), ilObjChatGUI\executeCommand(), ilObjUserFolderGUI\executeCommand(), ilObjExternalFeedGUI\executeCommand(), ilObjUserTrackingGUI\executeCommand(), ilObjRoleTemplateGUI\executeCommand(), ilContainerGUI\executeCommand(), ilObjStyleSettingsGUI\executeCommand(), ilObjStyleSheetGUI\executeCommand(), ilObjPrivacySecurityGUI\executeCommand(), ilObjCategoryReferenceGUI\executeCommand(), ilObjSurveyAdministrationGUI\executeCommand(), ilObjCourseReferenceGUI\executeCommand(), ilObjChatServerGUI\executeCommand(), ilObjAssessmentFolderGUI\executeCommand(), ilObjRoleFolderGUI\executeCommand(), ilObjFileGUI\executeCommand(), ilObjCertificateSettingsGUI\executeCommand(), ilObjSAHSLearningModuleGUI\executeCommand(), ilObjAdvancedEditingGUI\executeCommand(), ilObjMediaCastSettingsGUI\executeCommand(), ilObjMDSettingsGUI\executeCommand(), ilObjCalendarSettingsGUI\executeCommand(), ilObjSurveyQuestionPoolGUI\executeCommand(), ilObjLinkResourceGUI\executeCommand(), ilObjFileAccessSettingsGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjQuestionPoolGUI\executeCommand(), ilObjPaymentSettingsGUI\executeCommand(), ilObjUserGUI\executeCommand(), ilObjSurveyGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilObjRoleGUI\executeCommand(), ilObjRecoveryFolderGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjRemoteCourseGUI\executeCommand(), ilObjForumGUI\executeCommand(), ilObjRootFolderGUI\executeCommand(), executeCommand(), ilObjObjectFolderGUI\executeCommand(), ilObjMailGUI\executeCommand(), ilObjLanguageFolderGUI\executeCommand(), ilObjExternalToolsSettingsGUI\executeCommand(), ilObjiLincCourseGUI\executeCommand(), ilObjAuthSettingsGUI\executeCommand(), ilObjExerciseGUI\executeCommand(), ilObjectGUI(), ilObjiLincClassroomGUI\ilObjiLincClassroomGUI(), ilObjiLincClassroomGUI\save(), ilObjLearningModuleGUI\view(), and ilObjContentObjectGUI\view().

{
global $ilLocator, $tpl, $ilUser;
$this->tpl->getStandardTemplate();
// administration prepare output
if (strtolower($_GET["baseClass"]) == "iladministrationgui")
{
$tpl->setLocator();
// ilUtil::sendInfo();
if ($this->getCreationMode() != true)
{
$this->setAdminTabs();
$this->showUpperIcon();
}
return false;
}
// set locator
$this->setLocator();
// catch feedback message
// ilUtil::sendInfo();
// in creation mode (parent) object and gui object
// do not fit
if ($this->getCreationMode() == true)
{
// get gui class of parent and call their title and description method
$obj_type = ilObject::_lookupType($_GET["ref_id"],true);
$class_name = $this->objDefinition->getClassName($obj_type);
$class = strtolower("ilObj".$class_name."GUI");
$class_path = $this->ctrl->lookupClassPath($class);
include_once($class_path);
$class_name = $this->ctrl->getClassForClasspath($class_path);
//echo "<br>instantiating parent for title and description";
$this->parent_gui_obj = new $class_name("", $_GET["ref_id"], true, false);
$this->parent_gui_obj->setTitleAndDescription();
}
else
{
// set title and description and title icon
// set tabs
$this->setTabs();
$this->showUpperIcon();
// BEGIN WebDAV: Display Mount Webfolder icon.
require_once 'Services/WebDAV/classes/class.ilDAVServer.php';
$ilUser->getId() != ANONYMOUS_USER_ID)
{
}
// END WebDAV: Display Mount Webfolder icon.
}
return true;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::redirectToRefId (   $a_ref_id,
  $a_cmd = "" 
)
protected

redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current $_GET["ref_id"] value

Parameters
int$a_ref_idreference id

Definition at line 1284 of file class.ilObjectGUI.php.

References ilObject\_lookupType().

Referenced by ilObjExternalFeedGUI\afterUpdate(), ilObjExternalFeedGUI\cancelUpdate(), ilObjiLincCourseGUI\saveObject(), ilObjGroupGUI\saveObject(), and ilObjCategoryGUI\saveObject().

{
$obj_type = ilObject::_lookupType($a_ref_id,true);
$class_name = $this->objDefinition->getClassName($obj_type);
$class = strtolower("ilObj".$class_name."GUI");
$this->ctrl->redirectByClass(array("ilrepositorygui", $class), $a_cmd);
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::removeFromSystemObject ( )

remove objects from trash bin and all entries therefore every object needs a specific deleteObject() method

public

Reimplemented in ilObject2GUI, and ilObjRecoveryFolderGUI.

Definition at line 624 of file class.ilObjectGUI.php.

References $_POST, $lng, and $log.

{
global $rbacsystem, $log, $ilAppEventHandler, $lng;
include_once("./Services/Repository/classes/class.ilRepUtilGUI.php");
$ru = new ilRepUtilGUI($this);
$ru->removeObjectsFromSystem($_POST["trash_id"]);
$this->ctrl->redirect($this, "trash");
}
ilObjectGUI::saveObject ( )

save object

public

Reimplemented in ilObjCourseGUI, ilObjContentObjectGUI, ilObjUserGUI, ilObjStyleSheetGUI, ilObjRoleGUI, ilObjQuestionPoolGUI, ilObjSAHSLearningModuleGUI, ilObjMediaObjectGUI, ilObjRoleFolderGUI, ilObjCategoryGUI, ilObjLanguageExtGUI, ilObjFileGUI, ilObjExerciseGUI, ilObjGroupGUI, ilObjGlossaryGUI, ilObjTestGUI, ilObjFileBasedLMGUI, ilObjTypeDefinitionGUI, ilObjChatGUI, ilObjWikiGUI, ilObjLinkResourceGUI, ilObjSurveyGUI, ilObjSurveyQuestionPoolGUI, ilObjMailGUI, ilObjRoleTemplateGUI, ilObjiLincCourseGUI, ilObjStyleSettingsGUI, ilContainerReferenceGUI, ilObjAdvancedEditingGUI, ilObjMediaCastGUI, ilObjAssessmentFolderGUI, ilObjSurveyAdministrationGUI, ilObjStyleSheetFolderGUI, ilObjRecoveryFolderGUI, and GUI.

Definition at line 706 of file class.ilObjectGUI.php.

References $_GET, $_POST, $location, $objDefinition, and ilUtil\stripSlashes().

Referenced by ilObjExternalFeedGUI\save(), ilObjSessionGUI\saveAndAssignMaterialsObject(), and ilObjForumGUI\saveObject().

{
global $rbacsystem, $objDefinition;
$new_type = $_POST["new_type"] ? $_POST["new_type"] : $_GET["new_type"];
// create permission is already checked in createObject. This check here is done to prevent hacking attempts
if (!$rbacsystem->checkAccess("create", $_GET["ref_id"], $new_type))
{
$this->ilias->raiseError($this->lng->txt("no_create_permission"), $this->ilias->error_obj->MESSAGE);
}
//echo ":".$_GET["new_type"].":".$_POST["new_type"].":";
$location = $objDefinition->getLocation($new_type);
// create and insert object in objecttree
$class_name = "ilObj".$objDefinition->getClassName($new_type);
include_once($location."/class.".$class_name.".php");
$newObj = new $class_name();
$newObj->setType($new_type);
$newObj->setTitle(ilUtil::stripSlashes($_POST["Fobject"]["title"]));
$newObj->setDescription(ilUtil::stripSlashes($_POST["Fobject"]["desc"]));
$newObj->create();
$newObj->createReference();
$newObj->putInTree($_GET["ref_id"]);
$newObj->setPermissions($_GET["ref_id"]);
//$newObj->notify("new",$_GET["ref_id"],$_GET["parent_non_rbac_id"],$_GET["ref_id"],$newObj->getRefId());
return $newObj;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::searchCloneSourceObject ( )
protected

Search clone source by title.

protected

Reimplemented in ilObject2GUI.

Definition at line 1412 of file class.ilObjectGUI.php.

References $_POST, $_SESSION, $data, $desc, $obj_id, $ref_id, $res, $results, $tree, copyWizardHasOptions(), createObject(), ilUtil\formRadioButton(), ilUtil\getImagePath(), QP_COMBINATION_AND, ilUtil\sendInfo(), ilUtil\stripSlashes(), and ilUtil\switchColor().

Referenced by ilContainerGUI\cloneWizardPageObject(), and ilObjForumGUI\cloneWizardPageObject().

{
global $tree,$ilObjDataCache;
$this->ctrl->setParameter($this,'new_type',$_REQUEST['new_type']);
$_SESSION['wizard_search_title'] = ilUtil::stripSlashes($_POST['wizard_search_title']) ?
ilUtil::stripSlashes($_POST['wizard_search_title']) :
$_SESSION['wizard_search_title'];
$this->lng->loadLanguageModule('search');
include_once './Services/Search/classes/class.ilQueryParser.php';
$query_parser =& new ilQueryParser(ilUtil::stripSlashes($_SESSION['wizard_search_title']));
$query_parser->setMinWordLength(1,true);
$query_parser->setCombination(QP_COMBINATION_AND);
$query_parser->parse();
if(!$query_parser->validate())
{
ilUtil::sendInfo($query_parser->getMessage());
$this->createObject();
return true;
}
// only like search since fulltext does not support search with less than 3 characters
include_once 'Services/Search/classes/Like/class.ilLikeObjectSearch.php';
$object_search =& new ilLikeObjectSearch($query_parser);
$object_search->setFilter(array($_REQUEST['new_type']));
$res = $object_search->performSearch();
$res->setRequiredPermission('copy');
// Add callback functions to receive only search_max_hits valid results
$res->filter(ROOT_FOLDER_ID,true);
if(!count($results = $res->getResultsByObjId()))
{
ilUtil::sendInfo($this->lng->txt('search_no_match'));
$this->createObject();
return true;
}
$this->tpl->addBlockFile('ADM_CONTENT','adm_content','tpl.obj_duplicate_search_results.html');
$num_rows = 0;
foreach($results as $obj_id => $references)
{
foreach($references as $ref_id)
{
$this->tpl->setCurrentBlock('ref_row');
$this->tpl->setVariable('RADIO_REF',ilUtil::formRadioButton(0,'clone_source',$ref_id));
$this->tpl->setVariable('TXT_PATH',$this->lng->txt('path'));
$path_arr = $tree->getPathFull($ref_id,ROOT_FOLDER_ID);
$counter = 0;
$path = '';
foreach($path_arr as $data)
{
if($counter++)
{
$path .= " -> ";
}
$path .= $data['title'];
}
$this->tpl->setVariable('PATH',$path);
$this->tpl->parseCurrentBlock();
break;
}
if(strlen($desc = $ilObjDataCache->lookupDescription($obj_id)))
{
$this->tpl->setCurrentBlock('desc');
$this->tpl->setVariable('DESCRIPTION',$desc);
$this->tpl->parseCurrentBlock();
}
$this->tpl->setCurrentBlock('res_row');
$this->tpl->setVariable('TBLROW',ilUtil::switchColor($num_rows++,'tblrow1','tblrow2'));
$this->tpl->setVariable('TITLE',$ilObjDataCache->lookupTitle($obj_id));
$this->tpl->setVariable('REFERENCES',$this->lng->txt('pathes'));
$this->tpl->parseCurrentBlock();
}
$this->tpl->setVariable('FORMACTION',$this->ctrl->getFormAction($this,'cancel'));
$this->tpl->setVariable('TYPE_IMG',ilUtil::getImagePath('icon_'.$_REQUEST['new_type'].'.gif'));
$this->tpl->setVariable('ALT_IMG',$this->lng->txt('obj_'.$_REQUEST['new_type']));
$this->tpl->setVariable('TXT_DUPLICATE',$this->lng->txt('obj_'.$_REQUEST['new_type'].'_duplicate'));
$this->tpl->setVariable('INFO_DUPLICATE',$this->lng->txt('wizard_search_list'));
if($this->copyWizardHasOptions(self::COPY_WIZARD_NEEDS_PAGE))
{
$this->tpl->setVariable('BTN_COPY',$this->lng->txt('btn_next'));
$this->tpl->setVariable('CMD_COPY','cloneWizardPage');
}
else
{
$this->tpl->setVariable('BTN_COPY',$this->lng->txt('obj_'.$_REQUEST['new_type'].'_duplicate'));
$this->tpl->setVariable('CMD_COPY','cloneAll');
}
$this->tpl->setVariable('BTN_BACK',$this->lng->txt('btn_back'));
return true;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::setActions (   $a_actions = "")
finalprivate

set possible actions for objects in list.

if actions are set via this method, the values of objects.xml are ignored.

Parameters
array$a_actionsarray with $command => $lang_var pairs

Definition at line 453 of file class.ilObjectGUI.php.

References $lng, and $name.

{
if (is_array($a_actions))
{
foreach ($a_actions as $name => $lng)
{
$this->actions[$name] = array("name" => $name, "lng" => $lng);
}
}
else
{
$this->actions = "";
}
}
ilObjectGUI::setAdminTabs ( )
finalprotected

set admin tabs public

Definition at line 400 of file class.ilObjectGUI.php.

References getAdminTabs().

Referenced by ilObjectPluginGUI\executeCommand(), and prepareOutput().

{
$this->getAdminTabs($this->tabs_gui);
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::setColumnSettings (   $column_gui)
protected

May be overwritten in subclasses.

Reimplemented in ilObjForumGUI, ilContainerGUI, ilCourseContentGUI, and ilObject2GUI.

Definition at line 1675 of file class.ilObjectGUI.php.

Referenced by getCenterColumnHTML(), and getRightColumnHTML().

{
global $ilAccess;
$column_gui->setRepositoryMode(true);
$column_gui->setEnableEdit(false);
if ($ilAccess->checkAccess("write", "", $this->object->getRefId()))
{
$column_gui->setEnableEdit(true);
}
}

+ Here is the caller graph for this function:

ilObjectGUI::setCreationMode (   $a_mode = true)

if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! the mode is determined in ilrepositorygui

Reimplemented in ilObject2GUI.

Definition at line 203 of file class.ilObjectGUI.php.

{
$this->creation_mode = $a_mode;
}
ilObjectGUI::setFormAction (   $a_cmd,
  $a_formaction 
)
protected

set specific form action for command

Parameters
string$a_cmdcommand
string$a_formactiondefault formaction (is returned, if no special formaction was set) public

Definition at line 851 of file class.ilObjectGUI.php.

Referenced by ilObjFileBasedLMGUI\perm(), and ilObjContentObjectGUI\perm().

{
$this->formaction[$a_cmd] = $a_formaction;
}

+ Here is the caller graph for this function:

ilObjectGUI::setLocator ( )
protected

set Locator

Parameters
objecttree object
integerreference id
scriptanmethat is used for linking; public

Reimplemented in ilObject2GUI.

Definition at line 497 of file class.ilObjectGUI.php.

References $_GET, $ref_id, $tpl, and addLocatorItems().

Referenced by ilObjSCORM2004LearningModuleGUI\executeCommand(), ilObjFileGUI\executeCommand(), ilObjSAHSLearningModuleGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), prepareOutput(), and ilObjGlossaryGUI\setLocator().

{
global $ilLocator, $tpl;
if ($this->omit_locator)
{
return;
}
// todo: admin workaround
// in the future, objectgui classes should not be called in
// admin section anymore (rbac/trash handling in own classes)
$ref_id = ($_GET["ref_id"] != "")
? $_GET["ref_id"]
: $this->object->getRefId();
$ilLocator->addRepositoryItems($ref_id);
if(!$this->creation_mode)
{
$this->addLocatorItems();
}
// not so nice workaround: todo: handle $ilLocator as tabs in ilTemplate
if ($_GET["admin_mode"] == "" &&
strtolower($this->ctrl->getCmdClass()) == "ilobjrolegui")
{
$this->ctrl->setParameterByClass("ilobjrolegui",
"rolf_ref_id", $_GET["rolf_ref_id"]);
$this->ctrl->setParameterByClass("ilobjrolegui",
"obj_id", $_GET["obj_id"]);
$ilLocator->addItem($this->lng->txt("role"),
$this->ctrl->getLinkTargetByClass(array("ilpermissiongui",
"ilobjrolegui"), "perm"));
}
$tpl->setLocator();
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::setReturnLocation (   $a_cmd,
  $a_location 
)
protected

set specific return location for command

Parameters
string$a_cmdcommand
string$a_locationdefault return location (is returned, if no special return location was set) public

Definition at line 882 of file class.ilObjectGUI.php.

Referenced by ilObjContentObjectGUI\addRole(), and ilObjContentObjectGUI\permSave().

{
//echo "-".$a_cmd."-".$a_location."-";
$this->return_location[$a_cmd] = $a_location;
}

+ Here is the caller graph for this function:

ilObjectGUI::setSubObjects (   $a_sub_objects = "")
finalprivate

set possible subobjects for this object.

if subobjects are set via this method, the values of objects.xml are ignored.

Parameters
array$a_actionsarray with $command => $lang_var pairs

Definition at line 474 of file class.ilObjectGUI.php.

References $name.

{
if (is_array($a_sub_objects))
{
foreach ($a_sub_objects as $name => $options)
{
$this->sub_objects[$name] = array("name" => $name, "max" => $options["max"]);
}
}
else
{
$this->sub_objects = "";
}
}
ilObjectGUI::setTabs ( )
protected

set admin tabs public

Reimplemented in ilObjContentObjectGUI, ilObjMediaObjectGUI, ilObjGlossaryGUI, ilObjMediaPoolGUI, ilObjStyleSettingsGUI, ilObjStyleSheetGUI, ilObjFileBasedLMGUI, ilObjSAHSLearningModuleGUI, and ilObject2GUI.

Definition at line 391 of file class.ilObjectGUI.php.

References getTabs().

Referenced by prepareOutput().

{
$this->getTabs($this->tabs_gui);
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::setTargetFrame (   $a_cmd,
  $a_target_frame 
)
protected

set specific target frame for command

Parameters
string$a_cmdcommand
string$a_target_framedefault target frame (is returned, if no special target frame was set) public

Reimplemented in ilObject2GUI.

Definition at line 918 of file class.ilObjectGUI.php.

{
$this->target_frame[$a_cmd] = "target=\"".$a_target_frame."\"";
}
ilObjectGUI::setTitleAndDescription ( )
protected

called by prepare output

Reimplemented in ilObjQuestionPoolGUI, ilObjLanguageExtGUI, ilObjRootFolderGUI, ilContainerGUI, ilObjFileAccessSettingsGUI, ilObject2GUI, and ilObjUserGUI.

Definition at line 307 of file class.ilObjectGUI.php.

References $_GET, and ilUtil\getImagePath().

Referenced by prepareOutput().

{
$this->tpl->setTitle($this->object->getPresentationTitle());
$this->tpl->setDescription($this->object->getLongDescription());
if (strtolower($_GET["baseClass"]) == "iladministrationgui")
{
// alt text would be same as heading -> empty alt text
$this->tpl->setTitleIcon(ilUtil::getImagePath("icon_".$this->object->getType()."_b.gif"),
"");
}
else
{
$this->tpl->setTitleIcon(ilUtil::getImagePath("icon_".$this->object->getType()."_b.gif"),
$this->lng->txt("obj_" . $this->object->getType()));
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::showMountWebfolderIcon ( )
finalprivate

Definition at line 373 of file class.ilObjectGUI.php.

References $objDefinition, $tpl, and $tree.

Referenced by prepareOutput().

{
if ($this->object->getRefId() == "")
{
return;
}
$tpl->setMountWebfolderIcon($this->object->getRefId());
}

+ Here is the caller graph for this function:

ilObjectGUI::showPossibleSubObjects ( )
protected

show possible subobjects (pulldown menu)

public

Reimplemented in ilObjUserFolderGUI, ilContainerGUI, ilObject2GUI, and ilObjRecoveryFolderGUI.

Definition at line 1044 of file class.ilObjectGUI.php.

References $d, $row, $sub_objects, and formSelect().

Referenced by ilObjRoleFolderGUI\__showRolesTable(), ilObjStyleSheetFolderGUI\showActions(), and ilObjStyleSettingsGUI\showActions().

{
if ($this->sub_objects == "")
{
$d = $this->objDefinition->getCreatableSubObjects($this->object->getType());
}
else
{
}
$import = false;
if (count($d) > 0)
{
foreach ($d as $row)
{
$count = 0;
if ($row["max"] > 0)
{
//how many elements are present?
for ($i=0; $i<count($this->data["ctrl"]); $i++)
{
if ($this->data["ctrl"][$i]["type"] == $row["name"])
{
$count++;
}
}
}
if ($row["max"] == "" || $count < $row["max"])
{
$subobj[] = $row["name"];
/* deprecated
if ($row["import"] == "1") // import allowed?
{
$import = true;
}
*/
}
}
}
if (is_array($subobj))
{
// show import button if at least one
// object type can be imported
/* deprecated
if ($import)
{
$this->tpl->setCurrentBlock("import_object");
$this->tpl->setVariable("BTN_IMP", "import");
$this->tpl->setVariable("TXT_IMP", $this->lng->txt("import"));
$this->tpl->parseCurrentBlock();
}
*/
//build form
$opts = ilUtil::formSelect(12,"new_type",$subobj);
$this->tpl->setCurrentBlock("add_object");
$this->tpl->setVariable("SELECT_OBJTYPE", $opts);
$this->tpl->setVariable("BTN_NAME", "create");
$this->tpl->setVariable("TXT_ADD", $this->lng->txt("add"));
$this->tpl->parseCurrentBlock();
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::showUpperIcon ( )
protected

Reimplemented in ilObjUserGUI, ilObjRoleGUI, ilObjStyleSheetGUI, ilObjRoleTemplateGUI, and ilObject2GUI.

Definition at line 324 of file class.ilObjectGUI.php.

References $_GET, $objDefinition, $tpl, $tree, ilFrameTargetInfo\_getFrame(), and ilObject\_lookupType().

Referenced by prepareOutput().

{
if ($this->object->getRefId() == "")
{
return;
}
if (strtolower($_GET["baseClass"]) == "iladministrationgui")
{
if ($this->object->getRefId() != ROOT_FOLDER_ID &&
$this->object->getRefId() != SYSTEM_FOLDER_ID)
{
$par_id = $tree->getParentId($this->object->getRefId());
$obj_type = ilObject::_lookupType($par_id,true);
$class_name = $objDefinition->getClassName($obj_type);
$class = strtolower("ilObj".$class_name."GUI");
$this->ctrl->setParameterByClass($class, "ref_id", $par_id);
$tpl->setUpperIcon($this->ctrl->getLinkTargetByClass($class, "view"));
$this->ctrl->clearParametersByClass($class);
}
// link repository admin to admin settings
else if ($this->object->getRefId() == ROOT_FOLDER_ID)
{
$this->ctrl->setParameterByClass("iladministrationgui", "ref_id", "");
$this->ctrl->setParameterByClass("iladministrationgui", "admin_mode", "settings");
$tpl->setUpperIcon($this->ctrl->getLinkTargetByClass("iladministrationgui", "frameset"),
$this->ctrl->clearParametersByClass("iladministrationgui");
}
}
else
{
if ($this->object->getRefId() != ROOT_FOLDER_ID &&
$this->object->getRefId() != SYSTEM_FOLDER_ID &&
$_GET["obj_id"] == "")
{
if (defined("ILIAS_MODULE"))
{
$prefix = "../";
}
$par_id = $tree->getParentId($this->object->getRefId());
$tpl->setUpperIcon($prefix."repository.php?cmd=frameset&ref_id=".$par_id,
}
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::trashObject ( )

Show trash content of object.

public

Reimplemented in ilObject2GUI.

Definition at line 1030 of file class.ilObjectGUI.php.

References $_GET, and $tpl.

{
global $tpl;
include_once("./Services/Repository/classes/class.ilRepUtilGUI.php");
$ru = new ilRepUtilGUI($this);
$ru->showTrashTable($_GET["ref_id"]);
}
ilObjectGUI::undeleteObject ( )

Get objects back from trash.

Reimplemented in ilObject2GUI.

Definition at line 585 of file class.ilObjectGUI.php.

References $_GET, and $_POST.

{
include_once("./Services/Repository/classes/class.ilRepUtilGUI.php");
$ru = new ilRepUtilGUI($this);
$ru->restoreObjects($_GET["ref_id"], $_POST["trash_id"]);
$this->ctrl->redirect($this, "trash");
}
ilObjectGUI::updateObject ( )

updates object entry in object_data

public

Reimplemented in ilObjUserGUI, ilObjCourseGUI, ilObjQuestionPoolGUI, ilObjCategoryGUI, ilObjRoleGUI, ilObjSessionGUI, ilObjRoleTemplateGUI, ilObjChatServerGUI, ilObjExerciseGUI, ilObjSurveyQuestionPoolGUI, ilObjGroupGUI, ilObjFileGUI, ilObjMediaPoolGUI, ilObject2GUI, ilObjRootFolderGUI, ilObjRemoteCourseGUI, ilObjStyleSheetGUI, ilObjForumGUI, ilContainerReferenceGUI, and ilObjiLincCourseGUI.

Definition at line 806 of file class.ilObjectGUI.php.

References $_POST, afterUpdate(), ilUtil\sendSuccess(), and ilUtil\stripSlashes().

Referenced by ilObjExternalFeedGUI\update(), and ilObjFileBasedLMGUI\update().

{
$this->object->setTitle(ilUtil::stripSlashes($_POST["Fobject"]["title"]));
$this->object->setDescription(ilUtil::stripSlashes($_POST["Fobject"]["desc"]));
$this->update = $this->object->update();
ilUtil::sendSuccess($this->lng->txt("msg_obj_modified"),true);
$this->afterUpdate();
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::viewObject ( )

list childs of current object

public

Reimplemented in ilObjiLincCourseGUI, ilObjLinkResourceGUI, ilObjGlossaryGUI, ilObjChatGUI, ilObjCourseGUI, ilObjGroupGUI, ilObjSAHSLearningModuleGUI, ilObject2GUI, ilObjWikiGUI, ilObjLanguageExtGUI, ilObjRoleFolderGUI, ilObjStyleSheetFolderGUI, ilObjSystemFolderGUI, ilObjStyleSheetGUI, ilObjExternalToolsSettingsGUI, ilObjExerciseGUI, ilObjFolderGUI, ilObjObjectFolderGUI, ilObjMailGUI, ilObjLanguageFolderGUI, ilObjAuthSettingsGUI, and ilObjTypeDefinitionGUI.

Definition at line 971 of file class.ilObjectGUI.php.

References $_GET, $tpl, ilChangeEvent\_isActive(), and ilChangeEvent\_recordReadEvent().

Referenced by ilObjUserFolderGUI\applyFilterObject(), ilObjUserFolderGUI\hitsperpageObject(), ilObjUserFolderGUI\resetFilterObject(), ilObjLearningModuleGUI\view(), and ilObjContentObjectGUI\view().

{
global $rbacsystem, $tpl;
if (!$rbacsystem->checkAccess("visible,read",$this->object->getRefId()))
{
$this->ilias->raiseError($this->lng->txt("permission_denied"),$this->ilias->error_obj->MESSAGE);
}
// BEGIN ChangeEvent: record read event.
require_once('Services/Tracking/classes/class.ilChangeEvent.php');
{
global $ilUser;
ilChangeEvent::_recordReadEvent($this->object->getId(), $ilUser->getId());
}
// END ChangeEvent: record read event.
include_once("./Services/Repository/classes/class.ilAdminSubItemsTableGUI.php");
if (!$this->call_by_reference)
{
$this->ctrl->setParameter($this, "obj_id", $this->obj_id);
}
$itab = new ilAdminSubItemsTableGUI($this, "view", $_GET["ref_id"]);
$tpl->setContent($itab->getHTML());
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::withReferences ( )

determines wether objects are referenced or not (got ref ids or not)

Reimplemented in ilObject2GUI.

Definition at line 192 of file class.ilObjectGUI.php.

Referenced by ilObjFolderGUI\createObject(), and ilObjFolderGUI\saveObject().

{
return $this->call_by_reference;
}

+ Here is the caller graph for this function:

Field Documentation

ilObjectGUI::$data

Definition at line 57 of file class.ilObjectGUI.php.

Referenced by ilCourseContentGUI\__buildPath(), ilObjRoleGUI\__formatPath(), ilObjPaymentSettingsGUI\__getHTMLPath(), ilContainerGUI\_buildPath(), ilObjFileBasedLMGUI\addBibItemObject(), ilObjContentObjectGUI\addBibItemObject(), ilObjSurveyGUI\browseForQuestionblocksObject(), ilObjSurveyGUI\browseForQuestionsObject(), ilObjSystemFolderGUI\changeHeaderTitleObject(), ilObjiLincCourseGUI\changeMemberObject(), ilObjSCORM2004LearningModuleGUI\confirmDeleteExportFile(), ilObjTestGUI\confirmDeleteExportFileObject(), ilObjSurveyQuestionPoolGUI\confirmDeleteExportFileObject(), ilObjQuestionPoolGUI\confirmDeleteExportFileObject(), ilObjSurveyGUI\confirmDeleteExportFileObject(), ilObjSurveyGUI\constraintsObject(), ilObjRoleTemplateGUI\createObject(), ilObjGlossaryGUI\createObject(), ilObjFolderGUI\createObject(), ilObjCategoryGUI\createObject(), createObject(), ilObjSurveyQuestionPoolGUI\createObject(), ilObjContentObjectGUI\createObject(), ilObjQuestionPoolGUI\createObject(), ilObjSurveyGUI\createObject(), ilObjTestGUI\createObject(), ilObjSurveyQuestionPoolGUI\deleteQuestionsObject(), ilObjSurveyGUI\deleteSingleUserResultsObject(), ilObjTypeDefinitionGUI\displayList(), ilObjObjectFolderGUI\displayList(), ilObjSystemFolderGUI\displayList(), ilObjUserFolderGUI\displayList(), ilObjRootFolderGUI\editObject(), ilObjTypeDefinitionGUI\editObject(), ilObjCategoryGUI\editObject(), ilObjUserGUI\editOldObject(), ilObjPaymentSettingsGUI\editPricesObject(), ilObjGroupGUI\exportMembersObject(), ilObjTestGUI\exportObject(), ilObjSurveyQuestionPoolGUI\exportObject(), ilObjQuestionPoolGUI\exportObject(), ilObjSurveyGUI\exportObject(), ilContainerGUI\getAsynchItemListObject(), ilObjiLincClassroomGUI\getDefaultValues(), ilObjiLincClassroomGUI\getObjectValues(), ilCourseItemAdministrationGUI\getValues(), ilObjChatServerGUI\getValues(), ilObjUserGUI\getValues(), ilObjiLincClassroomGUI\initSettingsForm(), ilObjUserFolderGUI\learningProgressObject(), ilObjCourseGUI\listStructureObject(), ilObjSessionGUI\load(), ilObjAssessmentFolderGUI\logAdminObject(), ilObjSurveyGUI\maintenanceObject(), ilObjPaymentSettingsGUI\objectsObject(), ilObjUserTrackingGUI\outputTrackingDataObject(), ilObjTestGUI\participantsObject(), ilObjQuestionPoolGUI\printObject(), ilObjTestGUI\questionBrowser(), ilObjSurveyQuestionPoolGUI\questionsObject(), ilObjQuestionPoolGUI\questionsObject(), ilObjSurveyGUI\questionsObject(), ilObjTestGUI\questionsObject(), ilObjRoleGUI\readRoleProperties(), ilObjChatGUI\recordingsObject(), ilObjiLincCourseGUI\removeMemberObject(), ilObjSurveyGUI\removeQuestionsForm(), ilObjTestGUI\removeQuestionsForm(), ilObjSystemFolderGUI\saveHeaderTitleObject(), ilObjCategoryGUI\saveObject(), searchCloneSourceObject(), ilObjUserFolderGUI\searchUserObject(), ilObjDlBookGUI\showCitation(), ilObjSCORM2004LearningModuleGUI\showExportList(), ilObjSystemFolderGUI\showHeaderTitleObject(), ilObjForumGUI\showStatisticsObject(), ilObjSCORM2004LearningModuleGUI\showTrackingItem(), ilObjSCORMLearningModuleGUI\showTrackingItem(), ilObjSCORMLearningModuleGUI\showTrackingItemPerUser(), ilObjSCORMLearningModuleGUI\showTrackingItemSco(), ilObjSurveyAdministrationGUI\specialusersObject(), ilObjLanguageExtGUI\statisticsObject(), ilObjLinkResourceGUI\updateLinksObject(), ilObjRootFolderGUI\updateObject(), ilObjFileGUI\updateObject(), ilObjCategoryGUI\updateObject(), ilObjChatServerGUI\updateSmiliesObject(), ilCourseContentGUI\updateTimings(), ilCourseContentGUI\updateUserTimings(), ilObjFileAccessSettingsGUI\viewDiskQuotaReport(), ilObjLanguageExtGUI\viewObject(), and ilObjTestGUI\writeRandomQuestionInput().

ilObjectGUI::$formaction

Definition at line 68 of file class.ilObjectGUI.php.

Referenced by ilContainerGUI\showPossibleSubObjects().

ilObjectGUI::$ilias

Definition at line 22 of file class.ilObjectGUI.php.

Referenced by ilObjUserGUI\__sendProfileMail(), ilCourseObjectivePresentationGUI\__showLearningMaterials(), ilCourseObjectivePresentationGUI\__showOtherResources(), ilCourseObjectivePresentationGUI\__showTests(), ilObjUserFolderGUI\appliedUsersObject(), ilObjSystemFolderGUI\checkObject(), ilContainerGUI\cloneNodes(), ilObjStyleSheetFolderGUI\confirmedDeleteObject(), ilObjStyleSettingsGUI\confirmedDeleteObject(), ilObjStyleSheetGUI\confirmedDeleteObject(), ilObjStyleSheetGUI\copyStyleObject(), ilObjStyleSettingsGUI\editContentStylesObject(), ilObjUserGUI\editObject(), ilObjUserGUI\editOldObject(), ilObjStyleSettingsGUI\editSystemStylesObject(), ilObjSurveyQuestionPoolGUI\executeCommand(), ilObjFileAccessSettingsGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjQuestionPoolGUI\executeCommand(), ilObjSurveyGUI\executeCommand(), ilObjContentObjectGUI\explorer(), ilObjUserFolderGUI\exportObject(), ilObjPaymentSettingsGUI\getERPform(), ilObjTestGUI\getSettingsSubTabs(), ilExcelWriterAdapter\ilExcelWriterAdapter(), ilObjectGUI(), ilObjiLincClassroomGUI\ilObjiLincClassroomGUI(), ilObjPaymentSettingsGUI\ilObjPaymentSettingsGUI(), ilObjForumGUI\initTopicCreateForm(), ilObjContentObjectGUI\linkChecker(), ilObjLinkResourceGUI\linkCheckerObject(), ilObjUserTrackingGUI\manageDataObject(), ilObjUserTrackingGUI\outputTrackingDataObject(), ilObjForumGUI\prepareThreadScreen(), ilObjSCORM2004LearningModuleGUI\preview(), ilObjTestGUI\printobject(), ilObjSurveyGUI\printViewObject(), ilObjPaymentSettingsGUI\saveCustomerObject(), ilObjUserFolderGUI\saveGlobalUserSettingsObject(), ilObjContentObjectGUI\saveMenuProperties(), ilObjContentObjectGUI\saveProperties(), ilObjStyleSettingsGUI\saveScopeObject(), ilObjUserFolderGUI\settingsObject(), ilContainerGUI\setTitleAndDescription(), ilObjUserTrackingGUI\showForm(), ilCourseContentGUI\showStartObjects(), ilObjCourseGUI\showStartObjects(), ilObjSCORM2004LearningModuleGUI\showTree(), ilObjStyleSheetFolderGUI\toggleGlobalDefaultObject(), ilObjStyleSettingsGUI\toggleGlobalDefaultObject(), ilObjStyleSheetFolderGUI\toggleGlobalFixedObject(), ilObjStyleSettingsGUI\toggleGlobalFixedObject(), ilObjUserGUI\updateObject(), ilObjUserGUI\updateObjectOld(), and ilObjStyleSheetFolderGUI\viewObject().

ilObjectGUI::$lng

Definition at line 50 of file class.ilObjectGUI.php.

Referenced by ilObjPersonalDesktopSettingsGUI\__construct(), ilObjChatGUI\__construct(), ilObject2GUI\__construct(), ilObjMDSettingsGUI\__construct(), ilObjCalendarSettingsGUI\__construct(), ilObjRoleGUI\__construct(), ilObjPaymentSettingsGUI\__getHTMLPath(), ilObjLinkResourceGUI\__setLocator(), ilObjUserFolderGUI\__showSelectTable(), ilObjUserFolderGUI\__showTextTable(), ilObjUserFolderGUI\__showWysiwygTable(), ilObjMediaObjectGUI\_getMediaInfoHTML(), ilObjStyleSheetGUI\_getTemplatePreview(), ilObjLanguageExtGUI\_getTranslationLink(), ilObjRemoteCourseGUI\_goto(), ilObjCourseReferenceGUI\_goto(), ilObjCategoryReferenceGUI\_goto(), ilObjectPluginGUI\_goto(), ilObjFolderGUI\_goto(), ilObjRootFolderGUI\_goto(), ilObjWikiGUI\_goto(), ilObjFileGUI\_goto(), ilObjSAHSLearningModuleGUI\_goto(), ilObjFileBasedLMGUI\_goto(), ilObjSurveyQuestionPoolGUI\_goto(), ilObjMediaCastGUI\_goto(), ilObjForumGUI\_goto(), ilObjExerciseGUI\_goto(), ilObjQuestionPoolGUI\_goto(), ilObjMediaPoolGUI\_goto(), ilObjLinkResourceGUI\_goto(), ilObjGlossaryGUI\_goto(), ilObjCategoryGUI\_goto(), ilObjiLincCourseGUI\_goto(), ilObjChatGUI\_goto(), ilObjGroupGUI\_goto(), ilObjSurveyGUI\_goto(), ilObjUserGUI\_goto(), ilObjContentObjectGUI\_goto(), ilObjTestGUI\_goto(), ilObjCourseGUI\_goto(), ilObjCategoryGUI\_importCategories(), ilObjCategoryGUI\_importCategoriesForm(), ilObjCourseGUI\_modifyItemGUI(), ilContainerReferenceGUI\_prepareSelection(), ilObjComponentSettingsGUI\activatePlugin(), ilObjSystemFolderGUI\addHeaderTitleObject(), ilObjContentObjectGUI\addLocations(), ilObjChatGUI\addRoomToBookmarkAsyncObject(), ilObjExternalToolsSettingsGUI\addSocialBookmarkObject(), ilContainerGUI\addStandardContainerSubTabs(), ilObjTaggingSettingsGUI\addSubTabs(), ilObjGlossaryGUI\addTerm(), ilObjForumGUI\addThreadObject(), ilObjChatGUI\addUserToAddressbookAsyncObject(), ilObjMediaPoolGUI\afterConstructor(), ilObjGroupGUI\assignSubscribersObject(), ilObjChatGUI\blockedUsersObject(), ilObjStyleSheetGUI\cancelCharacteristicDeletionObject(), ilObjForumGUI\cancelMoveThreadsObject(), ilObjStyleSheetGUI\cancelObject(), ilObjContentObjectGUI\chapters(), ilObjCourseGUI\checkLicenses(), checkPermission(), ilObjUserFolderGUI\chooseFieldTypeObject(), ilObjExternalToolsSettingsGUI\confirmDeleteSocialBookmarksObject(), ilObjForumGUI\confirmDeleteThreads(), ilObjMediaCastGUI\confirmDeletionItemsObject(), ilObjChatServerGUI\confirmedDeleteMultipleObject(), confirmedDeleteObject(), ilObjForumGUI\confirmMoveThreadsObject(), ilObjMediaPoolGUI\confirmRemove(), ilObjSCORM2004LearningModuleGUI\copyItems(), ilObjContentObjectGUI\copyItems(), ilObjStyleSheetGUI\createObject(), ilObjFolderGUI\createObject(), ilObjStyleSettingsGUI\createPgGUIObject(), ilObjExternalToolsSettingsGUI\createSocialBookmarkObject(), ilObjForumGUI\createThreadObject(), ilObjSCORM2004LearningModuleGUI\cutItems(), ilObjContentObjectGUI\cutItems(), ilObjComponentSettingsGUI\deactivatePlugin(), ilObjAssessmentFolderGUI\defaultsObject(), ilObjStyleSheetGUI\deleteCharacteristicConfirmationObject(), ilObjStyleSheetGUI\deleteColorConfirmationObject(), ilObjSystemFolderGUI\deleteHeaderTitlesObject(), ilObjChatServerGUI\deleteMultipleObject(), ilObjSCORM2004LearningModuleGUI\deleteNodes(), ilObjChatGUI\deleteRoomObject(), ilObjExternalToolsSettingsGUI\deleteSocialBookmarksObject(), ilObjStyleSheetGUI\deleteTemplateConfirmationObject(), ilObjExerciseGUI\deliverFileObject(), ilObjMediaCastGUI\determinePlaytimeObject(), ilObjExternalToolsSettingsGUI\disableSocialBookmarksObject(), ilObjUserFolderGUI\displayList(), ilObjFolderGUI\downloadFolderObject(), ilObjFileAccessSettingsGUI\editDiskQuotaMailTemplate(), ilObjFileAccessSettingsGUI\editDiskQuotaSettings(), ilObjFileAccessSettingsGUI\editDownloadingSettings(), ilObjExternalToolsSettingsGUI\editGoogleMapsObject(), ilObjExternalToolsSettingsGUI\editjsMathObject(), ilObjContentObjectGUI\editMenuProperties(), ilObjStyleSheetGUI\editObject(), ilObjRootFolderGUI\editObject(), ilContainerGUI\editPageContentObject(), ilObjNewsSettingsGUI\editSettings(), ilObjPersonalDesktopSettingsGUI\editSettings(), ilObjLearningResourcesSettingsGUI\editSettings(), ilObjAuthSettingsGUI\editSOAPObject(), ilObjExternalToolsSettingsGUI\editSocialBookmarkObject(), ilObjExternalToolsSettingsGUI\editSocialBookmarksObject(), ilObjFileAccessSettingsGUI\editWebDAVSettings(), ilObjExternalToolsSettingsGUI\enableSocialBookmarksObject(), ilObjectPluginGUI\executeCommand(), ilObjFileAccessSettingsGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjChatGUI\exportObject(), ilObjCourseGUI\fetchPrintMemberData(), ilContainerGUI\forwardToPageObject(), ilObjForumGUI\getActivationFormHTML(), ilObjMediaCastGUI\getCastItemValues(), ilObjForumGUI\getCensorshipFormHTML(), ilObjForumGUI\getContent(), ilObjForumGUI\getDeactivationFormHTML(), ilObjForumGUI\getDeleteFormHTML(), getRightColumnHTML(), ilObjWikiGUI\getSettingsFormValues(), ilObjStyleSheetGUI\getStyleExampleHTML(), ilObjRootFolderGUI\getTabs(), ilObjCategoryGUI\getTabs(), ilObjWikiGUI\getTabs(), ilObjFolderGUI\getTabs(), ilObjStyleSheetGUI\getTabs(), ilObjStyleSettingsGUI\getTabs(), ilObjGroupGUI\getTabs(), ilObjCourseGUI\getTabs(), ilObjFileBasedLMGUI\getTemplate(), ilObjSAHSLearningModuleGUI\getTemplate(), ilObjChatGUI\getUpdateAsyncObject(), ilContainerGUI\ilContainerGUI(), ilExcelWriterAdapter\ilExcelWriterAdapter(), ilObjAdvancedEditingGUI\ilObjAdvancedEditingGUI(), ilObjAICCLearningModuleGUI\ilObjAICCLearningModuleGUI(), ilObjContentObjectGUI\ilObjContentObjectGUI(), ilObjectGUI(), ilObjExerciseGUI\ilObjExerciseGUI(), ilObjExternalToolsSettingsGUI\ilObjExternalToolsSettingsGUI(), ilObjFileBasedLMGUI\ilObjFileBasedLMGUI(), ilObjGlossaryGUI\ilObjGlossaryGUI(), ilObjHACPLearningModuleGUI\ilObjHACPLearningModuleGUI(), ilObjiLincClassroomGUI\ilObjiLincClassroomGUI(), ilObjLanguageExtGUI\ilObjLanguageExtGUI(), ilObjMediaCastGUI\ilObjMediaCastGUI(), ilObjMediaObjectGUI\ilObjMediaObjectGUI(), ilObjQuestionPoolGUI\ilObjQuestionPoolGUI(), ilObjRoleTemplateGUI\ilObjRoleTemplateGUI(), ilObjRootFolderGUI\ilObjRootFolderGUI(), ilObjSAHSLearningModuleGUI\ilObjSAHSLearningModuleGUI(), ilObjSCORM2004LearningModuleGUI\ilObjSCORM2004LearningModuleGUI(), ilObjSCORMLearningModuleGUI\ilObjSCORMLearningModuleGUI(), ilObjStyleSettingsGUI\ilObjStyleSettingsGUI(), ilObjStyleSheetGUI\ilObjStyleSheetGUI(), ilObjSurveyAdministrationGUI\ilObjSurveyAdministrationGUI(), ilObjSurveyGUI\ilObjSurveyGUI(), ilObjSurveyQuestionPoolGUI\ilObjSurveyQuestionPoolGUI(), ilObjTestGUI\ilObjTestGUI(), ilObjUserGUI\ilObjUserGUI(), ilObjWikiGUI\ilObjWikiGUI(), ilObjMailGUI\importObject(), ilObjUserFolderGUI\importUserRoleAssignmentObject(), ilObjUserFolderGUI\importUsersObject(), ilObjWikiGUI\infoScreen(), ilObjectPluginGUI\infoScreen(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjSystemFolderGUI\initBasicSettingsForm(), ilObjStyleSheetGUI\initCharacteristicForm(), ilObjStyleSheetGUI\initColorForm(), ilObjSystemFolderGUI\initContactInformationForm(), ilObjSAHSLearningModuleGUI\initCreationForm(), ilObjContentObjectGUI\initCreationForm(), ilObjSystemFolderGUI\initCronJobsForm(), ilObjectPluginGUI\initEditForm(), ilObjFileBasedLMGUI\initEditForm(), ilObject2GUI\initEditForm(), ilObjMediaPoolGUI\initEditForm(), ilObjMediaPoolGUI\initFolderForm(), ilObjTaggingSettingsGUI\initForbiddenTagsForm(), ilObjMediaObjectGUI\initForm(), ilObjUserGUI\initForm(), ilObjSearchSettingsGUI\initFormSettings(), ilObjTaggingSettingsGUI\initFormSettings(), ilObjMediaCastSettingsGUI\initFormSettings(), ilObjMDSettingsGUI\initGeneralSettingsForm(), ilObjStyleSheetGUI\initImageForm(), ilObjContentObjectGUI\initImportForm(), ilObjSystemFolderGUI\initJavaServerForm(), ilObjAuthSettingsGUI\initLoginForm(), ilObjMediaObjectsSettingsGUI\initMediaObjectsSettingsForm(), ilObjMediaPoolGUI\initMediaPoolPageForm(), ilObjAdvancedEditingGUI\initPageEditorForm(), ilObjStyleSheetGUI\initPropertiesForm(), ilObjContentObjectGUI\initPropertiesForm(), ilObjExerciseGUI\initPropertiesForm(), ilObjFileGUI\initPropertiesForm(), ilObjSystemFolderGUI\initServerInfoForm(), ilObjWikiGUI\initSettingsForm(), ilObjMediaCastGUI\initSettingsForm(), ilObjFileGUI\initSingleUploadForm(), ilObjContentObjectGUI\initStylePropertiesForm(), ilObjWikiGUI\initStylePropertiesForm(), ilContainerGUI\initStylePropertiesForm(), ilObjStyleSheetGUI\initTagStyleForm(), ilObjStyleSheetGUI\initTemplateForm(), ilObjStyleSheetGUI\initTemplateGenerationForm(), ilObjExerciseGUI\initUploadForm(), ilObjSAHSLearningModuleGUI\initUploadForm(), ilObjUserFolderGUI\initUserImportForm(), ilObjSystemFolderGUI\initWebServicesForm(), ilObjFileGUI\initZipUploadForm(), ilObjExerciseGUI\initZipUploadForm(), ilObjSCORM2004LearningModuleGUI\insertChapter(), ilObjSCORM2004LearningModuleGUI\insertPage(), ilObjSCORM2004LearningModuleGUI\insertScenarioGUI(), ilObjSCORM2004LearningModuleGUI\insertSco(), ilObjSCORM2004LearningModuleGUI\insertTemplate(), ilObjSCORM2004LearningModuleGUI\insertTemplateGUI(), ilObjMediaCastGUI\listItemsObject(), ilObjComponentSettingsGUI\listModules(), ilObjComponentSettingsGUI\listServices(), ilObjUserFolderGUI\listUserDefinedFieldsObject(), ilObjAuthSettingsGUI\loginInfoObject(), ilObjiLincCourseGUI\membersObject(), ilObjGroupGUI\membersObject(), ilObjCourseGUI\membersObject(), ilContainerGUI\modifyItemGUI(), ilObjForumGUI\moveThreadsObject(), ilObjUserFolderGUI\newAccountMailObject(), ilObjStyleSheetGUI\outputTagStyleEditScreen(), ilContainerGUI\pasteObject(), ilObjForumGUI\performDeleteThreadsObject(), ilObjMailGUI\performImportObject(), ilObjForumGUI\performMoveThreadsObject(), ilObjWikiGUI\performSearchObject(), ilObjForumGUI\performThreadsActionObject(), ilObjForumGUI\prepareThreadScreen(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjContentObjectGUI\properties(), ilObjStyleSheetGUI\propertiesObject(), ilObjChatGUI\recordingsObject(), ilObjChatGUI\refreshRoomObject(), ilObjGroupGUI\refuseSubscribersObject(), removeFromSystemObject(), ilObjChatGUI\renameObject(), ilObjAdvancedEditingGUI\repositorySettingsObject(), ilObject2GUI\save(), ilObjAccessibilitySettingsGUI\saveAccessKeys(), ilObjSystemFolderGUI\saveBasicSettingsObject(), ilObjMediaCastGUI\saveCastItemObject(), ilObjStyleSheetGUI\saveCharacteristicObject(), ilObjStyleSheetGUI\saveColorObject(), ilObjSystemFolderGUI\saveContactInformationObject(), ilObjSystemFolderGUI\saveCronJobsObject(), ilObjFileAccessSettingsGUI\saveDiskQuotaMailTemplate(), ilObjFileAccessSettingsGUI\saveDiskQuotaSettings(), ilObjFileAccessSettingsGUI\saveDownloadingSettings(), ilObjMediaPoolGUI\saveFolder(), ilObjTaggingSettingsGUI\saveForbiddenTags(), ilObjUserFolderGUI\saveGlobalUserSettingsObject(), ilObjWikiGUI\saveGradingObject(), ilObjSystemFolderGUI\saveHeaderTitlesObject(), ilObjStyleSheetGUI\saveHideStatusObject(), ilObjSystemFolderGUI\saveJavaServerObject(), ilObjAuthSettingsGUI\saveLoginInfoObject(), ilObjMediaPoolGUI\saveMediaPoolPage(), ilObjUserFolderGUI\saveNewAccountMailObject(), ilObjWikiGUI\saveObject(), ilObjFileBasedLMGUI\saveObject(), ilObjFolderGUI\saveObject(), ilObjMediaObjectGUI\saveObject(), ilObjComponentSettingsGUI\saveOptions(), ilObjAdvancedEditingGUI\savePageEditorSettingsObject(), ilObjForumGUI\savePostObject(), ilObjMediaObjectGUI\savePropertiesObject(), ilObjSCORM2004LearningModuleGUI\saveSequencing(), ilObjMediaObjectsSettingsGUI\saveSettings(), ilObjWikiGUI\saveSettingsObject(), ilObjStyleSheetGUI\saveTemplateObject(), ilObjFileAccessSettingsGUI\saveWebDAVSettings(), ilObjSystemFolderGUI\saveWebServicesObject(), ilObjForumGUI\searchForumsObject(), setActions(), ilObjForumGUI\setColumnSettings(), ilObjCourseGUI\setContentSubTabs(), ilObjMediaPoolGUI\setMediaPoolPageTabs(), ilContainerGUI\setPageEditorTabs(), ilObjWikiGUI\setSettingsSubTabs(), ilObjStyleSheetGUI\setSubTabs(), ilObjSCORMLearningModuleGUI\setSubTabs(), ilObjStyleSheetGUI\setTabs(), ilObjStyleSheetGUI\setTemplatesSubTabs(), ilObjCertificateSettingsGUI\settings(), ilObjSurveyAdministrationGUI\settingsObject(), ilObjUserFolderGUI\settingsObject(), ilObjRootFolderGUI\setTitleAndDescription(), ilObjGlossaryGUI\showActions(), ilObjContentObjectGUI\showActions(), ilContainerGUI\showAdministrationPanel(), ilObjChatServerGUI\showDeleteSmileyFormObject(), ilObjForumGUI\showExplorerObject(), ilObjSCORM2004LearningModuleGUI\showLearningObjectivesAlignment(), ilContainerGUI\showLinkListObject(), ilObjMediaPoolGUI\showMediaPoolPageUsages(), ilObjSCORM2004LearningModuleGUI\showOrganization(), ilObjComponentSettingsGUI\showPluginSlot(), ilContainerGUI\showPossibleSubObjects(), ilObjSCORM2004LearningModuleGUI\showSequencing(), ilObjForumGUI\showThreadFramesetObject(), ilObjSCORM2004LearningModuleGUI\showTree(), ilObjChatGUI\showUserFrameObject(), ilObjForumGUI\showUserObject(), ilObjTaggingSettingsGUI\showUsers(), ilObjStyleSheetGUI\templateGenerationObject(), ilObjMediaCastGUI\updateCastItemObject(), ilObjStyleSheetGUI\updateColorObject(), ilObjUserFolderGUI\updateFieldsObject(), ilObjMediaPoolGUI\updateFolder(), ilObjMediaPoolGUI\updateMediaPoolPage(), ilObjStyleSheetGUI\updateObject(), ilObject2GUI\updateObject(), ilObjMediaPoolGUI\updateObject(), ilObjExternalToolsSettingsGUI\updateSocialBookmarkObject(), ilObjStyleSheetGUI\updateTemplateObject(), ilObjMailGUI\uploadObject(), ilContainerGUI\useNewEditorObject(), ilObjFileAccessSettingsGUI\viewDiskQuotaReport(), ilObjChatGUI\viewObject(), ilObjStyleSettingsGUI\viewPageLayoutsObject(), ilObjWikiGUI\viewPageObject(), and ilObjForumGUI\viewThreadObject().

ilObjectGUI::$maxcount

Definition at line 67 of file class.ilObjectGUI.php.

ilObjectGUI::$omit_locator = false

Definition at line 75 of file class.ilObjectGUI.php.

ilObjectGUI::$sub_objects

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

Referenced by showPossibleSubObjects().

ilObjectGUI::$tab_target_script

Definition at line 72 of file class.ilObjectGUI.php.

ilObjectGUI::$target_frame

Definition at line 70 of file class.ilObjectGUI.php.

ilObjectGUI::$tpl

Definition at line 36 of file class.ilObjectGUI.php.

Referenced by ilObjDlBookGUI\__applyCitationText(), ilObject2GUI\__construct(), ilObjPaymentSettingsGUI\__editPricesTable(), ilObjChatGUI\__formatMessage(), ilObjUserFolderGUI\__showAppliedUsersTable(), ilObjRoleGUI\__showAssignedUsersTable(), __showClipboardTable(), ilObjCourseGUI\__showDeleteSubscriberTable(), ilObjPaymentSettingsGUI\__showObjectsTable(), ilObjCourseGUI\__showRemoveFromWaitingListTable(), ilObjRoleFolderGUI\__showRolesTable(), ilObjCategoryGUI\__showRolesTable(), ilObjUserGUI\__showRolesTable(), ilObjiLincCourseGUI\__showSearchGroupTable(), ilObjRoleGUI\__showSearchGroupTable(), ilObjiLincCourseGUI\__showSearchRoleTable(), ilObjRoleGUI\__showSearchRoleTable(), ilObjPaymentSettingsGUI\__showSearchUserSPTable(), ilObjiLincCourseGUI\__showSearchUserTable(), ilObjRoleGUI\__showSearchUserTable(), ilObjPaymentSettingsGUI\__showSearchUserTable(), ilObjPaymentSettingsGUI\__showStatisticTable(), ilObjCourseGUI\__showSubscribersTable(), ilContainerGUI\__showTimingsButton(), ilObjCategoryGUI\__showUsersTable(), ilObjPaymentSettingsGUI\__showVendorsTable(), ilObjCourseGUI\__showWaitingListTable(), ilObjMediaObjectGUI\_getMediaInfoHTML(), ilObjStyleSheetGUI\_getTemplatePreview(), ilObjLanguageExtGUI\_getTranslationLink(), ilObjStyleSheetGUI\accordiontestObject(), ilObjLanguageExtGUI\addAdminLocatorItems(), ilObjMediaCastGUI\addCastItemObject(), ilObjStyleSheetGUI\addCharacteristicFormObject(), ilObjStyleSheetGUI\addColorObject(), ilObjStyleSheetGUI\addImageObject(), ilObjStyleSheetGUI\addTemplateObject(), ilObjMediaPoolGUI\allMedia(), ilObjWikiGUI\allPagesObject(), ilObjChatGUI\blockedUsersObject(), ilObjUserFolderGUI\chooseFieldTypeObject(), ilObjMediaCastGUI\confirmDeletionItemsObject(), ilObject2GUI\create(), ilObjMediaPoolGUI\createFolderForm(), ilObjMediaPoolGUI\createMediaPoolPage(), ilObjExerciseGUI\createObject(), ilObjStyleSheetGUI\createObject(), ilObjWikiGUI\createObject(), ilObjFileBasedLMGUI\createObject(), ilObjMediaObjectGUI\createObject(), ilObjUserGUI\createObject(), ilObjContentObjectGUI\createObject(), ilObjSurveyGUI\createQuestionObject(), ilObjAssessmentFolderGUI\defaultsObject(), ilObjStyleSheetGUI\deleteCharacteristicConfirmationObject(), ilObjStyleSheetGUI\deleteColorConfirmationObject(), ilObjChatServerGUI\deleteMultipleObject(), ilObjSCORM2004LearningModuleGUI\deleteNodes(), deleteObject(), ilObjChatGUI\deleteRoomObject(), ilObjStyleSheetGUI\deleteTemplateConfirmationObject(), ilObjStyleSheetGUI\displayTemplateEditForm(), ilObjAccessibilitySettingsGUI\editAccessKeys(), ilObjMediaCastGUI\editCastItemObject(), ilObjStyleSheetGUI\editColorObject(), ilObjFileAccessSettingsGUI\editDiskQuotaMailTemplate(), ilObjFileAccessSettingsGUI\editDiskQuotaSettings(), ilObjFileAccessSettingsGUI\editDownloadingSettings(), ilObjMediaPoolGUI\editFolder(), ilObjTaggingSettingsGUI\editForbiddenTags(), ilObjExternalToolsSettingsGUI\editGoogleMapsObject(), ilObjExternalToolsSettingsGUI\editjsMathObject(), ilObjMediaPoolGUI\editMediaPoolPage(), ilObject2GUI\editObject(), ilObjFileBasedLMGUI\editObject(), ilObjExerciseGUI\editObject(), ilObjMediaPoolGUI\editObject(), ilObjMediaObjectGUI\editObject(), ilContainerGUI\editPageContentObject(), ilObjPaymentSettingsGUI\editPricesObject(), ilObjMediaObjectsSettingsGUI\editSettings(), ilObjWikiGUI\editSettingsObject(), ilObjMediaCastGUI\editSettingsObject(), ilObjChatServerGUI\editSmiliesObject(), ilObjContentObjectGUI\editStyleProperties(), ilObjWikiGUI\editStylePropertiesObject(), ilContainerGUI\editStylePropertiesObject(), ilObjStyleSheetGUI\editTagStyleObject(), ilObjStyleSheetGUI\editTemplateObject(), ilObjFileAccessSettingsGUI\editWebDAVSettings(), ilObjectPluginGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjSCORM2004LearningModuleGUI\executeCommand(), ilObjExternalFeedGUI\executeCommand(), ilContainerGUI\executeCommand(), ilObjQuestionPoolGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilObjMediaObjectGUI\executeCommand(), ilObjStyleSheetGUI\generateTemplateObject(), ilObjectGUI(), ilObjiLincClassroomGUI\ilObjiLincClassroomGUI(), ilObjStyleSheetGUI\ilObjStyleSheetGUI(), ilObjContentObjectGUI\importFileObject(), ilObjUserFolderGUI\importUserFormObject(), ilObjUserFolderGUI\importUserRoleAssignmentObject(), ilObjectPluginGUI\infoScreen(), ilObjCourseGUI\infoScreen(), ilObjUserGUI\initCreate(), ilObjGroupGUI\initForm(), ilObjWikiGUI\initSettingsForm(), ilObjMediaCastGUI\initSettingsForm(), ilContainerGUI\initStylePropertiesForm(), ilObjSCORM2004LearningModuleGUI\insertScenarioGUI(), ilObjSCORM2004LearningModuleGUI\insertTemplateGUI(), ilObjGroupGUI\leaveObject(), ilObjStyleSheetGUI\listColorsObject(), ilObjWikiGUI\listContributorsObject(), ilObjStyleSheetGUI\listImagesObject(), ilObjMediaCastGUI\listItemsObject(), ilObjContentObjectGUI\listLinks(), ilObjMediaPoolGUI\listMedia(), ilObjComponentSettingsGUI\listModules(), ilObjComponentSettingsGUI\listServices(), ilObjStyleSheetGUI\listTemplatesObject(), ilObjUserFolderGUI\listUserDefinedFieldsObject(), ilObjGroupGUI\membersMapObject(), ilObjCourseGUI\membersMapObject(), ilObjExerciseGUI\membersObject(), ilObjCourseGUI\membersObject(), ilContainerGUI\newBlockTemplate(), ilObjWikiGUI\newPagesObject(), ilObjWikiGUI\orphanedPagesObject(), ilObjStyleSheetGUI\outputTagStyleEditScreen(), ilObjPaymentSettingsGUI\payMethodsObject(), ilObjWikiGUI\performSearchObject(), ilObjWikiGUI\popularPagesObject(), ilObjMediaCastGUI\populateFormFromPost(), prepareOutput(), ilObjForumGUI\prepareThreadScreen(), ilObjCourseGUI\printMembersObject(), ilObjWikiGUI\printViewObject(), ilObjSCORMLearningModuleGUI\properties(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjFileBasedLMGUI\properties(), ilObjGlossaryGUI\properties(), ilObjWikiGUI\recentChangesObject(), ilObjChatGUI\renameObject(), ilContainerGUI\renderItemList(), ilContainerGUI\renderObject(), ilObjAdvancedEditingGUI\repositorySettingsObject(), ilObject2GUI\save(), ilObjSystemFolderGUI\saveBasicSettingsObject(), ilObjMediaCastGUI\saveCastItemObject(), ilObjStyleSheetGUI\saveCharacteristicObject(), ilObjStyleSheetGUI\saveColorObject(), ilObjSystemFolderGUI\saveContactInformationObject(), ilObjSystemFolderGUI\saveCronJobsObject(), ilObjMediaPoolGUI\saveFolder(), ilObjTaggingSettingsGUI\saveForbiddenTags(), ilObjSystemFolderGUI\saveJavaServerObject(), ilObjMediaPoolGUI\saveMediaPoolPage(), ilObjWikiGUI\saveObject(), ilObjFileBasedLMGUI\saveObject(), ilObjMediaObjectGUI\saveObject(), ilObjUserGUI\saveObject(), ilObjContentObjectGUI\saveObject(), ilObjAdvancedEditingGUI\savePageEditorSettingsObject(), ilObjContentObjectGUI\saveProperties(), ilObjMediaObjectGUI\savePropertiesObject(), ilObjSCORM2004LearningModuleGUI\saveSequencing(), ilObjMediaObjectsSettingsGUI\saveSettings(), ilObjStyleSheetGUI\saveTemplateObject(), ilObjSystemFolderGUI\saveWebServicesObject(), ilObjWikiGUI\setContentStyleSheet(), setLocator(), ilObjSurveyGUI\setNewTemplate(), ilObjWikiGUI\setSideBlock(), ilObjSurveyAdministrationGUI\settingsObject(), ilObjUserFolderGUI\settingsObject(), ilObjSystemFolderGUI\showBasicSettingsObject(), ilObjSystemFolderGUI\showContactInformationObject(), ilObjSystemFolderGUI\showCronJobsObject(), ilObjChatServerGUI\showDeleteSmileyFormObject(), ilObjChatServerGUI\showEditSmileyEntryFormObject(), ilObjForumGUI\showExplorerObject(), ilObjSCORM2004LearningModuleGUI\showExportList(), ilObjMDSettingsGUI\showGeneralSettings(), ilObjSystemFolderGUI\showHeaderTitleObject(), ilObjSystemFolderGUI\showJavaServerObject(), ilObjSCORM2004LearningModuleGUI\showLearningObjectivesAlignment(), ilContainerGUI\showLinkListObject(), ilObjMediaPoolGUI\showMediaPoolPageUsages(), showMountWebfolderIcon(), ilObjSCORM2004LearningModuleGUI\showOrganization(), ilObjAdvancedEditingGUI\showPageEditorSettingsObject(), ilObjComponentSettingsGUI\showPluginSlot(), ilObjSCORM2004LearningModuleGUI\showSequencing(), ilObjSystemFolderGUI\showServerInfoObject(), ilContainerGUI\showTreeFlatIcon(), showUpperIcon(), ilObjRoleTemplateGUI\showUpperIcon(), ilObjStyleSheetGUI\showUpperIcon(), ilObjRoleGUI\showUpperIcon(), ilObjUserGUI\showUpperIcon(), ilObjMediaObjectGUI\showUsagesObject(), ilObjForumGUI\showUserObject(), ilObjChatGUI\showUserProfileObject(), ilObjTaggingSettingsGUI\showUsers(), ilObjSystemFolderGUI\showWebServicesObject(), ilObjStyleSheetGUI\templateGenerationObject(), ilObjChatGUI\testObject(), trashObject(), ilObjMediaCastGUI\updateCastItemObject(), ilObjStyleSheetGUI\updateColorObject(), ilObjMediaPoolGUI\updateFolder(), ilObjMediaPoolGUI\updateMediaPoolPage(), ilObjStyleSheetGUI\updateObject(), ilObject2GUI\updateObject(), ilObjMediaPoolGUI\updateObject(), ilObjExerciseGUI\updateObject(), ilObjUserGUI\updateObject(), ilObjUserGUI\updateObjectOld(), ilObjStyleSheetGUI\updateTemplateObject(), ilObjStyleSheetGUI\uploadImageObject(), ilObjLanguageFolderGUI\viewObject(), ilObjLanguageExtGUI\viewObject(), ilObjUserFolderGUI\viewObject(), viewObject(), ilObjStyleSettingsGUI\viewPageLayoutsObject(), ilObjWikiGUI\viewPageObject(), and ilObjForumGUI\viewThreadObject().

ilObjectGUI::$tree

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

Referenced by ilCourseContentGUI\__buildPath(), ilCourseItemAdministrationGUI\__checkItemId(), ilShopPurchaseGUI\__construct(), ilObjRoleGUI\__construct(), ilObjPaymentSettingsGUI\__getHTMLPath(), ilCourseArchivesGUI\__initCourseObject(), ilCourseObjectivePresentationGUI\__initCourseObject(), ilCourseContentGUI\__initCourseObject(), ilCourseItemAdministrationGUI\__initItem(), ilObjLinkResourceGUI\__setLocator(), ilObjChatGUI\__setLocator(), ilObjRoleGUI\__setLocator(), ilContainerGUI\__showTimingsButton(), ilContainerGUI\_buildPath(), ilObjChatGUI\addAdminLocatorItems(), ilObjContentObjectGUI\addLocations(), ilObjMediaPoolGUI\addLocatorItems(), ilObjRoleGUI\adoptPermSaveObject(), ilObjExternalFeedGUI\afterUpdate(), ilObjMediaPoolGUI\allMedia(), ilObjExternalFeedGUI\cancelUpdate(), ilObjRoleGUI\changeExistingObjectsObject(), ilObjContentObjectGUI\chapters(), ilContainerGUI\cloneAllObject(), ilContainerGUI\cloneNodes(), ilContainerGUI\cloneWizardPageObject(), ilObjContentObjectGUI\confirmedDelete(), ilObjSCORM2004LearningModuleGUI\confirmedDelete(), ilObjSurveyGUI\createQuestionPool(), ilObjTestGUI\createQuestionPool(), ilObjSessionGUI\createRecurringSessions(), ilObjFileAccessSettingsGUI\editDownloadingSettings(), ilObjFileBasedLMGUI\editObject(), ilObjMediaPoolGUI\editObject(), ilObjFileAccessSettingsGUI\editWebDAVSettings(), ilObjSessionGUI\eventsListObject(), ilPaymentPurchaseGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilObjGlossaryGUI\exportList(), ilObjContentObjectGUI\exportList(), ilObjTestGUI\exportObject(), ilObjSessionGUI\formatPath(), ilObjFolderGUI\forwardToTimingsView(), getAdminTabs(), ilRoleDesktopItem\getAll(), ilObjDlBookGUI\getContextPath(), ilObjRoleFolderGUI\getTabs(), ilObjSessionGUI\getTabs(), ilObjSessionGUI\handleFileUpload(), ilContainerGUI\ilContainerGUI(), ilObjectGUI(), ilObjFileAccessSettingsGUI\ilObjFileAccessSettingsGUI(), ilObjiLincClassroomGUI\ilObjiLincClassroomGUI(), ilPaymentPurchaseGUI\ilPaymentPurchaseGUI(), ilObjUserFolderGUI\importUserRoleAssignmentObject(), ilObjUserFolderGUI\importUsersObject(), ilObjSessionGUI\infoScreen(), ilContainerGUI\initAndDisplayLinkIntoMultipleObjectsObject(), ilContainerGUI\initAndDisplayMoveIntoObjectObject(), isVisible(), ilObjRoleGUI\listDesktopItemsObject(), ilObjMediaPoolGUI\listMedia(), ilObjiLincCourseGUI\listUsersGroupObject(), ilObjRoleGUI\listUsersGroupObject(), ilContainerGUI\lockObject(), ilObjSessionGUI\materialsObject(), ilObjExerciseGUI\membersObject(), ilObjSessionGUI\membersObject(), ilObjSessionGUI\modifyItemGUI(), ilObjGroupGUI\modifyItemGUI(), ilObjFolderGUI\modifyItemGUI(), ilObjForumGUI\moveThreadsObject(), ilObjContentObjectGUI\pages(), ilContainerGUI\pasteObject(), ilContainerGUI\performPasteIntoMultipleObjectsObject(), ilObjRoleGUI\permObject(), ilObjRoleGUI\permSaveObject(), ilObjSessionGUI\printAttendanceListObject(), ilObjSessionGUI\printViewMembersObject(), ilObjSCORMLearningModuleGUI\properties(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjFileBasedLMGUI\properties(), ilObjGlossaryGUI\properties(), ilObjAdvancedEditingGUI\repositorySettingsObject(), ilObjMediaPoolGUI\saveFolder(), ilObjMediaPoolGUI\saveMediaPoolPage(), ilContainerReferenceGUI\saveObject(), searchCloneSourceObject(), ilObjiLincCourseGUI\searchObject(), ilObjRoleGUI\searchObject(), ilObjPaymentSettingsGUI\searchObject(), ilObjRoleGUI\selectDesktopItemObject(), ilContainerGUI\showLinkListObject(), showMountWebfolderIcon(), ilObjPaymentSettingsGUI\showObjectSelectorObject(), showUpperIcon(), ilObjRoleTemplateGUI\showUpperIcon(), ilObjStyleSheetGUI\showUpperIcon(), ilObjRoleGUI\showUpperIcon(), ilObjUserGUI\showUpperIcon(), ilObjGroupGUI\unsubscribeObject(), ilObjSessionGUI\updateMembersObject(), ilObjRoleGUI\updateObject2(), ilObjGlossaryGUI\viewExportLog(), ilObjContentObjectGUI\viewExportLog(), ilObjFolderGUI\viewObject(), and ilObjGroupGUI\viewObject().

const ilObjectGUI::COPY_WIZARD_NEEDS_PAGE = 1

Definition at line 15 of file class.ilObjectGUI.php.


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