ILIAS  Release_4_2_x_branch Revision 61807
 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
 cancelObject ($in_rep=false)
 cancel action and go back to previous page public
 createObject ()
 create new object form
 cancelCreation ()
 cancel create action and go back to repository parent
 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
const CFORM_NEW = 1
const CFORM_IMPORT = 2
const CFORM_CLONE = 3

Protected Member Functions

 assignObject ()
 prepareOutput ()
 prepare output
 setTitleAndDescription ()
 called by prepare output
 initHeaderAction ($a_sub_type=null, $a_sub_id=null)
 Add header action menu.
 insertHeaderAction ($a_list_gui)
 Insert header action into main template.
 addHeaderAction ()
 Add header action menu.
 redrawHeaderActionObject ()
 Ajax call: redraw action header only.
 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)
 initCreationForms ($a_new_type)
 Init creation froms.
 getCreationFormsHTML (array $a_forms)
 Get HTML for creation forms (accordion)
 initCreateForm ($a_new_type)
 Init object creation form.
 initDidacticTemplate (ilPropertyFormGUI $form)
 Show didactic template types.
 addDidacticTemplateOptions (array &$a_options)
 Add custom templates.
 getDidacticTemplateVar ($a_type)
 Get didactic template setting from creation screen.
 putObjectInTree (ilObject $a_obj, $a_parent_node_id=null)
 Add object to tree at given position.
 afterSave (ilObject $a_new_object)
 Post (successful) object creation hook.
 initEditForm ()
 Init object edit form.
 initEditCustomForm (ilPropertyFormGUI $a_form)
 Add custom fields to update form.
 getEditFormValues ()
 Get values for edit form.
 getEditFormCustomValues (array &$a_values)
 Add values to custom edit fields.
 updateCustom (ilPropertyFormGUI $a_form)
 Insert custom update form values into object.
 afterUpdate ()
 Post (successful) object update hook.
 initImportForm ($a_new_type)
 Init object import form.
 importFileObject ($parent_id=null)
 Import.
 afterImport (ilObject $a_new_object)
 Post (successful) object import hook.
 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.
 getCenterColumnHTML ()
 Get center column.
 getRightColumnHTML ()
 Display right column.
 setColumnSettings ($column_gui)
 May be overwritten in subclasses.
 checkPermission ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
 Check permission and redirect on error.
 checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
 Check permission.

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 meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
Id:
class.ilObjectGUI.php 42571 2013-06-06 08:29:56Z jluetzen

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

Member Function Documentation

& ilObjectGUI::__initTableGUI ( )
protected

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

Definition at line 1692 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 ilObjCourseGUI, ilObjUserGUI, ilObjUserFolderGUI, ilObjRoleGUI, and ilObjiLincCourseGUI.

Definition at line 1704 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 1730 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, and ilObject2GUI.

Definition at line 652 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::addDidacticTemplateOptions ( array &  $a_options)
protected

Add custom templates.

Parameters
array$a_options

Reimplemented in ilObjTestGUI, and ilObjSurveyGUI.

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

Referenced by initDidacticTemplate().

{
}

+ Here is the caller graph for this function:

ilObjectGUI::addLocatorItems ( )
protected
ilObjectGUI::afterImport ( ilObject  $a_new_object)
protected

Post (successful) object import hook.

Parameters
ilObject$a_new_object

Reimplemented in ilObjCourseGUI.

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

References ilUtil\sendSuccess().

Referenced by importFileObject().

{
ilUtil::sendSuccess($this->lng->txt("object_added"), true);
$this->ctrl->returnToParent($this);
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::afterSave ( ilObject  $a_new_object)
protected

Post (successful) object creation hook.

Parameters
ilObject$a_new_object

Reimplemented in ilObjCourseGUI, ilObjContentObjectGUI, ilObjForumGUI, ilObjQuestionPoolGUI, ilObjExerciseGUI, ilObjTestGUI, ilObjSurveyQuestionPoolGUI, ilObjCategoryGUI, ilObjSurveyGUI, ilObjiLincCourseGUI, ilObjLinkResourceGUI, ilContainerReferenceGUI, ilObjBookingPoolGUI, and ilObjBlogGUI.

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

References ilUtil\sendSuccess().

Referenced by ilObjExerciseVerificationGUI\save(), ilObjTestVerificationGUI\save(), and saveObject().

{
ilUtil::sendSuccess($this->lng->txt("object_added"), true);
$this->ctrl->returnToParent($this);
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::afterUpdate ( )
protected

Post (successful) object update hook.

Reimplemented in ilObjExternalFeedGUI, and ilContainerGUI.

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

References ilUtil\sendSuccess().

Referenced by updateObject().

{
ilUtil::sendSuccess($this->lng->txt("msg_obj_modified"),true);
$this->ctrl->redirect($this, "edit");
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::assignObject ( )
protected

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

Definition at line 218 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::cancelCreation ( )

cancel create action and go back to repository parent

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

References $_GET, and ilUtil\redirect().

{
ilUtil::redirect("repository.php?cmd=frameset&ref_id=".$_GET["ref_id"]);
}

+ Here is the call graph for this function:

ilObjectGUI::cancelDeleteObject ( )

cancel deletion of object

public

Reimplemented in ilObjStyleSheetGUI, and ilObjStyleSettingsGUI.

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

Referenced by ilObject2GUI\cancelDelete().

{
session_unregister("saved_post");
$this->ctrl->returnToParent($this);
}

+ Here is the caller graph for this function:

ilObjectGUI::cancelObject (   $in_rep = false)

cancel action and go back to previous page public

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

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

Referenced by ilObject2GUI\cancel(), and ilObjGroupGUI\unsubscribeObject().

{
session_unregister("saved_post");
$this->ctrl->returnToParent($this);
}

+ Here is the caller graph for this function:

ilObjectGUI::checkPermission (   $a_perm,
  $a_cmd = "",
  $a_type = "",
  $a_ref_id = null 
)
protected

Check permission and redirect on error.

Parameters
string$a_perm
string$a_cmd
string$a_type
int$a_ref_id
Returns
bool

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

References $_GET, $_SESSION, ilObject\_lookupType(), checkPermissionBool(), ilUtil\redirect(), and ilUtil\sendFailure().

Referenced by ilObjCategoryGUI\__checkGlobalRoles(), ilObjCategoryGUI\__showRolesTable(), ilObjCategoryGUI\__showUsersTable(), ilObjExerciseGUI\addAssignmentObject(), ilObjMediaCastGUI\addCastItemObject(), ilObjWikiGUI\addImportantPageObject(), ilObjExerciseGUI\addMembersObject(), ilObjCourseGUI\addStarterObject(), ilObjWikiGUI\allPagesObject(), ilObjCourseGUI\askDeleteStarterObject(), ilObjGroupGUI\assignFromWaitingListObject(), ilObjCourseGUI\assignFromWaitingListObject(), ilObjCourseGUI\assignMembersObject(), ilObjCategoryGUI\assignRolesObject(), ilObjCategoryGUI\assignSaveObject(), ilObjGroupGUI\assignSubscribersObject(), ilObjCourseGUI\assignSubscribersObject(), ilObjSessionGUI\attendanceListObject(), ilObjCourseGUI\autoFillObject(), ilObjExerciseGUI\confirmAssignmentsDeletionObject(), ilObjExerciseGUI\confirmDeassignMembersObject(), ilObjExerciseGUI\confirmDeleteDeliveredObject(), ilObjGroupGUI\confirmDeleteMembersObject(), ilObjMediaCastGUI\confirmDeletionItemsObject(), ilObjExerciseGUI\createBlogObject(), ilObjExerciseGUI\createPortfolioObject(), ilObjExerciseGUI\deassignMembersObject(), ilObjExerciseGUI\deleteAssignmentsObject(), ilObjExerciseGUI\deleteDeliveredObject(), ilObjMediaCastGUI\deleteItemsObject(), ilObjGroupGUI\deleteMembersObject(), ilObjCourseGUI\deleteMembersObject(), ilObjCourseGUI\deleteStarterObject(), ilObjCourseGUI\deleteSubscribers(), ilObjCategoryGUI\deleteUsersObject(), ilObjExerciseGUI\deliverFileObject(), ilObjExerciseGUI\deliverUnzipObject(), ilObjExerciseGUI\downloadAllObject(), ilObjCourseGUI\downloadArchivesObject(), ilObjExerciseGUI\downloadFeedbackFileObject(), ilObjExerciseGUI\downloadFileObject(), ilObjMediaCastGUI\downloadItemObject(), ilObjExerciseGUI\downloadNewReturnedObject(), ilObjExerciseGUI\downloadObject(), ilObjExerciseGUI\downloadReturnedObject(), ilObjExerciseGUI\editAssignmentObject(), ilObjMediaCastGUI\editCastItemObject(), ilObjCourseGUI\editCourseIconsObject(), ilObjGroupGUI\editGroupIconsObject(), ilObjWikiGUI\editImportantPagesObject(), ilObjCategoryGUI\editInfoObject(), ilObjCourseGUI\editInfoObject(), ilObjGroupGUI\editInfoObject(), ilObjGroupGUI\editMembersObject(), ilObjCourseGUI\editMembersObject(), ilObjGroupGUI\editObject(), ilObjMediaObjectsSettingsGUI\editSettings(), ilObjWikiGUI\editSettingsObject(), ilObjMediaCastGUI\editSettingsObject(), ilObjWikiGUI\editStylePropertiesObject(), ilContainerGUI\editStylePropertiesObject(), ilObjGroupGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjCategoryGUI\executeCommand(), ilObjMediaCastGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilObjExerciseGUI\executeCommand(), ilObjSessionGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjRootFolderGUI\executeCommand(), ilObjCourseGUI\executeCommand(), ilObjExerciseGUI\exportExcelObject(), ilContainerGUI\forwardToPageObject(), ilObjCourseGUI\infoScreen(), ilObjSessionGUI\infoScreen(), ilObjExerciseGUI\infoScreen(), ilObjWikiGUI\infoScreenObject(), ilObjMediaCastGUI\infoScreenObject(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjSessionGUI\joinObject(), ilObjGroupGUI\leaveObject(), ilObjCourseGUI\leaveObject(), ilObjExerciseGUI\listAssignmentsObject(), ilObjWikiGUI\listContributorsObject(), ilObjMediaCastGUI\listItemsObject(), ilObjExerciseGUI\listPublicSubmissionsObject(), ilObjCourseGUI\listStructureObject(), ilObjExerciseGUI\membersObject(), ilObjSessionGUI\membersObject(), ilObjGroupGUI\membersObject(), ilObjCourseGUI\membersObject(), ilObjWikiGUI\newPagesObject(), ilObjExerciseGUI\orderAssignmentsByDeadlineObject(), 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(), ilObjCourseGUI\removeFromWaitingList(), ilObjWikiGUI\removeImportantPagesObject(), ilObjCourseGUI\removeMembersObject(), ilObjExerciseGUI\saveAssignmentObject(), ilObjExerciseGUI\saveAssignmentOrderObject(), ilObjMediaCastGUI\saveCastItemObject(), ilObjExerciseGUI\saveCommentsObject(), ilObjTaggingSettingsGUI\saveForbiddenTags(), ilObjExerciseGUI\saveGradesObject(), ilObjWikiGUI\saveGradingObject(), ilObjWikiGUI\saveOrderingAndIndentObject(), ilObjForumAdministrationGUI\saveSettings(), ilObjBlogAdministrationGUI\saveSettings(), ilObjPortfolioAdministrationGUI\saveSettings(), ilObjTaggingSettingsGUI\saveSettings(), ilObjWikiGUI\saveSettingsObject(), ilObjMediaCastGUI\saveSettingsObject(), ilObjExerciseGUI\saveStatusObject(), ilObjExerciseGUI\selectBlogObject(), ilObjExerciseGUI\selectPortfolioObject(), ilObjCourseGUI\selectStarterObject(), ilObjExerciseGUI\sendMembersObject(), ilObjExerciseGUI\showGradesOverviewObject(), ilObjExerciseGUI\showOverviewObject(), ilObjExerciseGUI\showParticipantObject(), ilObjTaggingSettingsGUI\showUsers(), ilObjExerciseGUI\submissionScreenObject(), ilObjGroupGUI\unsubscribeObject(), ilObjCourseGUI\unsubscribeObject(), ilObjCourseGUI\updateAdminStatusObject(), ilObjExerciseGUI\updateAssignmentObject(), ilObjMediaCastGUI\updateCastItemObject(), ilObjCourseGUI\updateCourseIconsObject(), ilObjGroupGUI\updateGroupIconsObject(), ilObjCategoryGUI\updateInfoObject(), ilObjGroupGUI\updateInfoObject(), ilObjCourseGUI\updateInfoObject(), ilObjCourseGUI\updateMemberObject(), ilObjExerciseGUI\updateMembersObject(), ilObjSessionGUI\updateMembersObject(), ilObjGroupGUI\updateMembersObject(), ilObjCourseGUI\updateMembersObject(), ilObjCourseGUI\updateMemberStatusObject(), ilContainerReferenceGUI\updateObject(), ilObjGroupGUI\updateObject(), ilObjCourseGUI\updateRoleStatusObject(), ilObjGroupGUI\updateStatusObject(), ilObjCourseGUI\updateTutorStatusObject(), ilObjExerciseGUI\uploadFileObject(), ilObjExerciseGUI\uploadZipObject(), ilObjWikiGUI\viewObject(), ilObjCourseGUI\viewObject(), and ilObjWikiGUI\viewPageObject().

{
if (!$this->checkPermissionBool($a_perm, $a_cmd, $a_type, $a_ref_id))
{
if (!is_int(strpos($_SERVER["PHP_SELF"], "goto.php")))
{
// create: redirect to parent
if($a_perm == "create")
{
if(!$a_ref_id)
{
$a_ref_id = $_GET["ref_id"];
}
$type = ilObject::_lookupType($a_ref_id, true);
}
else
{
// does this make sense?
if (!is_object($this->object))
{
return;
}
if (!$a_ref_id)
{
$a_ref_id = $this->object->getRefId();
}
$type = $this->object->getType();
}
$_SESSION["il_rep_ref_id"] = "";
ilUtil::sendFailure($this->lng->txt("permission_denied"), true);
ilUtil::redirect("goto.php?target=".$type."_".$a_ref_id);
}
// we should never be here
else
{
die("Permission Denied.");
}
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::checkPermissionBool (   $a_perm,
  $a_cmd = "",
  $a_type = "",
  $a_ref_id = null 
)
protected

Check permission.

Parameters
string$a_perm
string$a_cmd
string$a_type
int$a_ref_id
Returns
bool

Reimplemented in ilObject2GUI.

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

References $_GET.

Referenced by checkPermission(), cloneAllObject(), ilObjFileBasedLMGUI\createFromDirectory(), createObject(), editObject(), ilObjObjectTemplateAdministrationGUI\getAdminTabs(), getAdminTabs(), ilObjRoleFolderGUI\getAdminTabs(), ilObjGlossaryGUI\importFileObject(), ilObjSurveyQuestionPoolGUI\importFileObject(), importFileObject(), ilObjSurveyGUI\importFileObject(), isVisible(), ilObjWikiGUI\saveObject(), ilObjGlossaryGUI\saveObject(), saveObject(), ilObjRootFolderGUI\saveTranslationsObject(), ilObjCategoryGUI\saveTranslationsObject(), setColumnSettings(), ilObjRootFolderGUI\updateObject(), ilObjCategoryGUI\updateObject(), updateObject(), and viewObject().

{
global $ilAccess;
if($a_perm == "create")
{
if(!$a_ref_id)
{
$a_ref_id = $_GET["ref_id"];
}
return $ilAccess->checkAccess($a_perm."_".$a_type, $a_cmd, $a_ref_id);
}
else
{
// does this make sense?
if (!is_object($this->object))
{
return false;
}
if (!$a_ref_id)
{
$a_ref_id = $this->object->getRefId();
}
return $ilAccess->checkAccess($a_perm, $a_cmd, $a_ref_id);
}
}

+ Here is the caller graph for this function:

ilObjectGUI::cloneAllObject ( )

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

public

Reimplemented in ilContainerGUI.

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

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

Referenced by ilObject2GUI\cloneAll().

{
include_once('classes/class.ilLink.php');
include_once('Services/CopyWizard/classes/class.ilCopyWizardOptions.php');
global $ilErr,$ilUser;
$new_type = $_REQUEST['new_type'];
if(!$this->checkPermissionBool("create", "", $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(!$this->checkPermissionBool("write", "", $new_type, (int)$_REQUEST['clone_source']))
{
$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:

+ Here is the caller 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, and ilObjStyleSheetFolderGUI.

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

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

Referenced by ilObject2GUI\confirmedDelete().

{
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);
}

+ Here is the caller graph for this function:

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 1881 of file class.ilObjectGUI.php.

{
return false;
}
ilObjectGUI::createObject ( )

create new object form

public

Reimplemented in ilObjRoleGUI, ilObjRoleFolderGUI, ilObjUserGUI, ilObjMediaObjectGUI, ilObjRoleTemplateGUI, ilObjExternalFeedGUI, ilObjStyleSheetGUI, ilContainerReferenceGUI, and ilObjiLincCourseGUI.

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

References $_GET, $_REQUEST, $ilErr, $tpl, checkPermissionBool(), getCreationFormsHTML(), and initCreationForms().

Referenced by cloneAllObject(), ilContainerGUI\cloneAllObject(), ilContainerGUI\cloneWizardPageObject(), ilObjForumGUI\cloneWizardPageObject(), ilObject2GUI\create(), ilObjGroupGUI\importFileObject2(), ilObjGlossaryGUI\importObject(), ilObjContentObjectGUI\importObject(), ilObjGroupGUI\saveObject(), ilObjSessionGUI\saveObject(), and ilObjTestGUI\uploadTstObject().

{
global $tpl, $ilErr;
$new_type = $_REQUEST["new_type"];
if (!$this->checkPermissionBool("create", "", $new_type))
{
$ilErr->raiseError($this->lng->txt("permission_denied"),$ilErr->MESSAGE);
}
else
{
$this->lng->loadLanguageModule($new_type);
$this->ctrl->setParameter($this, "new_type", $new_type);
$forms = $this->initCreationForms($new_type);
// copy form validation error: do not show other creation forms
if($_GET["cpfl"] && isset($forms[self::CFORM_CLONE]))
{
$forms = array(self::CFORM_CLONE => $forms[self::CFORM_CLONE]);
}
$tpl->setContent($this->getCreationFormsHTML($forms));
}
}

+ 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 1528 of file class.ilObjectGUI.php.

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

Referenced by ilObject2GUI\delete().

{
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);
}
}

+ Here is the caller graph for this function:

ilObjectGUI::editObject ( )

edit object

public

Reimplemented in ilObjExerciseGUI, ilObjiLincCourseGUI, ilObjCourseGUI, ilObjMediaObjectGUI, ilObjSessionGUI, ilObjRoleGUI, ilObjUserGUI, ilObjRoleTemplateGUI, ilObjGroupGUI, ilObjFileBasedLMGUI, ilObjRemoteCourseGUI, ilObjTypeDefinitionGUI, ilContainerReferenceGUI, ilObjBookingPoolGUI, and ilObjStyleSheetGUI.

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

References $tpl, checkPermissionBool(), getEditFormValues(), and initEditForm().

Referenced by ilObject2GUI\edit().

{
global $tpl, $ilTabs;
if (!$this->checkPermissionBool("write"))
{
$this->ilias->raiseError($this->lng->txt("msg_no_perm_write"),$this->ilias->error_obj->MESSAGE);
}
$ilTabs->activateTab("settings");
$form = $this->initEditForm();
$values = $this->getEditFormValues();
if($values)
{
$form->setValuesByArray($values);
}
$tpl->setContent($form->getHTML());
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

& ilObjectGUI::executeCommand ( )

execute command

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

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

References $cmd, and prepareOutput().

{
$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::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 1806 of file class.ilObjectGUI.php.

References $_GET.

Referenced by initCreationForms().

{
include_once './Services/Object/classes/class.ilObjectCopyGUI.php';
$cp = new ilObjectCopyGUI($this);
$cp->setType($a_type);
$cp->setTarget($_GET['ref_id']);
if($a_tpl_varname)
{
$cp->showSourceSearch($a_tpl_varname);
}
else
{
return $cp->showSourceSearch(null);
}
}

+ Here is the caller graph for this function:

ilObjectGUI::getAdminTabs ( $tabs_gui)

administration tabs show only permissions and trash folder

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

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

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

Referenced by setAdminTabs().

{
global $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 ($this->checkPermissionBool("visible,read"))
{
$tabs_gui->addTarget("view",
$this->ctrl->getLinkTarget($this, "view"), array("", "view"), get_class($this));
}
if ($this->checkPermissionBool("edit_permission"))
{
$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 ilObject2GUI, and ilCourseContentGUI.

Definition at line 1889 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;
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::getCreationFormsHTML ( array  $a_forms)
finalprotected

Get HTML for creation forms (accordion)

Parameters
array$a_forms

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

References $tpl, and ilAccordionGUI\FIRST_OPEN.

Referenced by createObject().

{
global $tpl;
// no accordion if there is just one form
if(sizeof($a_forms) == 1)
{
$a_forms = array_shift($a_forms);
if (is_object($a_forms) && get_class($a_forms) == "ilPropertyFormGUI")
{
return $a_forms->getHTML();
}
}
else
{
include_once("./Services/Accordion/classes/class.ilAccordionGUI.php");
$acc = new ilAccordionGUI();
$acc->setBehaviour(ilAccordionGUI::FIRST_OPEN);
$cnt = 1;
foreach ($a_forms as $form_type => $cf)
{
if (is_object($cf) && get_class($cf) == "ilPropertyFormGUI")
{
$htpl = new ilTemplate("tpl.creation_acc_head.html", true, true, "Services/Object");
// $htpl->setVariable("IMG_ARROW", ilUtil::getImagePath("accordion_arrow.gif"));
// using custom form titles (used for repository plugins)
$form_title = "";
if(method_exists($this, "getCreationFormTitle"))
{
$form_title = $this->getCreationFormTitle($form_type);
}
if(!$form_title)
{
$form_title = $cf->getTitle();
}
// move title from form to accordion
$htpl->setVariable("TITLE", $this->lng->txt("option")." ".$cnt.": ".
$form_title);
$cf->setTitle(null);
$cf->setTitleIcon(null);
$cf->setTableWidth("100%");
$acc->addItem($htpl->get(), $cf->getHTML());
$cnt++;
}
}
return "<div style='max-width:700px;'>".$acc->getHTML()."</div>";
}
}

+ Here is the caller graph for this function:

ilObjectGUI::getDidacticTemplateVar (   $a_type)
protected

Get didactic template setting from creation screen.

Parameters
string$a_type
Returns
string

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

References $_POST, and $tpl.

Referenced by ilObjSurveyGUI\afterSave(), ilObjTestGUI\afterSave(), ilContainerGUI\afterUpdate(), and saveObject().

{
$tpl = $_POST["didactic_type"];
if($tpl && substr($tpl, 0, strlen($a_type)+1) == $a_type."_")
{
return (int)substr($tpl, strlen($a_type)+1);
}
}

+ Here is the caller graph for this function:

ilObjectGUI::getEditFormCustomValues ( array &  $a_values)
protected

Add values to custom edit fields.

Parameters
array$a_values

Reimplemented in ilObjExerciseGUI, ilObjMediaPoolGUI, ilObjFolderGUI, ilObjForumGUI, ilObjBookingPoolGUI, and ilObjBlogGUI.

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

Referenced by getEditFormValues().

{
}

+ Here is the caller graph for this function:

ilObjectGUI::getEditFormValues ( )
protected

Get values for edit form.

Returns
array

Reimplemented in ilObjCourseGUI, ilObjCategoryGUI, ilObjRootFolderGUI, and ilContainerGUI.

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

References getEditFormCustomValues().

Referenced by editObject().

{
$values["title"] = $this->object->getTitle();
$values["desc"] = $this->object->getDescription();
$this->getEditFormCustomValues($values);
return $values;
}

+ 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 1353 of file class.ilObjectGUI.php.

Referenced by 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 ilObjBlogGUI, ilObject2GUI, and ilCourseObjectivePresentationGUI.

Definition at line 537 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 1385 of file class.ilObjectGUI.php.

Referenced by ilObjCourseGUI\afterSave(), ilObjTestGUI\backToCourseObject(), ilObjSurveyGUI\backToRepositoryObject(), ilObjTestGUI\backToRepositoryObject(), ilObjStyleSheetFolderGUI\confirmedDeleteObject(), ilObjStyleSettingsGUI\confirmedDeleteObject(), ilObjSurveyGUI\inviteObject(), ilObjSurveyGUI\questionsObject(), GUI\saveObject(), ilObjStyleSheetFolderGUI\saveObject(), ilObjStyleSettingsGUI\saveObject(), and ilObjAuthSettingsGUI\setAuthModeObject().

{
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 ilObject2GUI, and ilCourseContentGUI.

Definition at line 1937 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;
$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

Reimplemented in ilObject2GUI.

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

Referenced by ilObjRoleTemplateGUI\createObject(), ilObjRoleTemplateGUI\editObject(), ilObjRoleGUI\editObject2(), and ilObjUserGUI\editOldObject().

{
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 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 1626 of file class.ilObjectGUI.php.

Referenced by ilObjAuthSettingsGUI\authSettingsObject(), ilObjSystemFolderGUI\checkObject(), ilObjUserFolderGUI\confirmDeleteExportFileObject(), ilObjStyleSheetGUI\createObject(), ilObjRoleTemplateGUI\createObject(), ilObjRoleFolderGUI\deleteObject(), ilObjUserFolderGUI\deleteObject(), ilObjStyleSettingsGUI\deletePglObject(), ilObjSCORMLearningModuleGUI\deleteTrackingForUser(), ilObjSCORM2004LearningModuleGUI\deleteTrackingForUser(), ilObjExternalToolsSettingsGUI\editiLincObject(), ilObjRoleTemplateGUI\editObject(), ilObjRoleGUI\editObject2(), ilObjUserGUI\editOldObject(), ilObjAuthSettingsGUI\editScriptObject(), ilObjUserFolderGUI\exportObject(), ilObjiLincClassroomGUI\removeClassroom(), ilObjSystemFolderGUI\startValidator(), ilObjExerciseGUI\submissionScreenObject(), 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 1651 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, and ilObject2GUI.

Definition at line 1685 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 88 of file class.ilObjectGUI.php.

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

Referenced by ilObjBlogAdministrationGUI\__construct(), ilObjBookingPoolGUI\__construct(), ilObjPortfolioAdministrationGUI\__construct(), ilObjForumAdministrationGUI\__construct(), ilObjAccessibilitySettingsGUI\__construct(), ilObjComponentSettingsGUI\__construct(), ilObjObjectTemplateAdministrationGUI\__construct(), ilObjMediaObjectsSettingsGUI\__construct(), ilObjNotificationAdminGUI\__construct(), ilObjNewsSettingsGUI\__construct(), ilObjPersonalDesktopSettingsGUI\__construct(), ilObjTaggingSettingsGUI\__construct(), ilObjLearningResourcesSettingsGUI\__construct(), ilObjPrivacySecurityGUI\__construct(), ilObjSkillManagementGUI\__construct(), ilObjChatroomAdminGUI\__construct(), ilObjRemoteCourseGUI\__construct(), ilObjCalendarSettingsGUI\__construct(), ilObjMDSettingsGUI\__construct(), ilObjCertificateSettingsGUI\__construct(), ilObjMediaCastSettingsGUI\__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(), 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::importFileObject (   $parent_id = null)
protected

Import.

Reimplemented in ilObjFileBasedLMGUI.

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

References $_GET, $_REQUEST, $ilErr, $objDefinition, $tpl, afterImport(), checkPermissionBool(), ilObjectFactory\getInstanceByObjId(), initImportForm(), putObjectInTree(), and ilUtil\sendFailure().

Referenced by ilObject2GUI\importFile().

{
if(!$parent_id)
{
$parent_id = $_GET["ref_id"];
}
$new_type = $_REQUEST["new_type"];
// create permission is already checked in createObject. This check here is done to prevent hacking attempts
if (!$this->checkPermissionBool("create", "", $new_type))
{
$ilErr->raiseError($this->lng->txt("no_create_permission"));
}
$this->lng->loadLanguageModule($new_type);
$this->ctrl->setParameter($this, "new_type", $new_type);
$form = $this->initImportForm($new_type);
if ($form->checkInput())
{
// :todo: make some check on manifest file
if($objDefinition->isContainer($new_type))
{
include_once './Services/Export/classes/class.ilImportContainer.php';
$imp = new ilImportContainer((int)$parent_id);
}
else
{
include_once("./Services/Export/classes/class.ilImport.php");
$imp = new ilImport((int)$parent_id);
}
$new_id = $imp->importObject(null, $_FILES["importfile"]["tmp_name"],
$_FILES["importfile"]["name"], $new_type);
if ($new_id > 0)
{
$this->ctrl->setParameter($this, "new_type", "");
// put new object id into tree - already done in import for containers
if(!$objDefinition->isContainer($new_type))
{
$this->putObjectInTree($newObj);
}
$this->afterImport($newObj);
}
// import failed
else
{
if($objDefinition->isContainer($new_type))
{
ilUtil::sendFailure($this->lng->txt("container_import_zip_file_invalid"));
}
else
{
// not enough information here...
return;
}
}
}
// display form to correct errors
$form->setValuesByPost();
$tpl->setContent($form->getHtml());
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::initCreateForm (   $a_new_type)
protected

Init object creation form.

Parameters
string$a_new_type
Returns
ilPropertyFormGUI

Reimplemented in ilObjSessionGUI, ilObjGroupGUI, ilObjectPluginGUI, ilObjGlossaryGUI, ilContainerReferenceGUI, and ilObjLinkResourceGUI.

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

References initDidacticTemplate(), ilTextAreaInputGUI\setCols(), and ilTextInputGUI\setMaxLength().

Referenced by ilObjWorkspaceFolderGUI\initCreationForms(), ilObjMediaCastGUI\initCreationForms(), ilObjBookingPoolGUI\initCreationForms(), ilObjFileBasedLMGUI\initCreationForms(), ilObjMediaPoolGUI\initCreationForms(), ilObjSurveyQuestionPoolGUI\initCreationForms(), initCreationForms(), ilObjContentObjectGUI\initCreationForms(), and saveObject().

{
include_once("Services/Form/classes/class.ilPropertyFormGUI.php");
$form = new ilPropertyFormGUI();
$form->setTarget("_top");
$form->setFormAction($this->ctrl->getFormAction($this, "save"));
$form->setTitle($this->lng->txt($a_new_type."_new"));
// title
$ti = new ilTextInputGUI($this->lng->txt("title"), "title");
$ti->setMaxLength(128);
$ti->setSize(40);
$ti->setRequired(true);
$form->addItem($ti);
// description
$ta = new ilTextAreaInputGUI($this->lng->txt("description"), "desc");
$ta->setCols(40);
$ta->setRows(2);
$form->addItem($ta);
$form = $this->initDidacticTemplate($form);
$form->addCommandButton("save", $this->lng->txt($a_new_type."_add"));
$form->addCommandButton("cancel", $this->lng->txt("cancel"));
return $form;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::initCreationForms (   $a_new_type)
protected

Init creation froms.

this will create the default creation forms: new, import, clone

Parameters
string$a_new_type
Returns
array

Reimplemented in ilObjContentObjectGUI, ilObjSurveyQuestionPoolGUI, ilObject2GUI, ilObjMediaPoolGUI, ilObjChatroomGUI, ilObjCategoryGUI, ilObjSAHSLearningModuleGUI, ilObjectPluginGUI, ilObjFileBasedLMGUI, ilObjWikiGUI, ilObjGlossaryGUI, ilObjBookingPoolGUI, ilObjMediaCastGUI, ilObjWorkspaceFolderGUI, and ilObjBlogGUI.

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

References fillCloneTemplate(), initCreateForm(), and initImportForm().

Referenced by createObject().

{
$forms = array(
self::CFORM_NEW => $this->initCreateForm($a_new_type),
self::CFORM_IMPORT => $this->initImportForm($a_new_type),
self::CFORM_CLONE => $this->fillCloneTemplate(null, $a_new_type)
);
return $forms;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::initDidacticTemplate ( ilPropertyFormGUI  $form)
protected

Show didactic template types.

Parameters
ilPropertyFormGUI$form
Returns
ilPropertyFormGUI $form

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

References $data, $lng, addDidacticTemplateOptions(), ilPropertyFormGUI\addItem(), getCreationMode(), ilDidacticTemplateSettings\getInstanceByObjectType(), ilDidacticTemplateObjSettings\lookupTemplateId(), ilRadioGroupInputGUI\setValue(), and ilUtil\sortArray().

Referenced by initCreateForm(), ilObjFolderGUI\initEditCustomForm(), ilObjCategoryGUI\initEditForm(), and ilObjCourseGUI\initEditForm().

{
global $lng;
$lng->loadLanguageModule('didactic');
$options = array();
$options[0] = array($this->lng->txt('default'),
sprintf(
$this->lng->txt('didactic_default_type_info'),
$this->lng->txt('objs_'.$this->type)
));
include_once './Services/DidacticTemplate/classes/class.ilDidacticTemplateSettings.php';
$templates = ilDidacticTemplateSettings::getInstanceByObjectType($this->type)->getTemplates();
if($templates)
{
foreach($templates as $template)
{
$options["dtpl_".$template->getId()] = array($template->getTitle(),
$template->getDescription());
}
}
$this->addDidacticTemplateOptions($options);
if(sizeof($options) > 1)
{
$type = new ilRadioGroupInputGUI(
$this->lng->txt('type'),
'didactic_type'
);
// workaround for containers in edit mode
if(!$this->getCreationMode())
{
include_once './Services/DidacticTemplate/classes/class.ilDidacticTemplateObjSettings.php';
$type->setValue(
'dtpl_'.ilDidacticTemplateObjSettings::lookupTemplateId($this->object->getRefId())
);
}
$form->addItem($type);
ilUtil::sortArray($options, 0);
foreach($options as $id => $data)
{
$option = new ilRadioOption($data[0], $id, $data[1]);
$type->addOption($option);
}
}
return $form;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::initEditCustomForm ( ilPropertyFormGUI  $a_form)
protected

Add custom fields to update form.

Parameters
ilPropertyFormGUI$a_form

Reimplemented in ilObjExerciseGUI, ilObjMediaPoolGUI, ilObjFolderGUI, ilObjForumGUI, ilObjBookingPoolGUI, and ilObjBlogGUI.

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

Referenced by initEditForm().

{
}

+ Here is the caller graph for this function:

ilObjectGUI::initEditForm ( )
protected

Init object edit form.

Returns
ilPropertyFormGUI

Reimplemented in ilObjCourseGUI, ilObjCategoryGUI, ilObjRootFolderGUI, and ilObjectPluginGUI.

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

References $ilCtrl, $lng, initEditCustomForm(), ilTextAreaInputGUI\setCols(), and ilTextInputGUI\setMaxLength().

Referenced by editObject(), and updateObject().

{
global $lng, $ilCtrl;
$lng->loadLanguageModule($this->object->getType());
include_once("Services/Form/classes/class.ilPropertyFormGUI.php");
$form = new ilPropertyFormGUI();
$form->setFormAction($this->ctrl->getFormAction($this, "update"));
$form->setTitle($this->lng->txt($this->object->getType()."_edit"));
// title
$ti = new ilTextInputGUI($this->lng->txt("title"), "title");
$ti->setMaxLength(128);
$ti->setSize(40);
$ti->setRequired(true);
$form->addItem($ti);
// description
$ta = new ilTextAreaInputGUI($this->lng->txt("description"), "desc");
$ta->setCols(40);
$ta->setRows(2);
$form->addItem($ta);
$this->initEditCustomForm($form);
$form->addCommandButton("update", $this->lng->txt("save"));
//$this->form->addCommandButton("cancelUpdate", $lng->txt("cancel"));
return $form;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::initHeaderAction (   $a_sub_type = null,
  $a_sub_id = null 
)
protected

Add header action menu.

Parameters
string$a_sub_type
int$a_sub_id
Returns
ilObjectListGUI

Reimplemented in ilObjCourseGUI, ilObjGroupGUI, and ilObject2GUI.

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

References $ref_id, ilNote\commentsActivated(), ilCommonActionDispatcherGUI\setSubObject(), and ilCommonActionDispatcherGUI\TYPE_REPOSITORY.

Referenced by addHeaderAction(), and redrawHeaderActionObject().

{
global $ilAccess;
if(!$this->creation_mode && $this->object)
{
include_once "Services/Object/classes/class.ilCommonActionDispatcherGUI.php";
$ilAccess, $this->object->getType(), $this->ref_id, $this->object->getId());
$dispatcher->setSubObject($a_sub_type, $a_sub_id);
include_once "Services/Object/classes/class.ilObjectListGUI.php";
ilObjectListGUI::prepareJSLinks($this->ctrl->getLinkTarget($this, "redrawHeaderAction", "", true),
$this->ctrl->getLinkTargetByClass(array("ilcommonactiondispatchergui", "ilnotegui"), "", "", true, false),
$this->ctrl->getLinkTargetByClass(array("ilcommonactiondispatchergui", "iltagginggui"), "", "", true, false));
$lg = $dispatcher->initHeaderAction();
if (is_object($lg))
{
// to enable add to desktop / remove from desktop
if($this instanceof ilDesktopItemHandling)
{
$lg->setContainerObject($this);
}
// comments settings are always on (for the repository)
// should only be shown if active or permission to toggle
include_once "Services/Notes/classes/class.ilNote.php";
if($ilAccess->checkAccess("write", "", $this->ref_id) ||
$ilAccess->checkAccess("edit_permissions", "", $this->ref_id) ||
ilNote::commentsActivated($this->object->getId(), 0, $this->object->getType()))
{
$lg->enableComments(true);
}
$lg->enableNotes(true);
$lg->enableTags(true);
}
return $lg;
}
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::initImportForm (   $a_new_type)
protected

Init object import form.

Parameters
stringnew type
Returns
ilPropertyFormGUI

Reimplemented in ilObjTestGUI, ilObjSurveyGUI, ilObjQuestionPoolGUI, ilObjSurveyQuestionPoolGUI, and ilObjectPluginGUI.

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

References ilFileInputGUI\setSuffixes().

Referenced by ilObjGlossaryGUI\importFileObject(), importFileObject(), ilObjMediaCastGUI\initCreationForms(), ilObjGlossaryGUI\initCreationForms(), ilObjWikiGUI\initCreationForms(), ilObjFileBasedLMGUI\initCreationForms(), ilObjMediaPoolGUI\initCreationForms(), and initCreationForms().

{
include_once("Services/Form/classes/class.ilPropertyFormGUI.php");
$form = new ilPropertyFormGUI();
$form->setTarget("_top");
$form->setFormAction($this->ctrl->getFormAction($this, "importFile"));
$form->setTitle($this->lng->txt($a_new_type."_import"));
include_once("./Services/Form/classes/class.ilFileInputGUI.php");
$fi = new ilFileInputGUI($this->lng->txt("import_file"), "importfile");
$fi->setSuffixes(array("zip"));
$fi->setRequired(true);
$form->addItem($fi);
$form->addCommandButton("importFile", $this->lng->txt("import"));
$form->addCommandButton("cancel", $this->lng->txt("cancel"));
return $form;
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::insertHeaderAction (   $a_list_gui)
protected

Insert header action into main template.

Parameters
ilObjectListGUI$a_list_gui

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

Referenced by addHeaderAction(), and ilObjBlogGUI\addHeaderAction().

{
if(is_object($a_list_gui))
{
$this->tpl->setHeaderActionMenu($a_list_gui->getHeaderAction());
}
}

+ Here is the caller graph for this function:

ilObjectGUI::isVisible (   $a_ref_id,
  $a_type 
)

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

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

{
global $ilBench;
$ilBench->start("Explorer", "setOutput_isVisible");
$visible = $this->checkPermissionBool("visible,read", "", "", $a_ref_id);
if ($visible && $a_type == 'crs') {
global $tree;
if($crs_id = $tree->checkForParentType($a_ref_id,'crs'))
{
if(!$this->checkPermissionBool("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 643 of file class.ilObjectGUI.php.

Referenced by ilObjSAHSLearningModuleGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjContentObjectGUI\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 238 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(), ilObjExternalFeedGUI\executeCommand(), ilObjSearchSettingsGUI\executeCommand(), ilObjBookingPoolGUI\executeCommand(), ilObjNotificationAdminGUI\executeCommand(), ilObjSystemFolderGUI\executeCommand(), ilObjBlogAdministrationGUI\executeCommand(), ilObjForumAdministrationGUI\executeCommand(), ilObjPortfolioAdministrationGUI\executeCommand(), ilObjTaggingSettingsGUI\executeCommand(), ilObjAccessibilitySettingsGUI\executeCommand(), ilObjComponentSettingsGUI\executeCommand(), ilObjObjectTemplateAdministrationGUI\executeCommand(), ilObjAdvancedEditingGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjCategoryGUI\executeCommand(), ilObjLearningResourcesSettingsGUI\executeCommand(), ilObjMediaObjectsSettingsGUI\executeCommand(), ilObjSAHSLearningModuleGUI\executeCommand(), ilObjNewsSettingsGUI\executeCommand(), ilObjPersonalDesktopSettingsGUI\executeCommand(), ilObjContentObjectGUI\executeCommand(), ilObjMediaCastGUI\executeCommand(), ilObjStyleSettingsGUI\executeCommand(), ilObjSkillManagementGUI\executeCommand(), ilObjUserTrackingGUI\executeCommand(), ilObjRoleTemplateGUI\executeCommand(), ilContainerGUI\executeCommand(), ilObjStyleSheetGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjFileBasedLMGUI\executeCommand(), ilObjUserFolderGUI\executeCommand(), ilObjPrivacySecurityGUI\executeCommand(), ilObjCourseReferenceGUI\executeCommand(), ilObjSurveyAdministrationGUI\executeCommand(), ilObjCategoryReferenceGUI\executeCommand(), ilObjAssessmentFolderGUI\executeCommand(), ilObjExerciseGUI\executeCommand(), ilObjCertificateSettingsGUI\executeCommand(), ilObjRoleFolderGUI\executeCommand(), ilObjMediaCastSettingsGUI\executeCommand(), ilObjTestGUI\executeCommand(), ilObjMDSettingsGUI\executeCommand(), ilObjCalendarSettingsGUI\executeCommand(), ilObjSurveyQuestionPoolGUI\executeCommand(), ilObjFileAccessSettingsGUI\executeCommand(), ilObjQuestionPoolGUI\executeCommand(), ilObjUserGUI\executeCommand(), ilObjSurveyGUI\executeCommand(), ilObjRecoveryFolderGUI\executeCommand(), ilObjRoleGUI\executeCommand(), ilObjChatroomAdminGUI\executeCommand(), ilObjFolderGUI\executeCommand(), ilObjRemoteCourseGUI\executeCommand(), ilObjForumGUI\executeCommand(), ilObjRootFolderGUI\executeCommand(), executeCommand(), ilObjPaymentSettingsGUI\executeCommand(), ilObjObjectFolderGUI\executeCommand(), ilObjMailGUI\executeCommand(), ilObjLanguageFolderGUI\executeCommand(), ilObjAuthSettingsGUI\executeCommand(), ilObjExternalToolsSettingsGUI\executeCommand(), ilObjiLincCourseGUI\executeCommand(), ilObjectGUI(), ilObjiLincClassroomGUI\ilObjiLincClassroomGUI(), ilObjiLincClassroomGUI\save(), ilDBayObjectGUI\switchToVisibleMode(), 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)
{
// repository vs. workspace
if($this->call_by_reference)
{
// 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);
// the next line prevents the header action menu being shown
$this->parent_gui_obj->setCreationMode(true);
$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::putObjectInTree ( ilObject  $a_obj,
  $a_parent_node_id = null 
)
protected

Add object to tree at given position.

Parameters
ilObject$a_obj
int$a_parent_node_id

Reimplemented in ilObject2GUI.

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

References $_GET, ilChangeEvent\_recordWriteEvent(), ilRbacLog\add(), ilRbacLog\CREATE_OBJECT, ilObject\createReference(), ilRbacLog\gatherFaPa(), ilObject\getId(), ilObject\getRefId(), ilObject\putInTree(), and ilObject\setPermissions().

Referenced by ilObjFileBasedLMGUI\createFromDirectory(), ilObjGlossaryGUI\importFileObject(), ilObjSurveyQuestionPoolGUI\importFileObject(), importFileObject(), ilObjSurveyGUI\importFileObject(), ilObjGlossaryGUI\saveObject(), ilObjGroupGUI\saveObject(), and saveObject().

{
global $rbacreview, $ilUser;
if(!$a_parent_node_id)
{
$a_parent_node_id = $_GET["ref_id"];
}
$a_obj->createReference();
$a_obj->putInTree($a_parent_node_id);
$a_obj->setPermissions($a_parent_node_id);
$this->obj_id = $a_obj->getId();
$this->ref_id = $a_obj->getRefId();
// BEGIN ChangeEvent: Record save object.
require_once('Services/Tracking/classes/class.ilChangeEvent.php');
ilChangeEvent::_recordWriteEvent($this->obj_id, $ilUser->getId(), 'create');
// END ChangeEvent: Record save object.
// rbac log
include_once "Services/AccessControl/classes/class.ilRbacLog.php";
$rbac_log_roles = $rbacreview->getParentRoleIds($this->ref_id, false);
$rbac_log = ilRbacLog::gatherFaPa($this->ref_id, array_keys($rbac_log_roles), true);
ilRbacLog::add(ilRbacLog::CREATE_OBJECT, $this->ref_id, $rbac_log);
}

+ 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 1788 of file class.ilObjectGUI.php.

References ilObject\_lookupType().

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

{
$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::redrawHeaderActionObject ( )
protected

Ajax call: redraw action header only.

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

References exit, and initHeaderAction().

Referenced by ilObject2GUI\redrawHeaderAction().

{
$lg = $this->initHeaderAction();
echo $lg->getHeaderAction();
}

+ 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 ilObjRecoveryFolderGUI.

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

References $_POST, $lng, and $log.

Referenced by ilObject2GUI\removeFromSystem().

{
global $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");
}

+ Here is the caller graph for this function:

ilObjectGUI::saveObject ( )

save object

public

Reimplemented in ilObjStyleSheetGUI, ilObjRoleGUI, ilObjRoleFolderGUI, ilObjMediaObjectGUI, ilObjSAHSLearningModuleGUI, ilObjLanguageExtGUI, ilObjUserGUI, ilObjGroupGUI, ilObjGlossaryGUI, ilObjTypeDefinitionGUI, ilObjWikiGUI, ilObjMailGUI, ilObjRoleTemplateGUI, ilObjiLincCourseGUI, ilContainerReferenceGUI, ilObjAssessmentFolderGUI, ilObjSurveyAdministrationGUI, ilObjStyleSettingsGUI, ilObjAdvancedEditingGUI, ilObjStyleSheetFolderGUI, ilObjRecoveryFolderGUI, and GUI.

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

References $_REQUEST, $location, $objDefinition, $tpl, afterSave(), checkPermissionBool(), getDidacticTemplateVar(), initCreateForm(), and putObjectInTree().

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

{
$new_type = $_REQUEST["new_type"];
// create permission is already checked in createObject. This check here is done to prevent hacking attempts
if (!$this->checkPermissionBool("create", "", $new_type))
{
$this->ilias->raiseError($this->lng->txt("no_create_permission"), $this->ilias->error_obj->MESSAGE);
}
$this->lng->loadLanguageModule($new_type);
$this->ctrl->setParameter($this, "new_type", $new_type);
$form = $this->initCreateForm($new_type);
if ($form->checkInput())
{
$this->ctrl->setParameter($this, "new_type", "");
// create instance
$class_name = "ilObj".$objDefinition->getClassName($new_type);
$location = $objDefinition->getLocation($new_type);
include_once($location."/class.".$class_name.".php");
$newObj = new $class_name();
$newObj->setType($new_type);
$newObj->setTitle($form->getInput("title"));
$newObj->setDescription($form->getInput("desc"));
$newObj->create();
$this->putObjectInTree($newObj);
// apply didactic template?
$dtpl = $this->getDidacticTemplateVar("dtpl");
if($dtpl)
{
$newObj->applyDidacticTemplate($dtpl);
}
// additional paramters are added to afterSave()
$args = func_get_args();
if($args)
{
$this->afterSave($newObj, $args);
}
else
{
$this->afterSave($newObj);
}
return;
}
// display only this form to correct input
$form->setValuesByPost();
$tpl->setContent($form->getHtml());
}

+ 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 549 of file class.ilObjectGUI.php.

References $lng.

{
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 495 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 1974 of file class.ilObjectGUI.php.

References checkPermissionBool().

Referenced by getCenterColumnHTML(), and getRightColumnHTML().

{
$column_gui->setRepositoryMode(true);
$column_gui->setEnableEdit(false);
if ($this->checkPermissionBool("write"))
{
$column_gui->setEnableEdit(true);
}
}

+ Here is the call graph for this function:

+ 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 205 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 1373 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 593 of file class.ilObjectGUI.php.

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

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

{
global $ilLocator, $tpl;
if ($this->omit_locator)
{
return;
}
// repository vs. workspace
if($this->call_by_reference)
{
// 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 1404 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 570 of file class.ilObjectGUI.php.

{
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 ilObjMediaObjectGUI, ilObjGlossaryGUI, ilObjMediaPoolGUI, ilObjLinkResourceGUI, ilObjStyleSettingsGUI, ilObjStyleSheetGUI, ilObjMediaCastGUI, ilObjFileGUI, ilObjFileBasedLMGUI, ilObjSAHSLearningModuleGUI, ilObject2GUI, ilObjBookingPoolGUI, ilObjExternalFeedGUI, ilObjBlogGUI, ilObjNotificationAdminGUI, and ilObjWorkspaceRootFolderGUI.

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

References getTabs().

Referenced by ilObjContentObjectGUI\addBibItem(), ilObjContentObjectGUI\addMenuEntry(), ilObjDlBookGUI\addTranslation(), ilObjContentObjectGUI\chapters(), ilObjContentObjectGUI\delete(), ilObjContentObjectGUI\deleteBibItem(), ilObjContentObjectGUI\editBibItem(), ilObjContentObjectGUI\editMenuEntry(), ilObjContentObjectGUI\editMenuProperties(), ilObjContentObjectGUI\editPublicSection(), ilObjContentObjectGUI\executeCommand(), ilObjContentObjectGUI\fixTreeConfirm(), ilObjContentObjectGUI\history(), ilObjContentObjectGUI\info(), ilObjContentObjectGUI\initStylePropertiesForm(), ilObjContentObjectGUI\linkChecker(), ilObjContentObjectGUI\listLinks(), ilObjContentObjectGUI\listQuestions(), ilObjContentObjectGUI\owner(), ilObjContentObjectGUI\pages(), ilObjContentObjectGUI\perm(), prepareOutput(), ilObjContentObjectGUI\properties(), ilObjContentObjectGUI\saveBibItem(), ilObjContentObjectGUI\showEntrySelector(), ilObjContentObjectGUI\showExportIDsOverview(), and ilObjContentObjectGUI\showMaintenance().

{
$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 1440 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, ilObject2GUI, ilContainerGUI, ilObjFileAccessSettingsGUI, ilObjRootFolderGUI, ilObjUserGUI, and ilObjWorkspaceRootFolderGUI.

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

References $_GET, ilObjectListGUIFactory\_getListGUIByType(), 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()));
}
include_once './Services/Object/classes/class.ilObjectListGUIFactory.php';
$lgui = ilObjectListGUIFactory::_getListGUIByType($this->object->getType());
$lgui->initItem($this->object->getRefId(), $this->object->getId());
$this->tpl->setAlertProperties($lgui->getAlertProperties());
}

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

ilObjectGUI::showMountWebfolderIcon ( )
finalprivate

Definition at line 468 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 ilContainerGUI, ilObject2GUI, ilObjUserFolderGUI, and ilObjRecoveryFolderGUI.

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

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

Referenced by 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"];
}
}
}
if (is_array($subobj))
{
//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 419 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

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

References $_GET, and $tpl.

Referenced by ilObject2GUI\trash().

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

+ Here is the caller graph for this function:

ilObjectGUI::undeleteObject ( )

Get objects back from trash.

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

References $_GET, and $_POST.

Referenced by ilObject2GUI\undelete().

{
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");
}

+ Here is the caller graph for this function:

ilObjectGUI::updateCustom ( ilPropertyFormGUI  $a_form)
protected

Insert custom update form values into object.

Parameters
ilPropertyFormGUI$a_form

Reimplemented in ilObjExerciseGUI, ilObjMediaPoolGUI, ilObjFolderGUI, ilObjForumGUI, ilObjBookingPoolGUI, and ilObjBlogGUI.

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

Referenced by updateObject().

{
}

+ Here is the caller graph for this function:

ilObjectGUI::updateObject ( )

updates object entry in object_data

Reimplemented in ilObjQuestionPoolGUI, ilObjCourseGUI, ilObjRoleGUI, ilObjUserGUI, ilObjSessionGUI, ilObjRoleTemplateGUI, ilObjCategoryGUI, ilObjSurveyQuestionPoolGUI, ilObjGroupGUI, ilObjRemoteCourseGUI, ilObjRootFolderGUI, ilObjStyleSheetGUI, ilContainerReferenceGUI, and ilObjiLincCourseGUI.

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

References $tpl, afterUpdate(), checkPermissionBool(), initEditForm(), and updateCustom().

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

{
global $ilTabs, $tpl;
if (!$this->checkPermissionBool("write"))
{
$this->ilias->raiseError($this->lng->txt("permission_denied"),$this->ilias->error_obj->MESSAGE);
}
$form = $this->initEditForm();
if($form->checkInput())
{
$this->object->setTitle($form->getInput("title"));
$this->object->setDescription($form->getInput("desc"));
$this->updateCustom($form);
$this->object->update();
$this->afterUpdate();
return;
}
// display form again to correct errors
$ilTabs->activateTab("settings");
$form->setValuesByPost();
$tpl->setContent($form->getHtml());
}

+ 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, ilObjGlossaryGUI, ilObjGroupGUI, ilObjExerciseGUI, ilObjCourseGUI, ilObjSAHSLearningModuleGUI, ilObjWikiGUI, ilObjLanguageExtGUI, ilObjRoleFolderGUI, ilObjStyleSheetFolderGUI, ilObjSystemFolderGUI, ilObjStyleSheetGUI, ilObjFolderGUI, ilObjObjectFolderGUI, ilObjMailGUI, ilObjExternalToolsSettingsGUI, ilObjAuthSettingsGUI, ilObjLanguageFolderGUI, and ilObjTypeDefinitionGUI.

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

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

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

{
global$tpl;
if (!$this->checkPermissionBool("visible,read"))
{
$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;
$this->object->getType(),
$this->object->getRefId(),
$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 194 of file class.ilObjectGUI.php.

{
return $this->call_by_reference;
}

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(), ilObjSurveyGUI\codesMailObject(), ilObjSCORM2004LearningModuleGUI\confirmDeleteExportFile(), ilObjSurveyQuestionPoolGUI\confirmDeleteExportFileObject(), ilObjTestGUI\confirmDeleteExportFileObject(), ilObjSurveyGUI\confirmDeleteExportFileObject(), ilObjSurveyGUI\constraintsObject(), ilObjRoleTemplateGUI\createObject(), ilObjSurveyQuestionPoolGUI\deleteQuestionsObject(), ilObjSurveyGUI\deleteSingleUserResultsObject(), ilObjTypeDefinitionGUI\displayList(), ilObjObjectFolderGUI\displayList(), ilObjSystemFolderGUI\displayList(), ilObjStyleSettingsGUI\editContentStylesObject(), ilObjTypeDefinitionGUI\editObject(), ilObjUserGUI\editOldObject(), ilObjPaymentSettingsGUI\editPricesObject(), ilObjRootFolderGUI\editTranslationsObject(), ilObjCategoryGUI\editTranslationsObject(), ilObjGroupGUI\exportMembersObject(), ilObjSurveyQuestionPoolGUI\exportObject(), ilObjTestGUI\exportObject(), ilObjSurveyGUI\exportObject(), ilContainerGUI\getAsynchItemListObject(), ilObjiLincClassroomGUI\getDefaultValues(), ilObjiLincClassroomGUI\getObjectValues(), ilCourseItemAdministrationGUI\getValues(), ilObjUserGUI\getValues(), ilObjSurveyGUI\importExternalRecipientsFromDatasetObject(), ilObjSurveyGUI\importExternalRecipientsFromFileObject(), ilObjSurveyGUI\importExternalRecipientsFromTextObject(), initDidacticTemplate(), ilObjiLincClassroomGUI\initSettingsForm(), ilObjAssessmentFolderGUI\logAdminObject(), ilObjSurveyGUI\maintenanceObject(), ilObjPaymentSettingsGUI\objectsObject(), ilObjUserTrackingGUI\outputTrackingDataObject(), ilObjTestGUI\participantsObject(), ilObjQuestionPoolGUI\printObject(), ilObjTestGUI\questionBrowser(), ilObjSurveyQuestionPoolGUI\questionsObject(), ilObjQuestionPoolGUI\questionsObject(), ilObjSurveyGUI\questionsObject(), ilObjTestGUI\questionsObject(), ilObjRoleGUI\readRoleProperties(), ilObjiLincCourseGUI\removeMemberObject(), ilObjSurveyGUI\removeQuestionsForm(), ilObjTestGUI\removeQuestionsForm(), ilObjSystemFolderGUI\saveHeaderTitleObject(), ilObjUserFolderGUI\searchUserObject(), ilObjSurveyGUI\setCodesSubtabs(), ilObjDlBookGUI\showCitation(), ilObjSCORM2004LearningModuleGUI\showExportList(), ilObjSystemFolderGUI\showHeaderTitleObject(), ilObjForumGUI\showStatisticsObject(), ilObjSCORM2004LearningModuleGUI\showTrackingItem(), ilObjLanguageExtGUI\statisticsObject(), ilObjFileGUI\update(), ilObjLinkResourceGUI\updateLinks(), 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(), ilObjTestGUI\executeCommand(), ilObjSurveyQuestionPoolGUI\executeCommand(), ilObjFileAccessSettingsGUI\executeCommand(), ilObjQuestionPoolGUI\executeCommand(), ilObjSurveyGUI\executeCommand(), ilObjContentObjectGUI\explorer(), ilObjUserFolderGUI\exportObject(), ilObjPaymentSettingsGUI\getERPform(), ilObjTestGUI\getSettingsSubTabs(), ilExcelWriterAdapter\ilExcelWriterAdapter(), ilObjectGUI(), ilObjiLincClassroomGUI\ilObjiLincClassroomGUI(), ilObjPaymentSettingsGUI\ilObjPaymentSettingsGUI(), ilObjForumGUI\initTopicCreateForm(), ilObjLinkResourceGUI\linkChecker(), ilObjContentObjectGUI\linkChecker(), ilObjGroupGUI\mailMembersObject(), ilObjCourseGUI\mailMembersObject(), 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(), ilObjStyleSheetFolderGUI\toggleGlobalFixedObject(), ilObjUserGUI\updateObject(), ilObjUserGUI\updateObjectOld(), and ilObjStyleSheetFolderGUI\viewObject().

ilObjectGUI::$lng

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

Referenced by ilObjBlogGUI\__construct(), ilObjPersonalDesktopSettingsGUI\__construct(), ilObjChatroomAdminGUI\__construct(), ilObjCalendarSettingsGUI\__construct(), ilObjMDSettingsGUI\__construct(), ilObject2GUI\__construct(), ilObjRoleGUI\__construct(), ilObjLinkResourceGUI\__setLocator(), ilObjForumGUI\__showMembersTable(), ilObjMediaObjectGUI\_getMediaInfoHTML(), ilObjStyleSheetGUI\_getTemplatePreview(), ilObjLanguageExtGUI\_getTranslationLink(), ilObjRemoteCourseGUI\_goto(), ilObjCourseReferenceGUI\_goto(), ilObjCategoryReferenceGUI\_goto(), ilObjMailGUI\_goto(), ilObjectPluginGUI\_goto(), ilObjFolderGUI\_goto(), ilObjRootFolderGUI\_goto(), ilObjSAHSLearningModuleGUI\_goto(), ilObjWikiGUI\_goto(), ilObjBookingPoolGUI\_goto(), ilObjFileGUI\_goto(), ilObjFileBasedLMGUI\_goto(), ilObjSurveyQuestionPoolGUI\_goto(), ilObjForumGUI\_goto(), ilObjMediaCastGUI\_goto(), ilObjQuestionPoolGUI\_goto(), ilObjCategoryGUI\_goto(), ilObjMediaPoolGUI\_goto(), ilObjLinkResourceGUI\_goto(), ilObjGlossaryGUI\_goto(), ilObjExerciseGUI\_goto(), ilObjiLincCourseGUI\_goto(), ilObjGroupGUI\_goto(), ilObjUserFolderGUI\_goto(), ilObjContentObjectGUI\_goto(), ilObjUserGUI\_goto(), ilObjSystemFolderGUI\_goto(), ilObjSurveyGUI\_goto(), ilObjCourseGUI\_goto(), ilObjTestGUI\_goto(), ilObjCategoryGUI\_importCategories(), ilObjCategoryGUI\_importCategoriesForm(), ilObjCourseGUI\_modifyItemGUI(), ilContainerReferenceGUI\_prepareSelection(), ilObjSCORM2004LearningModuleGUI\activateExpertMode(), ilObjComponentSettingsGUI\activatePlugin(), ilObjLinkResourceGUI\activateTabs(), ilObjExerciseGUI\addContentSubTabs(), ilObjSystemFolderGUI\addHeaderTitleObject(), ilObjWikiGUI\addImportantPageObject(), ilObjContentObjectGUI\addLocations(), ilObjExternalToolsSettingsGUI\addSocialBookmarkObject(), ilContainerGUI\addStandardContainerSubTabs(), ilObjExerciseGUI\addSubmissionSubTabs(), ilObjTaggingSettingsGUI\addSubTabs(), ilObjContentObjectGUI\addTabs(), ilObjGlossaryGUI\addTerm(), ilObjForumGUI\addThreadObject(), ilContainerGUI\addToDeskObject(), ilObjGlossaryGUI\addUsagesToInfo(), ilObjMediaPoolGUI\afterConstructor(), ilObjGroupGUI\assignSubscribersObject(), ilObjSystemFolderGUI\benchmarkObject(), ilObjSystemFolderGUI\benchmarkSubTabs(), ilObjBlogGUI\buildExportTemplate(), ilObjTestGUI\buildPageViewToolbar(), ilObjStyleSheetGUI\cancelCharacteristicDeletionObject(), ilObjForumGUI\cancelMoveThreadsObject(), ilObjStyleSheetGUI\cancelObject(), ilObjContentObjectGUI\chapters(), ilObjCourseGUI\checkLicenses(), ilObjExerciseGUI\confirmAssignmentsDeletionObject(), ilObjExerciseGUI\confirmDeassignMembersObject(), ilObjGlossaryGUI\confirmDefinitionDeletion(), ilObjExerciseGUI\confirmDeleteDeliveredObject(), ilObjStyleSettingsGUI\confirmDeleteIndividualStyles(), ilObjExternalToolsSettingsGUI\confirmDeleteSocialBookmarksObject(), ilObjForumGUI\confirmDeleteThreads(), ilObjMediaCastGUI\confirmDeletionItemsObject(), confirmedDeleteObject(), ilObjSCORM2004LearningModuleGUI\confirmExpertMode(), ilObjMediaPoolGUI\confirmRemove(), ilObjWikiGUI\confirmRemoveImportantPagesObject(), ilObjGlossaryGUI\confirmTermDeletion(), ilObjTestGUI\copyAndLinkToQuestionpoolObject(), ilObjStyleSheetGUI\copyCharacteristicsObject(), ilObjSCORM2004LearningModuleGUI\copyItems(), ilObjContentObjectGUI\copyItems(), ilObjStyleSheetGUI\createObject(), ilObjBlogGUI\createPosting(), ilObjTestGUI\createQuestionObject(), ilObjExternalToolsSettingsGUI\createSocialBookmarkObject(), ilObjForumGUI\createThreadObject(), ilObjSCORM2004LearningModuleGUI\cutItems(), ilObjContentObjectGUI\cutItems(), ilObjComponentSettingsGUI\deactivatePlugin(), ilObjExerciseGUI\deassignMembersObject(), ilObjAssessmentFolderGUI\defaultsObject(), ilObjExerciseGUI\deleteAssignmentsObject(), ilObjStyleSheetGUI\deleteCharacteristicConfirmationObject(), ilObjStyleSheetGUI\deleteColorConfirmationObject(), ilObject2GUI\deleteConfirmation(), ilObject2GUI\deleteConfirmedObjects(), ilObjStyleSheetGUI\deleteCoreCharMessage(), ilObjSystemFolderGUI\deleteHeaderTitlesObject(), ilObjSkillManagementGUI\deleteNodes(), ilObjSCORM2004LearningModuleGUI\deleteNodes(), ilObjExternalToolsSettingsGUI\deleteSocialBookmarksObject(), ilObjStyleSheetGUI\deleteTemplateConfirmationObject(), ilObjExerciseGUI\deliverFileObject(), ilObjMediaCastGUI\determinePlaytimeObject(), ilObjExternalToolsSettingsGUI\disableSocialBookmarksObject(), ilObjFolderGUI\downloadFolderObject(), ilObjStyleSettingsGUI\editContentStylesObject(), ilObjFileAccessSettingsGUI\editDiskQuotaMailTemplate(), ilObjFileAccessSettingsGUI\editDiskQuotaSettings(), ilObjFileAccessSettingsGUI\editDownloadingSettings(), ilObjExternalToolsSettingsGUI\editGoogleMapsObject(), ilObjWikiGUI\editImportantPagesObject(), ilObjExternalToolsSettingsGUI\editjsMathObject(), ilObjContentObjectGUI\editMenuProperties(), ilObjStyleSheetGUI\editObject(), ilContainerGUI\editPageContentObject(), ilObjBlogAdministrationGUI\editSettings(), ilObjPortfolioAdministrationGUI\editSettings(), ilObjNewsSettingsGUI\editSettings(), ilObjPersonalDesktopSettingsGUI\editSettings(), ilObjLearningResourcesSettingsGUI\editSettings(), ilObjSkillManagementGUI\editSettings(), ilObjSkillManagementGUI\editSkills(), ilObjSkillManagementGUI\editSkillTemplates(), ilObjAuthSettingsGUI\editSOAPObject(), ilObjExternalToolsSettingsGUI\editSocialBookmarkObject(), ilObjExternalToolsSettingsGUI\editSocialBookmarksObject(), ilObjFileAccessSettingsGUI\editWebDAVSettings(), ilObjExternalToolsSettingsGUI\enableSocialBookmarksObject(), ilObjectPluginGUI\executeCommand(), ilObjContentObjectGUI\executeCommand(), ilObjSCORM2004LearningModuleGUI\executeCommand(), ilObjGlossaryGUI\executeCommand(), ilObjExerciseGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilObjFileAccessSettingsGUI\executeCommand(), ilObjBlogGUI\executeCommand(), ilObjCourseGUI\fetchPrintMemberData(), ilObjBlogGUI\finalize(), ilContainerGUI\forwardToPageObject(), ilObjForumGUI\getActivationFormHTML(), ilObjObjectTemplateAdministrationGUI\getAdminTabs(), ilObjComponentSettingsGUI\getAdminTabs(), ilObjSkillManagementGUI\getAdminTabs(), ilObjRoleFolderGUI\getAdminTabs(), ilObjMediaCastGUI\getCastItemValues(), ilObjForumGUI\getCensorshipFormHTML(), ilObjForumGUI\getContent(), ilObjForumGUI\getDeactivationFormHTML(), ilObjForumGUI\getDeleteFormHTML(), ilObjBlogGUI\getExerciseInfo(), ilObjContentObjectGUI\getLayoutOption(), ilObjContentObjectGUI\getPublicAccessColValue(), ilObjTestGUI\getQuestionpoolCreationForm(), getRightColumnHTML(), ilObjWikiGUI\getSettingsFormValues(), ilObjSurveyAdministrationGUI\getSettingsTemplateConfig(), ilObjAssessmentFolderGUI\getSettingsTemplateConfig(), ilObjStyleSheetGUI\getStyleExampleHTML(), ilObjRootFolderGUI\getTabs(), ilObjCategoryGUI\getTabs(), ilObjSurveyAdministrationGUI\getTabs(), ilObjFolderGUI\getTabs(), ilObjWikiGUI\getTabs(), ilObjAssessmentFolderGUI\getTabs(), ilObjFileBasedLMGUI\getTabs(), ilObjStyleSheetGUI\getTabs(), ilObjStyleSettingsGUI\getTabs(), ilObjExerciseGUI\getTabs(), ilObjGroupGUI\getTabs(), ilObjCourseGUI\getTabs(), ilObjSAHSLearningModuleGUI\getTemplate(), ilObjFileBasedLMGUI\getTemplate(), ilObjForumGUI\getUserProfileAdditional(), 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(), ilObjRoleFolderGUI\ilObjRoleFolderGUI(), 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(), ilObjFolderGUI\importFileObject(), ilObjMailGUI\importObject(), ilObjStyleSettingsGUI\importPageLayoutObject(), ilObjUserFolderGUI\importUserRoleAssignmentObject(), ilObjUserFolderGUI\importUsersObject(), ilObjWikiGUI\infoScreen(), ilObjectPluginGUI\infoScreen(), ilObjExerciseGUI\infoScreen(), ilObjMediaCastGUI\initAddCastItemForm(), ilObjStyleSettingsGUI\initAddPageLayoutForm(), ilObjExerciseGUI\initAssignmentForm(), ilObjSystemFolderGUI\initBasicSettingsForm(), ilObjStyleSheetGUI\initCharacteristicForm(), ilObjStyleSheetGUI\initColorForm(), ilObjSystemFolderGUI\initContactInformationForm(), ilObjSAHSLearningModuleGUI\initCreationForm(), ilObjSystemFolderGUI\initCronJobsForm(), initDidacticTemplate(), ilObjBlogGUI\initEditCustomForm(), ilObjectPluginGUI\initEditForm(), initEditForm(), ilObjMediaPoolGUI\initFolderForm(), ilObjTaggingSettingsGUI\initForbiddenTagsForm(), ilObjMediaObjectGUI\initForm(), ilObjUserGUI\initForm(), ilObjForumAdministrationGUI\initFormSettings(), ilObjBlogAdministrationGUI\initFormSettings(), ilObjPortfolioAdministrationGUI\initFormSettings(), ilObjSearchSettingsGUI\initFormSettings(), ilObjTaggingSettingsGUI\initFormSettings(), ilObjMediaCastSettingsGUI\initFormSettings(), ilObjAdvancedEditingGUI\initGeneralPageSettingsForm(), ilObjMDSettingsGUI\initGeneralSettingsForm(), ilObjSCORM2004LearningModuleGUI\initGlossaryCreationForm(), ilObjStyleSheetGUI\initImageForm(), ilObjContentObjectGUI\initImportForm(), ilObjSystemFolderGUI\initJavaServerForm(), ilObjMediaObjectsSettingsGUI\initMediaObjectsSettingsForm(), ilObjMediaPoolGUI\initMediaPoolPageForm(), ilObjUserFolderGUI\initNewAccountMailForm(), ilObjAdvancedEditingGUI\initPageEditorForm(), ilObjStyleSettingsGUI\initPageLayoutImportForm(), ilObjSCORM2004LearningModuleGUI\initPropertiesEditableForm(), ilObjStyleSheetGUI\initPropertiesForm(), ilObjContentObjectGUI\initPropertiesForm(), ilObjSystemFolderGUI\initProxyForm(), ilObjSystemFolderGUI\initServerInfoForm(), ilObjContentObjectGUI\initSetPageLayoutForm(), ilObjFileBasedLMGUI\initSettingsForm(), ilObjGlossaryGUI\initSettingsForm(), ilObjWikiGUI\initSettingsForm(), ilObjMediaCastGUI\initSettingsForm(), ilObjFileGUI\initSingleUploadForm(), ilObjContentObjectGUI\initStylePropertiesForm(), ilObjSCORM2004LearningModuleGUI\initStylePropertiesForm(), ilObjWikiGUI\initStylePropertiesForm(), ilContainerGUI\initStylePropertiesForm(), ilObjStyleSheetGUI\initTagStyleForm(), ilObjStyleSheetGUI\initTemplateForm(), ilObjStyleSheetGUI\initTemplateGenerationForm(), ilObjSAHSLearningModuleGUI\initUploadForm(), ilObjExerciseGUI\initUploadForm(), ilObjUserFolderGUI\initUserImportForm(), ilObjSystemFolderGUI\initWebServicesForm(), ilObjFileGUI\initZipUploadForm(), ilObjExerciseGUI\initZipUploadForm(), ilObjSCORM2004LearningModuleGUI\insertAsset(), ilObjSkillManagementGUI\insertBasicSkill(), ilObjSkillManagementGUI\insertBasicSkillTemplate(), ilObjSCORM2004LearningModuleGUI\insertChapter(), ilObjContentObjectGUI\insertChapter(), ilObjSCORM2004LearningModuleGUI\insertPage(), ilObjSCORM2004LearningModuleGUI\insertScenarioGUI(), ilObjSCORM2004LearningModuleGUI\insertSco(), ilObjSkillManagementGUI\insertSkillCategory(), ilObjSkillManagementGUI\insertSkillTemplateCategory(), ilObjSkillManagementGUI\insertSkillTemplateReference(), ilObjSCORM2004LearningModuleGUI\insertTemplate(), ilObjSCORM2004LearningModuleGUI\insertTemplateGUI(), ilObjSurveyGUI\inviteObject(), ilObjExerciseGUI\listAssignmentsObject(), ilObjStyleSheetGUI\listImagesObject(), ilObjMediaCastGUI\listItemsObject(), ilObjMediaPoolGUI\listMedia(), ilObjComponentSettingsGUI\listModules(), ilObjComponentSettingsGUI\listServices(), ilObjGlossaryGUI\listTerms(), ilObjAuthSettingsGUI\loginInfoObject(), ilObjiLincCourseGUI\membersObject(), ilObjExerciseGUI\membersObject(), ilObjGroupGUI\membersObject(), ilObjCourseGUI\membersObject(), ilContainerGUI\modifyItemGUI(), ilObjTestGUI\movePageFormObject(), ilObjForumGUI\moveThreadsObject(), ilObjUserFolderGUI\newAccountMailObject(), ilObjExerciseGUI\orderAssignmentsByDeadlineObject(), ilObjStyleSheetGUI\outputTagStyleEditScreen(), ilObjContentObjectGUI\pages(), ilObjTestGUI\participantsObject(), ilObjStyleSheetGUI\pasteCharacteristicsObject(), ilContainerGUI\pasteObject(), ilObjForumGUI\performDeleteThreadsObject(), ilObjMailGUI\performImportObject(), ilObjForumGUI\performMoveThreadsObject(), ilObjWikiGUI\performSearchObject(), ilObjForumGUI\performThreadsActionObject(), ilObjForumGUI\prepareThreadScreen(), ilObjBlogGUI\preview(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjContentObjectGUI\properties(), ilObjStyleSheetGUI\propertiesObject(), ilObjGroupGUI\refuseSubscribersObject(), ilContainerGUI\removeFromDeskObject(), removeFromSystemObject(), ilObjWikiGUI\removeImportantPagesObject(), ilObjBlogGUI\render(), ilObjBlogGUI\renderList(), ilObjAccessibilitySettingsGUI\saveAccessKeys(), ilObjSkillManagementGUI\saveAllTemplateTitles(), ilObjSkillManagementGUI\saveAllTitles(), ilObjExerciseGUI\saveAssignmentObject(), ilObjExerciseGUI\saveAssignmentOrderObject(), ilObjSystemFolderGUI\saveBasicSettingsObject(), ilObjMediaCastGUI\saveCastItemObject(), ilObjStyleSheetGUI\saveCharacteristicObject(), ilObjStyleSheetGUI\saveColorObject(), ilObjSystemFolderGUI\saveContactInformationObject(), ilObjSystemFolderGUI\saveCronJobsObject(), ilObjFileAccessSettingsGUI\saveDiskQuotaMailTemplate(), ilObjFileAccessSettingsGUI\saveDiskQuotaSettings(), ilObjFileAccessSettingsGUI\saveDownloadingSettings(), ilObjContentObjectGUI\saveExportIds(), ilObjMediaPoolGUI\saveFolder(), ilObjTaggingSettingsGUI\saveForbiddenTags(), ilObjAdvancedEditingGUI\saveGeneralPageSettingsObject(), ilObjUserFolderGUI\saveGlobalUserSettingsObject(), ilObjSCORM2004LearningModuleGUI\saveGlossary(), ilObjExerciseGUI\saveGradesObject(), ilObjWikiGUI\saveGradingObject(), ilObjSystemFolderGUI\saveHeaderTitlesObject(), ilObjStyleSheetGUI\saveHideStatusObject(), ilObjSystemFolderGUI\saveJavaServerObject(), ilObjMediaPoolGUI\saveMediaPoolPage(), ilObjUserFolderGUI\saveNewAccountMailObject(), ilObjWikiGUI\saveObject(), ilObjMediaObjectGUI\saveObject(), ilObjComponentSettingsGUI\saveOptions(), ilObjWikiGUI\saveOrderingAndIndentObject(), ilObjAdvancedEditingGUI\savePageEditorSettingsObject(), ilObjContentObjectGUI\savePageLayout(), ilObjStyleSettingsGUI\savePageLayoutTypesObject(), ilObjForumGUI\savePostObject(), ilObjFileBasedLMGUI\saveProperties(), ilObjMediaObjectGUI\savePropertiesObject(), ilObjSystemFolderGUI\saveProxyObject(), ilObjSCORM2004LearningModuleGUI\saveSequencing(), ilObjMediaObjectsSettingsGUI\saveSettings(), ilObjWikiGUI\saveSettingsObject(), ilObjStyleSheetGUI\saveTemplateObject(), ilObjFileAccessSettingsGUI\saveWebDAVSettings(), ilObjSystemFolderGUI\saveWebServicesObject(), ilObjForumGUI\searchForumsObject(), ilObjMediaPoolGUI\selectUploadDirFiles(), setActions(), ilObjExerciseGUI\setAssignmentHeader(), ilObjForumGUI\setColumnSettings(), ilObjContentObjectGUI\setContentSubTabs(), ilObjCourseGUI\setContentSubTabs(), ilObjMediaPoolGUI\setMediaPoolPageTabs(), ilContainerGUI\setPageEditorTabs(), ilObjContentObjectGUI\setPageLayout(), ilObjWikiGUI\setSettingsSubTabs(), ilObjSCORMLearningModuleGUI\setSubTabs(), ilObjStyleSheetGUI\setSubTabs(), ilObjSCORM2004LearningModuleGUI\setSubTabs(), ilObjWorkspaceFolderGUI\setTabs(), ilObjNotificationAdminGUI\setTabs(), ilObjBlogGUI\setTabs(), ilObjExternalFeedGUI\setTabs(), ilObject2GUI\setTabs(), ilObjFileGUI\setTabs(), ilObjMediaCastGUI\setTabs(), ilObjStyleSheetGUI\setTabs(), ilObjLinkResourceGUI\setTabs(), ilObjContentObjectGUI\setTabs(), ilObjStyleSheetGUI\setTemplatesSubTabs(), ilObjCertificateSettingsGUI\settings(), ilObjAdvancedEditingGUI\settingsObject(), ilObjSurveyAdministrationGUI\settingsObject(), ilObjUserFolderGUI\settingsObject(), ilObjWorkspaceRootFolderGUI\setTitleAndDescription(), ilObjRootFolderGUI\setTitleAndDescription(), ilObjGlossaryGUI\showActions(), ilObjContentObjectGUI\showActions(), ilContainerGUI\showAdministrationPanel(), ilObjNotificationAdminGUI\showConfigMatrixObject(), ilObjSystemFolderGUI\showDbBenchResults(), ilObjForumGUI\showExplorerObject(), ilObjExerciseGUI\showGradesOverviewObject(), ilObjSCORM2004LearningModuleGUI\showLearningObjectivesAlignment(), ilContainerGUI\showLinkListObject(), ilObjMediaPoolGUI\showMediaPoolPageUsages(), ilObjSCORM2004LearningModuleGUI\showOrganization(), ilObjExerciseGUI\showParticipantObject(), ilObjComponentSettingsGUI\showPluginSlot(), ilObjComponentSettingsGUI\showPluginSlotInfo(), ilContainerGUI\showPossibleSubObjects(), ilObjSCORM2004LearningModuleGUI\showSequencing(), ilObjSkillManagementGUI\showTree(), ilObjSCORM2004LearningModuleGUI\showTree(), ilObjMediaObjectGUI\showUsagesObject(), ilObjTaggingSettingsGUI\showUsers(), ilObjStyleSheetGUI\templateGenerationObject(), ilObjSkillManagementGUI\test(), ilObjSkillManagementGUI\testAllCert(), ilObjSkillManagementGUI\testCert(), ilObjSkillManagementGUI\testLevels(), ilObjStyleSettingsGUI\toggleGlobalDefaultObject(), ilObjStyleSettingsGUI\toggleGlobalFixedObject(), ilObjExerciseGUI\updateAssignmentObject(), ilObjMediaCastGUI\updateCastItemObject(), ilObjStyleSheetGUI\updateColorObject(), ilObjMediaPoolGUI\updateFolder(), ilObjMediaPoolGUI\updateMediaPoolPage(), ilObjStyleSheetGUI\updateObject(), ilObjExternalToolsSettingsGUI\updateSocialBookmarkObject(), ilObjStyleSheetGUI\updateTemplateObject(), ilObjMailGUI\uploadObject(), ilContainerGUI\useNewEditorObject(), ilObjRoleGUI\userassignmentObject(), ilObjFileAccessSettingsGUI\viewDiskQuotaReport(), ilObjUserFolderGUI\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(), ilObjUserFolderGUI\__showAppliedUsersTable(), ilObjRoleGUI\__showAssignedUsersTable(), __showClipboardTable(), ilObjCourseGUI\__showDeleteSubscriberTable(), ilObjForumGUI\__showMembersTable(), ilObjCourseGUI\__showRemoveFromWaitingListTable(), ilObjCategoryGUI\__showRolesTable(), ilObjUserGUI\__showRolesTable(), ilObjiLincCourseGUI\__showSearchGroupTable(), ilObjRoleGUI\__showSearchGroupTable(), ilObjiLincCourseGUI\__showSearchRoleTable(), ilObjRoleGUI\__showSearchRoleTable(), ilObjiLincCourseGUI\__showSearchUserTable(), ilObjRoleGUI\__showSearchUserTable(), ilContainerGUI\__showTimingsButton(), ilObjCategoryGUI\__showUsersTable(), ilObjCourseGUI\__showWaitingListTable(), ilObjMediaObjectGUI\_getMediaInfoHTML(), ilObjStyleSheetGUI\_getTemplatePreview(), ilObjLanguageExtGUI\_getTranslationLink(), ilObjStyleSheetGUI\accordiontestObject(), ilObjLanguageExtGUI\addAdminLocatorItems(), ilObjExerciseGUI\addAssignmentObject(), ilObjMediaCastGUI\addCastItemObject(), ilObjStyleSheetGUI\addCharacteristicFormObject(), ilObjStyleSheetGUI\addColorObject(), ilObjStyleSheetGUI\addImageObject(), ilObjStyleSheetGUI\addTemplateObject(), ilObjRoleGUI\adoptPermObject(), ilObjSurveyGUI\afterSave(), ilObjMediaPoolGUI\allMedia(), ilObjWikiGUI\allPagesObject(), ilObjAuthSettingsGUI\apacheAuthSettingsObject(), ilObjExerciseGUI\askDirectionSubmissionObject(), ilObjSCORM2004LearningModuleGUI\assignGlossary(), ilObjSystemFolderGUI\benchmarkObject(), ilObjBlogGUI\buildExportTemplate(), ilObjExerciseGUI\confirmAssignmentsDeletionObject(), ilObjExerciseGUI\confirmDeassignMembersObject(), ilObjExerciseGUI\confirmDeleteDeliveredObject(), ilObjStyleSettingsGUI\confirmDeleteIndividualStyles(), ilObjMediaCastGUI\confirmDeletionItemsObject(), ilObjSCORM2004LearningModuleGUI\confirmExpertMode(), ilObjWikiGUI\confirmRemoveImportantPagesObject(), ilObjExerciseGUI\createBlogObject(), ilObjMediaPoolGUI\createFolderForm(), ilObjSCORM2004LearningModuleGUI\createGlossary(), ilObjMediaPoolGUI\createMediaPoolPage(), ilObjStyleSheetGUI\createObject(), ilObjMediaObjectGUI\createObject(), ilObjUserGUI\createObject(), createObject(), ilObjTestGUI\createQuestionObject(), ilObjAssessmentFolderGUI\defaultsObject(), ilObjStyleSheetGUI\deleteCharacteristicConfirmationObject(), ilObjStyleSheetGUI\deleteColorConfirmationObject(), ilObject2GUI\deleteConfirmation(), ilObjStyleSheetGUI\deleteCoreCharMessage(), ilObjSkillManagementGUI\deleteNodes(), ilObjSCORM2004LearningModuleGUI\deleteNodes(), deleteObject(), ilObjStyleSheetGUI\deleteTemplateConfirmationObject(), ilObjStyleSheetGUI\displayTemplateEditForm(), ilObjAccessibilitySettingsGUI\editAccessKeys(), ilObjExerciseGUI\editAssignmentObject(), ilObjMediaCastGUI\editCastItemObject(), ilObjStyleSheetGUI\editColorObject(), ilObjStyleSettingsGUI\editContentStylesObject(), ilObjCourseGUI\editCourseIconsObject(), ilObjFileAccessSettingsGUI\editDiskQuotaMailTemplate(), ilObjFileAccessSettingsGUI\editDiskQuotaSettings(), ilObjFileAccessSettingsGUI\editDownloadingSettings(), ilObjMediaPoolGUI\editFolder(), ilObjTaggingSettingsGUI\editForbiddenTags(), ilObjExternalToolsSettingsGUI\editGoogleMapsObject(), ilObjGroupGUI\editGroupIconsObject(), ilObjWikiGUI\editImportantPagesObject(), ilObjExternalToolsSettingsGUI\editjsMathObject(), ilObjMediaPoolGUI\editMediaPoolPage(), ilObjStyleSheetGUI\editObject(), ilObjFileBasedLMGUI\editObject(), ilObjMediaObjectGUI\editObject(), editObject(), ilContainerGUI\editPageContentObject(), ilObjPaymentSettingsGUI\editPricesObject(), ilObjMediaObjectsSettingsGUI\editSettings(), ilObjWikiGUI\editSettingsObject(), ilObjMediaCastGUI\editSettingsObject(), ilObjSkillManagementGUI\editSkills(), ilObjSkillManagementGUI\editSkillTemplates(), ilObjContentObjectGUI\editStyleProperties(), ilObjSCORM2004LearningModuleGUI\editStyleProperties(), ilObjWikiGUI\editStylePropertiesObject(), ilContainerGUI\editStylePropertiesObject(), ilObjStyleSheetGUI\editTagStyleObject(), ilObjStyleSheetGUI\editTemplateObject(), ilObjRootFolderGUI\editTranslationsObject(), ilObjCategoryGUI\editTranslationsObject(), ilObjFileAccessSettingsGUI\editWebDAVSettings(), ilObjExternalFeedGUI\executeCommand(), ilObjBookingPoolGUI\executeCommand(), ilObjectPluginGUI\executeCommand(), ilObjWikiGUI\executeCommand(), ilObjSCORM2004LearningModuleGUI\executeCommand(), ilContainerGUI\executeCommand(), ilObjMediaPoolGUI\executeCommand(), ilObjQuestionPoolGUI\executeCommand(), ilObjMediaObjectGUI\executeCommand(), ilObjBlogGUI\executeCommand(), ilObjBlogGUI\exportHTMLPages(), ilObjStyleSheetGUI\generateTemplateObject(), getCreationFormsHTML(), getDidacticTemplateVar(), ilObjForumGUI\getForumExplorer(), ilObjectGUI(), ilObjiLincClassroomGUI\ilObjiLincClassroomGUI(), ilObjStyleSheetGUI\ilObjStyleSheetGUI(), ilObjGlossaryGUI\importFileObject(), ilObjSurveyQuestionPoolGUI\importFileObject(), ilObjContentObjectGUI\importFileObject(), importFileObject(), ilObjSurveyGUI\importFileObject(), ilObjStyleSettingsGUI\importPageLayoutFormObject(), ilObjStyleSettingsGUI\importPageLayoutObject(), ilObjUserFolderGUI\importUserFormObject(), ilObjUserFolderGUI\importUserRoleAssignmentObject(), ilObjCourseGUI\infoScreen(), ilObjectPluginGUI\infoScreen(), ilObjUserGUI\initCreate(), ilObjGroupGUI\initForm(), ilObjWikiGUI\initSettingsForm(), ilObjMediaCastGUI\initSettingsForm(), ilContainerGUI\initStylePropertiesForm(), ilObjSCORM2004LearningModuleGUI\insertScenarioGUI(), ilObjSCORM2004LearningModuleGUI\insertTemplateGUI(), ilObjUserFolderGUI\learningProgressObject(), ilObjGroupGUI\leaveObject(), ilObjLinkResourceGUI\linkChecker(), ilObjContentObjectGUI\linkChecker(), ilObjExerciseGUI\listAssignmentsObject(), ilObjStyleSheetGUI\listColorsObject(), ilObjWikiGUI\listContributorsObject(), ilObjStyleSheetGUI\listImagesObject(), ilObjMediaCastGUI\listItemsObject(), ilObjContentObjectGUI\listLinks(), ilObjMediaPoolGUI\listMedia(), ilObjComponentSettingsGUI\listModules(), ilObjComponentSettingsGUI\listPlugins(), ilObjExerciseGUI\listPublicSubmissionsObject(), ilObjContentObjectGUI\listQuestions(), ilObjComponentSettingsGUI\listServices(), ilObjCourseGUI\listStructureObject(), ilObjStyleSheetGUI\listTemplatesObject(), ilObjGlossaryGUI\listTerms(), ilObjBookingPoolGUI\logObject(), ilObjGroupGUI\membersMapObject(), ilObjCourseGUI\membersMapObject(), ilObjExerciseGUI\membersObject(), ilObjCourseGUI\membersObject(), ilObjTestGUI\movePageFormObject(), ilContainerGUI\newBlockTemplate(), ilObjWikiGUI\newPagesObject(), ilObjWikiGUI\orphanedPagesObject(), ilObjStyleSheetGUI\outputTagStyleEditScreen(), ilObjContentObjectGUI\pages(), ilObjStyleSheetGUI\pasteCharacteristicsOverviewObject(), ilObjWikiGUI\performSearchObject(), ilObjWikiGUI\popularPagesObject(), ilObjMediaCastGUI\populateFormFromPost(), prepareOutput(), ilObjForumGUI\prepareThreadScreen(), ilObjCourseGUI\printMembersObject(), ilObjWikiGUI\printViewObject(), ilObjSCORMLearningModuleGUI\properties(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjFileBasedLMGUI\properties(), ilObjGlossaryGUI\properties(), ilObjSurveyGUI\propertiesObject(), ilObjTestGUI\propertiesObject(), ilObjWikiGUI\recentChangesObject(), ilObjWorkspaceFolderGUI\render(), ilObjBlogGUI\render(), ilObjBookingPoolGUI\renderBookingByObject(), ilObjBookingPoolGUI\renderBookingByType(), ilObjBlogGUI\renderFullScreen(), ilContainerGUI\renderItemList(), ilContainerGUI\renderObject(), ilObjWikiGUI\renderSideBlock(), ilObjExerciseGUI\saveAssignmentObject(), ilObjSystemFolderGUI\saveBasicSettingsObject(), ilObjMediaCastGUI\saveCastItemObject(), ilObjStyleSheetGUI\saveCharacteristicObject(), ilObjStyleSheetGUI\saveColorObject(), ilObjSystemFolderGUI\saveContactInformationObject(), ilObjSystemFolderGUI\saveCronJobsObject(), ilObjMediaPoolGUI\saveFolder(), ilObjTaggingSettingsGUI\saveForbiddenTags(), ilObjSCORM2004LearningModuleGUI\saveGlossary(), ilObjSystemFolderGUI\saveJavaServerObject(), ilObjMediaPoolGUI\saveMediaPoolPage(), ilObjWikiGUI\saveObject(), ilObjGlossaryGUI\saveObject(), ilObjUserGUI\saveObject(), ilObjMediaObjectGUI\saveObject(), saveObject(), ilObjAdvancedEditingGUI\savePageEditorSettingsObject(), ilObjFileBasedLMGUI\saveProperties(), ilObjContentObjectGUI\saveProperties(), ilObjGlossaryGUI\saveProperties(), ilObjMediaObjectGUI\savePropertiesObject(), ilObjSystemFolderGUI\saveProxyObject(), ilObjSCORM2004LearningModuleGUI\saveSequencing(), ilObjMediaObjectsSettingsGUI\saveSettings(), ilObjStyleSheetGUI\saveTemplateObject(), ilObjSystemFolderGUI\saveWebServicesObject(), ilObjExerciseGUI\selectBlogObject(), ilObjExerciseGUI\selectPortfolioObject(), ilObjCourseGUI\selectStarterObject(), ilObjMediaPoolGUI\selectUploadDirFiles(), ilObjExerciseGUI\setAssignmentHeader(), ilObjWikiGUI\setContentStyleSheet(), ilObject2GUI\setLocator(), setLocator(), ilObjSurveyGUI\setNewTemplate(), ilObjContentObjectGUI\setPageLayout(), ilObjAdvancedEditingGUI\settingsObject(), ilObjSurveyAdministrationGUI\settingsObject(), ilObjUserFolderGUI\settingsObject(), ilObjWorkspaceRootFolderGUI\setTitleAndDescription(), ilObjWorkspaceFolderGUI\share(), ilObjSystemFolderGUI\showBasicSettingsObject(), ilObjSystemFolderGUI\showContactInformationObject(), ilObjSystemFolderGUI\showCronJobsObject(), ilObjSystemFolderGUI\showDbBenchResults(), ilObjForumGUI\showExplorerObject(), ilObjContentObjectGUI\showExportIDsOverview(), ilObjSCORM2004LearningModuleGUI\showExportList(), ilObjAdvancedEditingGUI\showGeneralPageEditorSettingsObject(), ilObjMDSettingsGUI\showGeneralSettings(), ilObjExerciseGUI\showGradesOverviewObject(), ilObjSystemFolderGUI\showHeaderTitleObject(), ilObjSystemFolderGUI\showJavaServerObject(), ilObjSCORM2004LearningModuleGUI\showLearningObjectivesAlignment(), ilContainerGUI\showLinkListObject(), ilObjContentObjectGUI\showMaintenance(), ilObjMediaPoolGUI\showMediaPoolPageUsages(), ilObjForumGUI\showMembersObject(), showMountWebfolderIcon(), ilObjSCORM2004LearningModuleGUI\showOrganization(), ilObjExerciseGUI\showOverviewObject(), ilObjAdvancedEditingGUI\showPageEditorSettingsObject(), ilObjExerciseGUI\showParticipantObject(), ilContainerGUI\showPasswordInstructionObject(), ilObjComponentSettingsGUI\showPluginSlot(), ilObjComponentSettingsGUI\showPluginSlotInfo(), ilObjBookingPoolGUI\showProfileObject(), ilObjSystemFolderGUI\showProxyObject(), ilObjSCORM2004LearningModuleGUI\showSequencing(), ilObjSystemFolderGUI\showServerInfoObject(), ilContainerReferenceGUI\showTargetSelectionTreeObject(), ilObjSkillManagementGUI\showTree(), ilContainerGUI\showTreeFlatIcon(), showUpperIcon(), ilObjRoleTemplateGUI\showUpperIcon(), ilObjStyleSheetGUI\showUpperIcon(), ilObjRoleGUI\showUpperIcon(), ilObjUserGUI\showUpperIcon(), ilObjMediaObjectGUI\showUsagesObject(), ilObjForumGUI\showUserObject(), ilObjTaggingSettingsGUI\showUsers(), ilObjSystemFolderGUI\showWebServicesObject(), ilObjStyleSheetGUI\templateGenerationObject(), ilObjSkillManagementGUI\test(), ilObjSkillManagementGUI\testAllCert(), ilObjSkillManagementGUI\testCert(), ilObjSkillManagementGUI\testLevels(), trashObject(), ilObjExerciseGUI\updateAssignmentObject(), ilObjMediaCastGUI\updateCastItemObject(), ilObjStyleSheetGUI\updateColorObject(), ilObjMediaPoolGUI\updateFolder(), ilObjMediaPoolGUI\updateMediaPoolPage(), ilObjStyleSheetGUI\updateObject(), ilObjUserGUI\updateObject(), 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(), ilObjRoleGUI\__setLocator(), ilContainerGUI\__showTimingsButton(), ilContainerGUI\_buildPath(), ilObjContentObjectGUI\addLocations(), ilObjRoleGUI\adoptPermSaveObject(), ilObjExternalFeedGUI\afterUpdate(), ilObjSCORM2004LearningModuleGUI\assignGlossary(), ilObjExternalFeedGUI\cancelUpdate(), ilObjRoleGUI\changeExistingObjectsObject(), ilObjContentObjectGUI\chapters(), ilContainerGUI\cloneAllObject(), ilContainerGUI\cloneNodes(), ilContainerGUI\cloneWizardPageObject(), ilObjContentObjectGUI\confirmedDelete(), ilObjSCORM2004LearningModuleGUI\confirmedDelete(), ilObjSurveyGUI\createQuestionPool(), ilObjTestGUI\createQuestionPool(), ilObjSessionGUI\createRecurringSessions(), ilObjRoleFolderGUI\doCopyRole(), ilObjFileAccessSettingsGUI\editDownloadingSettings(), ilObjFileBasedLMGUI\editObject(), ilObjFileAccessSettingsGUI\editWebDAVSettings(), ilObjSessionGUI\eventsListObject(), ilObjGlossaryGUI\exportList(), ilObjTestGUI\exportObject(), ilObjSessionGUI\formatPath(), ilObjFolderGUI\forwardToTimingsView(), ilDBayObjectGUI\getAdminTabs(), getAdminTabs(), ilObjRoleFolderGUI\getAdminTabs(), ilRoleDesktopItem\getAll(), ilObjDlBookGUI\getContextPath(), ilObjForumGUI\getTabs(), ilObjSessionGUI\getTabs(), ilObjSessionGUI\handleFileUpload(), ilContainerGUI\ilContainerGUI(), ilObjectGUI(), ilObjFileAccessSettingsGUI\ilObjFileAccessSettingsGUI(), ilObjiLincClassroomGUI\ilObjiLincClassroomGUI(), ilObjUserFolderGUI\importUserRoleAssignmentObject(), ilObjUserFolderGUI\importUsersObject(), ilObjSessionGUI\infoScreen(), ilContainerGUI\initAndDisplayLinkIntoMultipleObjectsObject(), ilContainerGUI\initAndDisplayMoveIntoObjectObject(), ilObjGroupGUI\initForm(), ilObjSCORM2004LearningModuleGUI\initPropertiesEditableForm(), ilContainerReferenceGUI\initTargetSelection(), isVisible(), ilObjRoleGUI\listDesktopItemsObject(), 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\perm2Object(), ilObjRoleGUI\permSaveObject(), ilObjSessionGUI\printAttendanceListObject(), ilObjSessionGUI\printViewMembersObject(), ilObjSCORMLearningModuleGUI\properties(), ilObjSCORM2004LearningModuleGUI\properties(), ilObjFileBasedLMGUI\properties(), ilObjGlossaryGUI\properties(), ilObjExerciseGUI\renderWorkspaceExplorer(), ilObjExerciseGUI\saveBlogObject(), ilObjSCORM2004LearningModuleGUI\saveGlossary(), ilObjGroupGUI\saveObject(), ilObjiLincCourseGUI\searchObject(), ilObjRoleGUI\searchObject(), ilObjPaymentSettingsGUI\searchObject(), ilObjRoleGUI\selectDesktopItemObject(), ilObjExerciseGUI\setSelectedBlogObject(), ilObjForumGUI\settingsTabs(), ilObjExerciseGUI\showGradesOverviewObject(), ilContainerGUI\showLinkListObject(), ilObjForumGUI\showMembersObject(), showMountWebfolderIcon(), ilObjPaymentSettingsGUI\showObjectSelectorObject(), ilObjExerciseGUI\showParticipantObject(), ilContainerReferenceGUI\showTargetSelectionTreeObject(), showUpperIcon(), ilObjRoleTemplateGUI\showUpperIcon(), ilObjStyleSheetGUI\showUpperIcon(), ilObjRoleGUI\showUpperIcon(), ilObjUserGUI\showUpperIcon(), ilObjGroupGUI\unsubscribeObject(), ilObjSessionGUI\updateMembersObject(), ilObjRoleGUI\updateObject2(), ilObjGlossaryGUI\viewExportLog(), ilObjFolderGUI\viewObject(), and ilObjGroupGUI\viewObject().

const ilObjectGUI::CFORM_CLONE = 3

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

Referenced by ilObjFileGUI\initCreationForms().

const ilObjectGUI::CFORM_IMPORT = 2

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

Referenced by ilObjSAHSLearningModuleGUI\initCreationForms().

const ilObjectGUI::CFORM_NEW = 1

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

Referenced by ilObjSAHSLearningModuleGUI\initCreationForms().

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: