ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilObjIndividualAssessment Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Inheritance diagram for ilObjIndividualAssessment:
+ Collaboration diagram for ilObjIndividualAssessment:

Public Member Functions

 __construct (int $id=0, bool $call_by_reference=true)
 
 create ()
 
 read ()
 
 getSettings ()
 
 setSettings (ilIndividualAssessmentSettings $settings)
 Set the settings. More...
 
 getInfoSettings ()
 
 setInfoSettings (ilIndividualAssessmentInfoSettings $info)
 Set info settings. More...
 
 loadMembers ()
 Get the members object associated with this. More...
 
 loadMembersAsSingleObjects (string $filter=null, string $sort=null)
 Get the members as single object associated with this. More...
 
 loadVisibleMembers ()
 Get the members object associated with this and visible by the current user. More...
 
 updateMembers (ilIndividualAssessmentMembers $members)
 Update the members object associated with this. More...
 
 delete ()
 
 update ()
 
 updateInfo ()
 
 membersStorage ()
 Get the member storage object used by this. More...
 
 initDefaultRoles ()
 
 accessHandler ()
 Get the access handler of this. More...
 
 cloneObject (int $target_id, int $copy_id=0, bool $omit_tree=false)
 
 getFileStorage ()
 Get the file storage system. More...
 
 isActiveLP ()
 Check whether the LP is activated for current object. More...
 
 getParentContainerIdByType (int $id, array $types)
 Bubbles up the tree. More...
 
 getMembersGUI ()
 
 getSettingsGUI ()
 
- Public Member Functions inherited from ilObject
 __construct (int $id=0, bool $reference=true)
 
 withReferences ()
 determines whether objects are referenced or not (got ref ids or not) More...
 
 processAutoRating ()
 
 read ()
 
 getId ()
 
 setId (int $id)
 
 setRefId (int $ref_id)
 
 getRefId ()
 
 getType ()
 
 setType (string $type)
 
 getPresentationTitle ()
 get presentation title Normally same as title Overwritten for sessions More...
 
 getTitle ()
 
 getUntranslatedTitle ()
 Get untranslated object title WebDAV needs to access the untranslated title of an object. More...
 
 setTitle (string $title)
 
 getDescription ()
 
 setDescription (string $desc)
 
 getLongDescription ()
 get object long description (stored in object_description) More...
 
 getImportId ()
 
 setImportId (string $import_id)
 
 setOfflineStatus (bool $status)
 
 getOfflineStatus ()
 
 supportsOfflineHandling ()
 
 getOwner ()
 
 getOwnerName ()
 get full name of object owner More...
 
 setOwner (int $usr_id)
 
 getCreateDate ()
 Get create date in YYYY-MM-DD HH-MM-SS format. More...
 
 getLastUpdateDate ()
 Get last update date in YYYY-MM-DD HH-MM-SS format. More...
 
 create ()
 note: title, description and type should be set when this function is called More...
 
 update ()
 
 MDUpdateListener (string $element)
 Metadata update listener. More...
 
 createMetaData ()
 
 updateMetaData ()
 
 deleteMetaData ()
 
 updateOwner ()
 update owner of object in db More...
 
 putInTree (int $parent_ref_id)
 maybe this method should be in tree object!? More...
 
 setPermissions (int $parent_ref_id)
 
 setParentRolePermissions (int $parent_ref_id)
 Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g. More...
 
 createReference ()
 creates reference for object More...
 
 countReferences ()
 
 delete ()
 delete object or referenced object (in the case of a referenced object, object data is only deleted if last reference is deleted) This function removes an object entirely from system!! More...
 
 initDefaultRoles ()
 init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type. More...
 
 applyDidacticTemplate (int $tpl_id)
 
 getXMLZip ()
 
 getHTMLDirectory ()
 
 appendCopyInfo (int $target_id, int $copy_id)
 Prepend Copy info if object with same name exists in that container. More...
 
 cloneDependencies (int $target_id, int $copy_id)
 Clone object dependencies. More...
 
 cloneMetaData (ilObject $target_obj)
 Copy meta data. More...
 
 selfOrParentWithRatingEnabled ()
 
 getPossibleSubObjects (bool $filter=true)
 get all possible sub objects of this type the object can decide which types of sub objects are possible jut in time overwrite if the decision distinguish from standard model More...
 

Protected Member Functions

 getDic ()
 
- Protected Member Functions inherited from ilObject
 doMDUpdateListener (string $a_element)
 
 beforeMDUpdateListener (string $a_element)
 
 doCreateMetaData ()
 
 beforeCreateMetaData ()
 
 doUpdateMetaData ()
 
 beforeUpdateMetaData ()
 
 doDeleteMetaData ()
 
 beforeDeleteMetaData ()
 
 handleAutoRating ()
 
 hasAutoRating ()
 

Protected Attributes

bool $lp_active = null
 
ilIndividualAssessmentSettings $settings
 
ilIndividualAssessmentSettingsStorageDB $settings_storage
 
ilIndividualAssessmentMembersStorageDB $members_storage
 
ilIndividualAssessmentAccessHandler $access_handler
 
ilAccessHandler $il_access_handler
 
Pimple Container $dic = null
 
ilIndividualAssessmentInfoSettings $info_settings = null
 
ilIndividualAssessmentFileStorage $file_storage = null
 
- Protected Attributes inherited from ilObject
ilLogger $obj_log
 
ILIAS $ilias
 
ilObjectDefinition $obj_definition
 
ilDBInterface $db
 
ilLogger $log
 
ilErrorHandling $error
 
ilTree $tree
 
ilAppEventHandler $app_event_handler
 
ilRbacAdmin $rbac_admin
 
ilRbacReview $rbac_review
 
ilObjUser $user
 
ilLanguage $lng
 
int $id
 
bool $referenced
 
bool $call_by_reference
 
int $max_title = self::TITLE_LENGTH
 
int $max_desc = self::DESC_LENGTH
 
bool $add_dots = true
 
int $ref_id = null
 
string $type = ""
 
string $title = ""
 
bool $offline = false
 
string $desc = ""
 
string $long_desc = ""
 
int $owner = 0
 
string $create_date = ""
 
string $last_update = ""
 
string $import_id = ""
 
bool $register = false
 

Additional Inherited Members

- Static Public Member Functions inherited from ilObject
static _lookupObjIdByImportId (string $import_id)
 Get (latest) object id for an import id. More...
 
static _lookupImportId (int $obj_id)
 
static _lookupOwnerName (int $owner_id)
 Lookup owner name for owner id. More...
 
static _getIdForImportId (string $import_id)
 
static _getAllReferences (int $id)
 get all reference ids for object ID More...
 
static _lookupTitle (int $obj_id)
 
static lookupOfflineStatus (int $obj_id)
 Lookup offline status using objectDataCache. More...
 
static _lookupOwner (int $obj_id)
 Lookup owner user ID for object ID. More...
 
static _getIdsForTitle (string $title, string $type='', bool $partial_match=false)
 
static _lookupDescription (int $obj_id)
 
static _lookupLastUpdate (int $obj_id, bool $formatted=false)
 
static _getLastUpdateOfObjects (array $obj_ids)
 
static _lookupObjId (int $ref_id)
 
static _setDeletedDate (int $ref_id, int $deleted_by)
 
static setDeletedDates (array $ref_ids, int $user_id)
 
static _resetDeletedDate (int $ref_id)
 
static _lookupDeletedDate (int $ref_id)
 
static _writeTitle (int $obj_id, string $title)
 write title to db (static) More...
 
static _writeDescription (int $obj_id, string $desc)
 write description to db (static) More...
 
static _writeImportId (int $obj_id, string $import_id)
 write import id to db (static) More...
 
static _lookupType (int $id, bool $reference=false)
 
static _isInTrash (int $ref_id)
 
static _hasUntrashedReference (int $obj_id)
 checks whether an object has at least one reference that is not in trash More...
 
static _lookupObjectId (int $ref_id)
 
static _getObjectsDataForType (string $type, bool $omit_trash=false)
 get all objects of a certain type More...
 
static _exists (int $id, bool $reference=false, ?string $type=null)
 checks if an object exists in object_data More...
 
static _getObjectsByType (string $obj_type="", int $owner=null)
 
static _prepareCloneSelection (array $ref_ids, string $new_type, bool $show_path=true)
 Prepare copy wizard object selection. More...
 
static _getIcon (int $obj_id=0, string $size="big", string $type="", bool $offline=false)
 Get icon for repository item. More...
 
static collectDeletionDependencies (array &$deps, int $ref_id, int $obj_id, string $type, int $depth=0)
 Collect deletion dependencies. More...
 
static getDeletionDependencies (int $obj_id)
 Get deletion dependencies. More...
 
static getLongDescriptions (array $obj_ids)
 
static getAllOwnedRepositoryObjects (int $user_id)
 
static fixMissingTitles ($type, array &$obj_title_map)
 Try to fix missing object titles. More...
 
static _lookupCreationDate (int $obj_id)
 
static _getObjectTypeIdByTitle (string $type, \ilDBInterface $ilDB=null)
 
- Data Fields inherited from ilObject
const TITLE_LENGTH = 255
 
const DESC_LENGTH = 128
 
const LONG_DESC_LENGTH = 4000
 
const TABLE_OBJECT_DATA = "object_data"
 
array $objectList
 
string $untranslatedTitle
 

Detailed Description

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.

ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.

If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning For the purpose of streamlining the grading and learning-process status definition outside of tests, SCORM courses e.t.c. the IndividualAssessment is used. It carries a LPStatus, which is set Individually.

Definition at line 26 of file class.ilObjIndividualAssessment.php.

Constructor & Destructor Documentation

◆ __construct()

ilObjIndividualAssessment::__construct ( int  $id = 0,
bool  $call_by_reference = true 
)

Definition at line 41 of file class.ilObjIndividualAssessment.php.

References ilObject\$call_by_reference, $DIC, ilObject\$id, and ILIAS\GlobalScreen\Provider\__construct().

42  {
43  global $DIC;
44  $this->type = 'iass';
45  $this->il_access_handler = $DIC["ilAccess"];
46 
48 
49  $this->settings_storage = new ilIndividualAssessmentSettingsStorageDB($DIC['ilDB']);
50  $this->members_storage = new ilIndividualAssessmentMembersStorageDB($DIC['ilDB']);
51  $this->access_handler = new ilIndividualAssessmentAccessHandler(
52  $this,
53  $DIC['ilAccess'],
54  $DIC['rbacadmin'],
55  $DIC['rbacreview'],
56  $DIC['ilUser']
57  );
58  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: feed.php:28
bool $call_by_reference
__construct(Container $dic, ilPlugin $plugin)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
+ Here is the call graph for this function:

Member Function Documentation

◆ accessHandler()

ilObjIndividualAssessment::accessHandler ( )

Get the access handler of this.

Definition at line 209 of file class.ilObjIndividualAssessment.php.

References $access_handler.

210  {
211  return $this->access_handler;
212  }
ilIndividualAssessmentAccessHandler $access_handler
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ cloneObject()

ilObjIndividualAssessment::cloneObject ( int  $target_id,
int  $copy_id = 0,
bool  $omit_tree = false 
)

Definition at line 217 of file class.ilObjIndividualAssessment.php.

References ilIndividualAssessmentInfoSettings\getConsultationHours(), ilIndividualAssessmentInfoSettings\getContact(), ilIndividualAssessmentSettings\getContent(), getFileStorage(), getInfoSettings(), ilIndividualAssessmentInfoSettings\getMails(), ilIndividualAssessmentInfoSettings\getPhone(), ilIndividualAssessmentSettings\getRecordTemplate(), ilIndividualAssessmentInfoSettings\getResponsibility(), getSettings(), ilIndividualAssessmentSettings\isEventTimePlaceRequired(), and ilIndividualAssessmentSettings\isFileRequired().

217  : ?ilObject
218  {
219  $new_obj = parent::cloneObject($target_id, $copy_id, $omit_tree);
220  $settings = $this->getSettings();
221  $info_settings = $this->getInfoSettings();
222  $new_settings = new ilIndividualAssessmentSettings(
223  $new_obj->getId(),
224  $new_obj->getTitle(),
225  $new_obj->getDescription(),
230  );
231  $new_obj->settings = $new_settings;
232 
233  $new_info_settings = new ilIndividualAssessmentInfoSettings(
234  $new_obj->getId(),
240  );
241  $new_obj->settings = $new_settings;
242  $new_obj->info_settings = $new_info_settings;
243  $new_obj->settings_storage->updateSettings($new_settings);
244  $new_obj->settings_storage->updateInfoSettings($new_info_settings);
245 
246  $fstorage = $this->getFileStorage();
247  if (count($fstorage->readDir()) > 0) {
248  $n_fstorage = $new_obj->getFileStorage();
249  $n_fstorage->create();
250  $fstorage->_copyDirectory($fstorage->getAbsolutePath(), $n_fstorage->getAbsolutePath());
251  }
252  return $new_obj;
253  }
ilIndividualAssessmentSettings $settings
isEventTimePlaceRequired()
Get the value of the checkbox event_time_place_require.
An object carrying settings of an Individual Assessment obj beyond the standard information.
$target_id
Definition: goto.php:52
getContent()
Get the content of this assessment, e.g.
getFileStorage()
Get the file storage system.
ilIndividualAssessmentInfoSettings $info_settings
isFileRequired()
Get the value of the checkbox file_required.
getRecordTemplate()
Get the record template to be used as default record with corresponding object.
+ Here is the call graph for this function:

◆ create()

ilObjIndividualAssessment::create ( )

Definition at line 63 of file class.ilObjIndividualAssessment.php.

References ilObject\$id, ilObject\createMetaData(), ilObject\getId(), and ILIAS\Repository\settings().

63  : int
64  {
65  $id = parent::create();
66  $this->createMetaData();
67 
69  $this->getId(),
70  '',
71  '',
72  '',
73  '',
74  false,
75  false
76  );
77  $this->settings_storage->createSettings($this->settings);
78  return $id;
79  }
An object carrying settings of an Individual Assessment obj beyond the standard information.
+ Here is the call graph for this function:

◆ delete()

ilObjIndividualAssessment::delete ( )

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

References ilObject\deleteMetaData().

165  : bool
166  {
167  $this->deleteMetaData();
168  $this->settings_storage->deleteSettings($this);
169  $this->members_storage->deleteMembers($this);
170  return parent::delete();
171  }
+ Here is the call graph for this function:

◆ getDic()

ilObjIndividualAssessment::getDic ( )
protected

Definition at line 304 of file class.ilObjIndividualAssessment.php.

References $DIC, and $dic.

Referenced by getMembersGUI(), and getSettingsGUI().

305  {
306  if (is_null($this->dic)) {
307  global $DIC;
308  $this->dic = $this->getObjectDIC(
309  $this,
310  $DIC
311  );
312  }
313  return $this->dic;
314  }
global $DIC
Definition: feed.php:28
+ Here is the caller graph for this function:

◆ getFileStorage()

ilObjIndividualAssessment::getFileStorage ( )

Get the file storage system.

Definition at line 258 of file class.ilObjIndividualAssessment.php.

References $file_storage, ilObject\getId(), and ilIndividualAssessmentFileStorage\getInstance().

Referenced by cloneObject().

259  {
260  if ($this->file_storage === null) {
261  $this->file_storage = ilIndividualAssessmentFileStorage::getInstance($this->getId());
262  }
263  return $this->file_storage;
264  }
ilIndividualAssessmentFileStorage $file_storage
Handles the file upload and folder creation for files uploaded in grading form.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getInfoSettings()

ilObjIndividualAssessment::getInfoSettings ( )

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

References $info_settings.

Referenced by cloneObject(), and updateInfo().

112  {
113  if (!$this->info_settings) {
114  $this->info_settings = $this->settings_storage->loadInfoSettings($this);
115  }
116  return $this->info_settings;
117  }
ilIndividualAssessmentInfoSettings $info_settings
+ Here is the caller graph for this function:

◆ getMembersGUI()

ilObjIndividualAssessment::getMembersGUI ( )

Definition at line 316 of file class.ilObjIndividualAssessment.php.

References getDic().

317  {
318  return $this->getDic()['ilIndividualAssessmentMembersGUI'];
319  }
For the purpose of streamlining the grading and learning-process status definition outside of tests...
+ Here is the call graph for this function:

◆ getParentContainerIdByType()

ilObjIndividualAssessment::getParentContainerIdByType ( int  $id,
array  $types 
)

Bubbles up the tree.

Starts from object with id $id. Ends at root or when a given $type of object is found.

array $DIC

Parameters
int$idstart at this id
string[]$types search for these strings
Returns
int the obj_id or 0 if root is reached

Definition at line 288 of file class.ilObjIndividualAssessment.php.

References $DIC, ilObject\$tree, and ilTree\getParentNodeData().

288  : int
289  {
290  global $DIC;
291 
292  $tree = $DIC['tree'];
293  $node = $tree->getParentNodeData($id);
294 
295  while ($node['type'] !== "root") {
296  if (in_array($node['type'], $types)) {
297  return (int) $node['ref_id'];
298  }
299  $node = $tree->getParentNodeData((int) $node['ref_id']);
300  }
301  return 0;
302  }
ilTree $tree
global $DIC
Definition: feed.php:28
getParentNodeData(int $a_node_id)
get data of parent node from tree and object_data
+ Here is the call graph for this function:

◆ getSettings()

ilObjIndividualAssessment::getSettings ( )

Definition at line 93 of file class.ilObjIndividualAssessment.php.

References $settings, and ILIAS\Repository\settings().

Referenced by cloneObject().

94  {
95  if (!$this->settings) {
96  $this->settings = $this->settings_storage->loadSettings($this);
97  }
98  return $this->settings;
99  }
ilIndividualAssessmentSettings $settings
An object carrying settings of an Individual Assessment obj beyond the standard information.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getSettingsGUI()

ilObjIndividualAssessment::getSettingsGUI ( )

Definition at line 321 of file class.ilObjIndividualAssessment.php.

References getDic().

322  {
323  return $this->getDic()['ilIndividualAssessmentSettingsGUI'];
324  }
ilIndividualAssessmentSettingsGUI: ilIndividualAssessmentCommonSettingsGUI
+ Here is the call graph for this function:

◆ initDefaultRoles()

ilObjIndividualAssessment::initDefaultRoles ( )

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

201  : void
202  {
203  $this->access_handler->initDefaultRolesForObject($this);
204  }

◆ isActiveLP()

ilObjIndividualAssessment::isActiveLP ( )

Check whether the LP is activated for current object.

Definition at line 269 of file class.ilObjIndividualAssessment.php.

References $lp_active, ilObject\getId(), and ilIndividualAssessmentLPInterface\isActiveLP().

269  : bool
270  {
271  if ($this->lp_active === null) {
272  $this->lp_active = ilIndividualAssessmentLPInterface::isActiveLP($this->getId());
273  }
274  return $this->lp_active;
275  }
+ Here is the call graph for this function:

◆ loadMembers()

ilObjIndividualAssessment::loadMembers ( )

Get the members object associated with this.

Definition at line 130 of file class.ilObjIndividualAssessment.php.

Referenced by ilIndividualAssessmentMembersGUI\addUsers(), and ilIndividualAssessmentMembersGUI\removeUser().

131  {
132  return $this->members_storage->loadMembers($this);
133  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
+ Here is the caller graph for this function:

◆ loadMembersAsSingleObjects()

ilObjIndividualAssessment::loadMembersAsSingleObjects ( string  $filter = null,
string  $sort = null 
)

Get the members as single object associated with this.

Returns
ilIndividualAssessmentMember[]

Definition at line 140 of file class.ilObjIndividualAssessment.php.

140  : array
141  {
142  return $this->members_storage->loadMembersAsSingleObjects($this, $filter, $sort);
143  }

◆ loadVisibleMembers()

ilObjIndividualAssessment::loadVisibleMembers ( )

Get the members object associated with this and visible by the current user.

Definition at line 148 of file class.ilObjIndividualAssessment.php.

References ilIndividualAssessmentMembers\withAccessHandling().

149  {
150  return $this->members_storage->loadMembers($this)
151  ->withAccessHandling($this->il_access_handler);
152  }
withAccessHandling(ilOrgUnitPositionAndRBACAccessHandler $access_handler)
Get a collection like this, but only including users that are visible according to the supplied acces...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
+ Here is the call graph for this function:

◆ membersStorage()

ilObjIndividualAssessment::membersStorage ( )

Get the member storage object used by this.

Definition at line 193 of file class.ilObjIndividualAssessment.php.

References $members_storage.

194  {
195  return $this->members_storage;
196  }
ilIndividualAssessmentMembersStorageDB $members_storage
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...

◆ read()

ilObjIndividualAssessment::read ( )

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

References $DIC, ilIndividualAssessmentSettingsStorageDB\loadInfoSettings(), ilIndividualAssessmentSettingsStorageDB\loadSettings(), and ILIAS\Repository\settings().

84  : void
85  {
86  parent::read();
87  global $DIC;
89  $this->settings = $settings_storage->loadSettings($this);
90  $this->info_settings = $settings_storage->loadInfoSettings($this);
91  }
loadInfoSettings(ilObjIndividualAssessment $obj)
Load info-screen settings corresponding to obj.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: feed.php:28
loadSettings(ilObjIndividualAssessment $obj)
Load settings corresponding to obj.
ilIndividualAssessmentSettingsStorageDB $settings_storage
+ Here is the call graph for this function:

◆ setInfoSettings()

ilObjIndividualAssessment::setInfoSettings ( ilIndividualAssessmentInfoSettings  $info)

Set info settings.

Definition at line 122 of file class.ilObjIndividualAssessment.php.

122  : void
123  {
124  $this->info_settings = $info;
125  }

◆ setSettings()

ilObjIndividualAssessment::setSettings ( ilIndividualAssessmentSettings  $settings)

Set the settings.

Definition at line 104 of file class.ilObjIndividualAssessment.php.

References $settings, ilIndividualAssessmentSettings\getDescription(), ilIndividualAssessmentSettings\getTitle(), ilObject\setDescription(), ILIAS\Repository\settings(), and ilObject\setTitle().

104  : void
105  {
106  $this->settings = $settings;
107  $this->setTitle($settings->getTitle());
108  $this->setDescription($settings->getDescription());
109  }
ilIndividualAssessmentSettings $settings
getTitle()
Get the content of this assessment, e.g.
setTitle(string $title)
setDescription(string $desc)
getDescription()
Get the content of this assessment, e.g.
+ Here is the call graph for this function:

◆ update()

ilObjIndividualAssessment::update ( )

Definition at line 176 of file class.ilObjIndividualAssessment.php.

References ILIAS\Repository\settings(), and ilObject\updateMetaData().

176  : bool
177  {
178  parent::update();
179  $this->updateMetaData();
180 
181  $this->settings_storage->updateSettings($this->settings);
182  return true;
183  }
+ Here is the call graph for this function:

◆ updateInfo()

ilObjIndividualAssessment::updateInfo ( )

Definition at line 185 of file class.ilObjIndividualAssessment.php.

References getInfoSettings().

185  : void
186  {
187  $this->settings_storage->updateInfoSettings($this->getInfoSettings());
188  }
+ Here is the call graph for this function:

◆ updateMembers()

ilObjIndividualAssessment::updateMembers ( ilIndividualAssessmentMembers  $members)

Update the members object associated with this.

Definition at line 157 of file class.ilObjIndividualAssessment.php.

References ilIndividualAssessmentMembers\updateStorageAndRBAC().

157  : void
158  {
159  $members->updateStorageAndRBAC($this->members_storage, $this->access_handler);
160  }
updateStorageAndRBAC(ilIndividualAssessmentMembersStorage $storage, IndividualAssessmentAccessHandler $access_handler)
Store the data to a persistent medium.
+ Here is the call graph for this function:

Field Documentation

◆ $access_handler

ilIndividualAssessmentAccessHandler ilObjIndividualAssessment::$access_handler
protected

Definition at line 34 of file class.ilObjIndividualAssessment.php.

Referenced by accessHandler().

◆ $dic

Pimple Container ilObjIndividualAssessment::$dic = null
protected

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

Referenced by getDic().

◆ $file_storage

ilIndividualAssessmentFileStorage ilObjIndividualAssessment::$file_storage = null
protected

Definition at line 39 of file class.ilObjIndividualAssessment.php.

Referenced by getFileStorage().

◆ $il_access_handler

ilAccessHandler ilObjIndividualAssessment::$il_access_handler
protected

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

◆ $info_settings

ilIndividualAssessmentInfoSettings ilObjIndividualAssessment::$info_settings = null
protected

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

Referenced by getInfoSettings().

◆ $lp_active

bool ilObjIndividualAssessment::$lp_active = null
protected

Definition at line 30 of file class.ilObjIndividualAssessment.php.

Referenced by isActiveLP().

◆ $members_storage

ilIndividualAssessmentMembersStorageDB ilObjIndividualAssessment::$members_storage
protected

Definition at line 33 of file class.ilObjIndividualAssessment.php.

Referenced by membersStorage().

◆ $settings

ilIndividualAssessmentSettings ilObjIndividualAssessment::$settings
protected

Definition at line 31 of file class.ilObjIndividualAssessment.php.

Referenced by getSettings(), and setSettings().

◆ $settings_storage

ilIndividualAssessmentSettingsStorageDB ilObjIndividualAssessment::$settings_storage
protected

Definition at line 32 of file class.ilObjIndividualAssessment.php.


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