ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilContainerReferenceGUI Class Reference
+ Inheritance diagram for ilContainerReferenceGUI:
+ Collaboration diagram for ilContainerReferenceGUI:

Public Member Functions

 __construct ($a_data, $a_id, $a_call_by_reference=true, $a_prepare_output=true)
 Constructor. More...
 
 executeCommand ()
 Execute command. More...
 
 redirectObject ()
 redirect to target More...
 
 createObject ()
 Create object. More...
 
 saveObject ()
 save object More...
 
 editReferenceObject ()
 
 editObject (ilPropertyFormGUI $form=null)
 edit title More...
 
 updateObject ()
 update title More...
 
 getTargetType ()
 get target type More...
 
 getReferenceType ()
 get reference type More...
 
 getId ()
 
- Public Member Functions inherited from ilObjectGUI
 executeCommand ()
 execute command More...
 
 withReferences ()
 determines wether objects are referenced or not (got ref ids or not) More...
 
 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 More...
 
 getCreationMode ()
 get creation mode More...
 
 prepareOutput ($a_show_subobjects=true)
 prepare output More...
 
 getAdminTabs ()
 administration tabs show only permissions and trash folder More...
 
 getHTML ()
 
 confirmedDeleteObject ()
 confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled More...
 
 cancelDeleteObject ()
 cancel deletion of object More...
 
 cancelObject ()
 cancel action and go back to previous page public More...
 
 createObject ()
 create new object form More...
 
 cancelCreation ()
 cancel create action and go back to repository parent More...
 
 saveObject ()
 save object More...
 
 getDidacticTemplateVar ($a_type)
 Get didactic template setting from creation screen. More...
 
 putObjectInTree (ilObject $a_obj, $a_parent_node_id=null)
 Add object to tree at given position. More...
 
 editObject ()
 edit object More...
 
 addExternalEditFormCustom (ilPropertyFormGUI $a_form)
 
 updateObject ()
 updates object entry in object_data More...
 
 getFormAction ($a_cmd, $a_formaction="")
 get form action for command (command is method name without "Object", e.g. More...
 
 isVisible ($a_ref_id, $a_type)
 
 viewObject ()
 list childs of current object More...
 
 deleteObject ($a_error=false)
 Display deletion confirmation screen. More...
 
 cloneAllObject ()
 Clone single (not container object) Method is overwritten in ilContainerGUI. More...
 
 redirectAfterCreation ()
 Redirect after creation, see https://docu.ilias.de/goto_docu_wiki_wpage_5035_1357.html. More...
 

Data Fields

const MAX_SELECTION_ENTRIES = 50
 
const MODE_CREATE = 1
 
const MODE_EDIT = 2
 
- Data Fields inherited from ilObjectGUI
const COPY_WIZARD_NEEDS_PAGE = 1
 
 $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

 addLocatorItems ()
 Add locator item. More...
 
 initCreateForm ($a_new_type)
 
 afterSave (ilObject $a_new_object)
 
 firstEditObject ()
 show edit screen without info message More...
 
 initForm ($a_mode=self::MODE_EDIT)
 Init title form. More...
 
- Protected Member Functions inherited from ilObjectGUI
 getObjectService ()
 Get object service. More...
 
 assignObject ()
 
 setTitleAndDescription ()
 called by prepare output More...
 
 initHeaderAction ($a_sub_type=null, $a_sub_id=null)
 Add header action menu. More...
 
 insertHeaderAction ($a_list_gui)
 Insert header action into main template. More...
 
 addHeaderAction ()
 Add header action menu. More...
 
 redrawHeaderActionObject ()
 Ajax call: redraw action header only. More...
 
 showMountWebfolderIcon ()
 
 setTabs ()
 set admin tabs public More...
 
 setAdminTabs ()
 set admin tabs public More...
 
 setLocator ()
 set Locator More...
 
 addLocatorItems ()
 should be overwritten to add object specific items (repository items are preloaded) More...
 
 omitLocator ($a_omit=true)
 
 addAdminLocatorItems ($a_do_not_add_object=false)
 should be overwritten to add object specific items (repository items are preloaded) More...
 
 initCreationForms ($a_new_type)
 Init creation froms. More...
 
 getCreationFormsHTML (array $a_forms)
 Get HTML for creation forms (accordion) More...
 
 initCreateForm ($a_new_type)
 Init object creation form. More...
 
 initDidacticTemplate (ilPropertyFormGUI $form)
 Show didactic template types. More...
 
 addDidacticTemplateOptions (array &$a_options)
 Add custom templates. More...
 
 afterSave (ilObject $a_new_object)
 Post (successful) object creation hook. More...
 
 initEditForm ()
 Init object edit form. More...
 
 initEditCustomForm (ilPropertyFormGUI $a_form)
 Add custom fields to update form. More...
 
 getEditFormValues ()
 Get values for edit form. More...
 
 getEditFormCustomValues (array &$a_values)
 Add values to custom edit fields. More...
 
 validateCustom (ilPropertyFormGUI $a_form)
 Validate custom values (if not possible with checkInput()) More...
 
 updateCustom (ilPropertyFormGUI $a_form)
 Insert custom update form values into object. More...
 
 afterUpdate ()
 Post (successful) object update hook. More...
 
 initImportForm ($a_new_type)
 Init object import form. More...
 
 importFileObject ($parent_id=null, $a_catch_errors=true)
 Import. More...
 
 afterImport (ilObject $a_new_object)
 Post (successful) object import hook. More...
 
 setFormAction ($a_cmd, $a_formaction)
 set specific form action for command More...
 
 getReturnLocation ($a_cmd, $a_location="")
 get return location for command (command is method name without "Object", e.g. More...
 
 setReturnLocation ($a_cmd, $a_location)
 set specific return location for command More...
 
 getTargetFrame ($a_cmd, $a_target_frame="")
 get target frame for command (command is method name without "Object", e.g. More...
 
 setTargetFrame ($a_cmd, $a_target_frame)
 set specific target frame for command More...
 
 showPossibleSubObjects ()
 show possible subobjects (pulldown menu) More...
 
 getTemplateFile ($a_cmd, $a_type="")
 get a template blockfile format: tpl. More...
 
 getTabs ()
 get tabs abstract method. More...
 
 __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 More...
 
 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 More...
 
 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. More...
 
 getCenterColumnHTML ()
 Get center column. More...
 
 getRightColumnHTML ()
 Display right column. More...
 
 setColumnSettings (ilColumnGUI $column_gui)
 May be overwritten in subclasses. More...
 
 checkPermission ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
 Check permission and redirect on error. More...
 
 checkPermissionBool ($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
 Check permission. More...
 
 enableDragDropFileUpload ()
 Enables the file upload into this object by dropping files. More...
 
 handleAutoRating (ilObject $a_new_obj)
 Activate rating automatically if parent container setting. More...
 

Protected Attributes

 $tabs
 
 $locator
 
 $user
 
 $access
 
 $error
 
 $settings
 
 $existing_objects = array()
 
 $target_type
 
 $reference_type
 
 $form
 
- Protected Attributes inherited from ilObjectGUI
 $ilErr
 
 $locator
 
 $user
 
 $access
 
 $settings
 
 $rbacreview
 
 $toolbar
 
 $tmp_import_dir
 
 $tabs_gui = null
 
 $ctrl
 
 $object_service
 

Additional Inherited Members

- Static Public Member Functions inherited from ilObjectGUI
static _gotoRepositoryRoot ($a_raise_error=false)
 Goto repository root. More...
 
static _gotoRepositoryNode ($a_ref_id, $a_cmd="frameset")
 Goto repository root. More...
 

Detailed Description

Author
Stefan Meyer meyer.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
$Id$

Definition at line 35 of file class.ilContainerReferenceGUI.php.

Constructor & Destructor Documentation

◆ __construct()

ilContainerReferenceGUI::__construct (   $a_data,
  $a_id,
  $a_call_by_reference = true,
  $a_prepare_output = true 
)

Constructor.

Parameters

Definition at line 85 of file class.ilContainerReferenceGUI.php.

References $DIC, ilObjectGUI\$lng, settings(), and user().

86  {
87  global $DIC;
88 
89  $this->lng = $DIC->language();
90  $this->ctrl = $DIC->ctrl();
91  $this->tabs = $DIC->tabs();
92  $this->locator = $DIC["ilLocator"];
93  $this->user = $DIC->user();
94  $this->access = $DIC->access();
95  $this->error = $DIC["ilErr"];
96  $this->settings = $DIC->settings();
97  $lng = $DIC->language();
98  parent::__construct($a_data, $a_id, $a_call_by_reference, $a_prepare_output);
99 
100  $lng->loadLanguageModule('objref');
101  }
settings()
Definition: settings.php:2
global $DIC
Definition: saml.php:7
user()
Definition: user.php:4
+ Here is the call graph for this function:

Member Function Documentation

◆ addLocatorItems()

ilContainerReferenceGUI::addLocatorItems ( )
protected

Add locator item.

Definition at line 152 of file class.ilContainerReferenceGUI.php.

References $locator.

153  {
154  $ilLocator = $this->locator;
155 
156  if ($this->object instanceof ilObject) {
157  $ilLocator->addItem($this->object->getPresentationTitle(), $this->ctrl->getLinkTarget($this));
158  }
159  }

◆ afterSave()

ilContainerReferenceGUI::afterSave ( ilObject  $a_new_object)
protected
Parameters
ilObject$a_new_object

Definition at line 227 of file class.ilContainerReferenceGUI.php.

References ilObject\_lookupObjId(), ilObject\getRefId(), ilObject\setTitle(), ilContainerReference\TITLE_TYPE_CUSTOM, and ilObject\update().

228  {
229  $target_obj_id = ilObject::_lookupObjId((int) $this->form->getInput('target_id'));
230  $a_new_object->setTargetId($target_obj_id);
231 
232  $a_new_object->setTitleType($this->form->getInput('title_type'));
233  if ($this->form->getInput('title_type') == ilContainerReference::TITLE_TYPE_CUSTOM) {
234  $a_new_object->setTitle($this->form->getInput('title'));
235  }
236 
237  $a_new_object->update();
238 
239  ilUtil::sendSuccess($this->lng->txt("object_added"), true);
240  $this->ctrl->setParameter($this, 'ref_id', $a_new_object->getRefId());
241  $this->ctrl->setParameter($this, 'creation_mode', 0);
242  $this->ctrl->redirect($this, 'firstEdit');
243  }
setTitle($a_title)
set object title
static _lookupObjId($a_id)
getRefId()
get reference id public
update()
update object in db
+ Here is the call graph for this function:

◆ createObject()

ilContainerReferenceGUI::createObject ( )

Create object.

Returns
void

Definition at line 178 of file class.ilContainerReferenceGUI.php.

References $_GET, $access, $error, $form, ilObjectGUI\$ilErr, $ilSetting, $ilUser, $settings, $user, and initForm().

Referenced by saveObject().

179  {
181  $ilAccess = $this->access;
184 
185  $new_type = $_REQUEST["new_type"];
186  if (!$ilAccess->checkAccess("create_" . $this->getReferenceType(), '', $_GET["ref_id"], $new_type)) {
187  $ilErr->raiseError($this->lng->txt("permission_denied"), $ilErr->MESSAGE);
188  }
189  $form = $this->initForm(self::MODE_CREATE);
190  $this->tpl->setContent($form->getHTML());
191  }
initForm($a_mode=self::MODE_EDIT)
Init title form.
$_GET["client_id"]
$ilUser
Definition: imgupload.php:18
global $ilSetting
Definition: privfeed.php:17
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ editObject()

ilContainerReferenceGUI::editObject ( ilPropertyFormGUI  $form = null)

edit title

Parameters
ilPropertyFormGUI$form

Definition at line 263 of file class.ilContainerReferenceGUI.php.

References $DIC, $form, $tabs, and initForm().

264  {
265  global $DIC;
266 
267  $main_tpl = $DIC->ui()->mainTemplate();
268 
269  $ilTabs = $this->tabs;
270 
271  $ilTabs->setTabActive('settings');
272 
273  if (!$form instanceof ilPropertyFormGUI) {
274  $form = $this->initForm();
275  }
276  $main_tpl->setContent($form->getHTML());
277  }
This class represents a property form user interface.
initForm($a_mode=self::MODE_EDIT)
Init title form.
global $DIC
Definition: saml.php:7
+ Here is the call graph for this function:

◆ editReferenceObject()

ilContainerReferenceGUI::editReferenceObject ( )

Definition at line 253 of file class.ilContainerReferenceGUI.php.

References ilObjectGUI\editObject().

254  {
255  $this->editObject();
256  }
editObject()
edit object
+ Here is the call graph for this function:

◆ executeCommand()

ilContainerReferenceGUI::executeCommand ( )

Execute command.

public

Returns
bool|mixed
Exceptions
ilCtrlException

Definition at line 111 of file class.ilContainerReferenceGUI.php.

References $_GET, ilObjectGUI\$ctrl, $form, $ilCtrl, $tabs, initForm(), ilObjectGUI\prepareOutput(), and ilObjectGUI\setCreationMode().

112  {
114  $ilTabs = $this->tabs;
115 
116 
117  if (isset($_GET['creation_mode']) && $_GET['creation_mode'] == self::MODE_CREATE) {
118  $this->setCreationMode(true);
119  }
120 
121  $next_class = $ilCtrl->getNextClass($this);
122  $cmd = $ilCtrl->getCmd();
123 
124  $this->prepareOutput();
125 
126  switch ($next_class) {
127  case "ilpropertyformgui":
128  $form = $this->initForm($this->creation_mode ? self::MODE_CREATE : self::MODE_EDIT);
129  $this->ctrl->forwardCommand($form);
130  break;
131 
132  case 'ilpermissiongui':
133  $ilTabs->setTabActive('perm_settings');
134  include_once("Services/AccessControl/classes/class.ilPermissionGUI.php");
135  $ilCtrl->forwardCommand(new ilPermissionGUI($this));
136  break;
137 
138  default:
139  if (!$cmd || $cmd == 'view') {
140  $cmd = "edit";
141  }
142  $cmd .= "Object";
143  $this->$cmd();
144  break;
145  }
146  return true;
147  }
initForm($a_mode=self::MODE_EDIT)
Init title form.
$_GET["client_id"]
setCreationMode($a_mode=true)
if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! ...
global $ilCtrl
Definition: ilias.php:18
prepareOutput($a_show_subobjects=true)
prepare output
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
+ Here is the call graph for this function:

◆ firstEditObject()

ilContainerReferenceGUI::firstEditObject ( )
protected

show edit screen without info message

Definition at line 248 of file class.ilContainerReferenceGUI.php.

References ilObjectGUI\editObject().

249  {
250  $this->editObject();
251  }
editObject()
edit object
+ Here is the call graph for this function:

◆ getId()

ilContainerReferenceGUI::getId ( )
Returns
int

Definition at line 419 of file class.ilContainerReferenceGUI.php.

References ilObjectGUI\$obj_id.

420  {
421  return $this->obj_id;
422  }

◆ getReferenceType()

ilContainerReferenceGUI::getReferenceType ( )

get reference type

public

Returns
string

Definition at line 411 of file class.ilContainerReferenceGUI.php.

References $reference_type.

◆ getTargetType()

ilContainerReferenceGUI::getTargetType ( )

get target type

public

Returns
string

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

References $target_type.

Referenced by initForm().

+ Here is the caller graph for this function:

◆ initCreateForm()

ilContainerReferenceGUI::initCreateForm (   $a_new_type)
protected

Definition at line 219 of file class.ilContainerReferenceGUI.php.

References initForm().

220  {
221  return $this->initForm(self::MODE_CREATE);
222  }
initForm($a_mode=self::MODE_EDIT)
Init title form.
+ Here is the call graph for this function:

◆ initForm()

ilContainerReferenceGUI::initForm (   $a_mode = self::MODE_EDIT)
protected

Init title form.

Parameters
int$a_mode
Returns
ilPropertyFormGUI

Definition at line 284 of file class.ilContainerReferenceGUI.php.

References $form, $title, getTargetType(), ilFormPropertyGUI\setRequired(), ilRadioGroupInputGUI\setValue(), ilRadioOption\setValue(), ilObject\TITLE_LENGTH, ilContainerReference\TITLE_TYPE_CUSTOM, and ilContainerReference\TITLE_TYPE_REUSE.

Referenced by createObject(), editObject(), executeCommand(), initCreateForm(), and updateObject().

285  {
286  include_once './Services/Form/classes/class.ilPropertyFormGUI.php';
287  include_once './Services/ContainerReference/classes/class.ilContainerReference.php';
288  $form = new ilPropertyFormGUI();
289 
290  if ($a_mode == self::MODE_CREATE) {
291  $form->setTitle($this->lng->txt($this->getReferenceType() . '_new'));
292 
293  $this->ctrl->setParameter($this, 'creation_mode', $a_mode);
294  $this->ctrl->setParameter($this, 'new_type', $_REQUEST['new_type']);
295  } else {
296  $form->setTitle($this->lng->txt('edit'));
297  }
298 
299  $form->setFormAction($this->ctrl->getFormAction($this));
300  if ($a_mode == self::MODE_CREATE) {
301  $form->addCommandButton('save', $this->lng->txt('create'));
302  $form->addCommandButton('cancel', $this->lng->txt('cancel'));
303  } else {
304  $form->addCommandButton('update', $this->lng->txt('save'));
305  }
306 
307  // title type
308  $ttype = new ilRadioGroupInputGUI($this->lng->txt('title'), 'title_type');
309  if ($a_mode == self::MODE_EDIT) {
310  $ttype->setValue($this->object->getTitleType());
311  } else {
312  $ttype->setValue(ilContainerReference::TITLE_TYPE_REUSE);
313  }
314 
315  $reuse = new ilRadioOption($this->lng->txt('objref_reuse_title'));
317  $ttype->addOption($reuse);
318 
319  $custom = new ilRadioOption($this->lng->txt('objref_custom_title'));
321 
322  // title
323  $title = new ilTextInputGUI($this->lng->txt('title'), 'title');
324  $title->setSize(min(40, ilObject::TITLE_LENGTH));
325  $title->setMaxLength(ilObject::TITLE_LENGTH);
326  $title->setRequired(true);
327 
328  if ($a_mode == self::MODE_EDIT) {
329  $title->setValue($this->object->getTitle());
330  }
331 
332  $custom->addSubItem($title);
333  $ttype->addOption($custom);
334  $form->addItem($ttype);
335 
336  include_once("./Services/Form/classes/class.ilRepositorySelector2InputGUI.php");
337  $repo = new ilRepositorySelector2InputGUI($this->lng->txt("objref_edit_ref"), "target_id");
338  //$repo->setParent($this);
339  $repo->setRequired(true);
340  $repo->getExplorerGUI()->setSelectableTypes(array($this->getTargetType()));
341  $repo->getExplorerGUI()->setTypeWhiteList(
342  array_merge(
343  array($this->getTargetType()),
344  array("root", "cat", "grp", "fold", "crs")
345  )
346  );
347  $repo->setInfo($this->lng->txt($this->getReferenceType() . '_edit_info'));
348 
349  if ($a_mode == self::MODE_EDIT) {
350  $repo->getExplorerGUI()->setPathOpen($this->object->getTargetRefId());
351  $repo->setValue($this->object->getTargetRefId());
352  }
353 
354  $form->addItem($repo);
355  $this->form = $form;
356  return $form;
357  }
This class represents an option in a radio group.
This class represents a property form user interface.
const TITLE_LENGTH
max length of object title
This class represents a property in a property form.
setValue($a_value)
Set Value.
This class represents a text property in a property form.
setRequired($a_required)
Set Required.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ redirectObject()

ilContainerReferenceGUI::redirectObject ( )

redirect to target

Parameters

Definition at line 165 of file class.ilContainerReferenceGUI.php.

References ilObjectGUI\$ctrl, and $ilCtrl.

166  {
168 
169  $ilCtrl->setParameterByClass("ilrepositorygui", "ref_id", $this->object->getTargetRefId());
170  $ilCtrl->redirectByClass("ilrepositorygui", "");
171  }
global $ilCtrl
Definition: ilias.php:18

◆ saveObject()

ilContainerReferenceGUI::saveObject ( )

save object

public

Parameters

Definition at line 201 of file class.ilContainerReferenceGUI.php.

References $access, createObject(), and ilUtil\sendFailure().

202  {
203  $ilAccess = $this->access;
204 
205  if (!(int) $_REQUEST['target_id']) {
206  ilUtil::sendFailure($this->lng->txt('select_one'));
207  $this->createObject();
208  return false;
209  }
210  if (!$ilAccess->checkAccess('visible', '', (int) $_REQUEST['target_id'])) {
211  ilUtil::sendFailure($this->lng->txt('permission_denied'));
212  $this->createObject();
213  return false;
214  }
215 
216  parent::saveObject();
217  }
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
+ Here is the call graph for this function:

◆ updateObject()

ilContainerReferenceGUI::updateObject ( )

update title

Definition at line 362 of file class.ilContainerReferenceGUI.php.

References $access, $form, ilObject\_lookupObjId(), ilObject\_lookupType(), ilObjectGUI\checkPermission(), ilObjectGUI\editObject(), initForm(), ilUtil\sendFailure(), and ilContainerReference\TITLE_TYPE_CUSTOM.

363  {
364  $ilAccess = $this->access;
365  $form = $this->initForm();
366  if ($form->checkInput()) {
367  $this->object->setTitleType($form->getInput('title_type'));
368  if ($form->getInput('title_type') == ilContainerReference::TITLE_TYPE_CUSTOM) {
369  $this->object->setTitle($form->getInput('title'));
370  }
371 
372  if (!$ilAccess->checkAccess('visible', '', (int) $form->getInput('target_id')) ||
373  ilObject::_lookupType($form->getInput('target_id'), true) != $this->target_type) {
374  ilUtil::sendFailure($this->lng->txt('permission_denied'));
375  $this->editObject();
376  return false;
377  }
378  $this->checkPermission('write');
379 
380  $target_obj_id = ilObject::_lookupObjId((int) $form->getInput('target_id'));
381  $this->object->setTargetId($target_obj_id);
382 
383 
384  $this->object->update();
385  ilUtil::sendSuccess($this->lng->txt('settings_saved'), true);
386  $this->ctrl->redirect($this, 'edit');
387  }
388  $form->setValuesByPost();
389  ilUtil::sendFailure($this->lng->txt('err_check_input'));
390  $this->editObject($form);
391  return true;
392  }
initForm($a_mode=self::MODE_EDIT)
Init title form.
static _lookupObjId($a_id)
editObject()
edit object
static _lookupType($a_id, $a_reference=false)
lookup object type
static sendFailure($a_info="", $a_keep=false)
Send Failure Message to Screen.
checkPermission($a_perm, $a_cmd="", $a_type="", $a_ref_id=null)
Check permission and redirect on error.
+ Here is the call graph for this function:

Field Documentation

◆ $access

ilContainerReferenceGUI::$access
protected

◆ $error

ilContainerReferenceGUI::$error
protected

Definition at line 60 of file class.ilContainerReferenceGUI.php.

Referenced by createObject().

◆ $existing_objects

ilContainerReferenceGUI::$existing_objects = array()
protected

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

◆ $form

ilContainerReferenceGUI::$form
protected

◆ $locator

ilContainerReferenceGUI::$locator
protected

Definition at line 45 of file class.ilContainerReferenceGUI.php.

Referenced by addLocatorItems().

◆ $reference_type

ilContainerReferenceGUI::$reference_type
protected

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

Referenced by getReferenceType().

◆ $settings

ilContainerReferenceGUI::$settings
protected

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

Referenced by createObject().

◆ $tabs

ilContainerReferenceGUI::$tabs
protected

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

Referenced by editObject(), and executeCommand().

◆ $target_type

ilContainerReferenceGUI::$target_type
protected

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

Referenced by getTargetType().

◆ $user

ilContainerReferenceGUI::$user
protected

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

Referenced by createObject().

◆ MAX_SELECTION_ENTRIES

const ilContainerReferenceGUI::MAX_SELECTION_ENTRIES = 50

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

◆ MODE_CREATE

const ilContainerReferenceGUI::MODE_CREATE = 1

Definition at line 69 of file class.ilContainerReferenceGUI.php.

◆ MODE_EDIT

const ilContainerReferenceGUI::MODE_EDIT = 2

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


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