ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ilObjIndividualAssessment Class Reference

For the purpose of streamlining the grading and learning-process status definition outside of tests, SCORM courses e.t.c. 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)
 
 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
 getObjectProperties ()
 
 flushObjectProperties ()
 
 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 $description)
 
 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, int $new_obj_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
 
LOMServices $lom_services
 
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 = ""
 
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 getIconForType (string $type)
 
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

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 29 of file class.ilObjIndividualAssessment.php.

Constructor & Destructor Documentation

◆ __construct()

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

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

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

47  {
48  global $DIC;
49  $this->type = 'iass';
50  $this->il_access_handler = $DIC["ilAccess"];
51 
53 
54  $this->settings_storage = new ilIndividualAssessmentSettingsStorageDB($DIC['ilDB']);
55 
56  $dic = $this->getDic();
57 
58  $this->members_storage = $dic['iass.member.storage'];
59  $this->access_handler = $dic['iass.accesshandler'];
60  }
A settings storage handler to write iass settings to db.
bool $call_by_reference
global $DIC
Definition: shib_login.php:26
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

Member Function Documentation

◆ accessHandler()

ilObjIndividualAssessment::accessHandler ( )

Get the access handler of this.

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

References $access_handler.

212  {
213  return $this->access_handler;
214  }
ilIndividualAssessmentAccessHandler $access_handler
Mechanic regarding the access control and roles of an objet goes here.

◆ cloneObject()

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

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

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

219  : ?ilObject
220  {
221  $new_obj = parent::cloneObject($target_id, $copy_id, $omit_tree);
222  $settings = $this->getSettings();
223  $info_settings = $this->getInfoSettings();
224  $new_settings = new ilIndividualAssessmentSettings(
225  $new_obj->getId(),
226  $new_obj->getTitle(),
227  $new_obj->getDescription(),
232  );
233  $new_obj->settings = $new_settings;
234 
235  $new_info_settings = new ilIndividualAssessmentInfoSettings(
236  $new_obj->getId(),
242  );
243  $new_obj->settings = $new_settings;
244  $new_obj->info_settings = $new_info_settings;
245  $new_obj->settings_storage->updateSettings($new_settings);
246  $new_obj->settings_storage->updateInfoSettings($new_info_settings);
247 
248  return $new_obj;
249  }
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.
getContent()
Get the content of this assessment, e.g.
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 65 of file class.ilObjIndividualAssessment.php.

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

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

◆ delete()

ilObjIndividualAssessment::delete ( )

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

References ilObject\deleteMetaData().

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

◆ getDic()

ilObjIndividualAssessment::getDic ( )
protected

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

References $DIC, and $dic.

Referenced by __construct(), getMembersGUI(), and getSettingsGUI().

290  {
291  if (is_null($this->dic)) {
292  global $DIC;
293  $this->dic = $this->getObjectDIC(
294  $this,
295  $DIC
296  );
297  }
298  return $this->dic;
299  }
global $DIC
Definition: shib_login.php:26
+ Here is the caller graph for this function:

◆ getInfoSettings()

ilObjIndividualAssessment::getInfoSettings ( )

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

References $info_settings.

Referenced by cloneObject(), and updateInfo().

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

◆ getMembersGUI()

ilObjIndividualAssessment::getMembersGUI ( )

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

References getDic().

302  {
303  return $this->getDic()['ilIndividualAssessmentMembersGUI'];
304  }
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 ref_id or 0 if root is reached

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

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

273  : int
274  {
275  global $DIC;
276 
277  $tree = $DIC['tree'];
278  $node = $tree->getParentNodeData($id);
279 
280  while ($node['type'] !== "root") {
281  if (in_array($node['type'], $types)) {
282  return (int) $node['ref_id'];
283  }
284  $node = $tree->getParentNodeData((int) $node['ref_id']);
285  }
286  return 0;
287  }
ilTree $tree
getParentNodeData(int $a_node_id)
get data of parent node from tree and object_data
global $DIC
Definition: shib_login.php:26
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
+ Here is the call graph for this function:

◆ getSettings()

ilObjIndividualAssessment::getSettings ( )

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

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

Referenced by cloneObject().

96  {
97  if (!$this->settings) {
98  $this->settings = $this->settings_storage->loadSettings($this);
99  }
100  return $this->settings;
101  }
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 306 of file class.ilObjIndividualAssessment.php.

References getDic().

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

◆ initDefaultRoles()

ilObjIndividualAssessment::initDefaultRoles ( )

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

203  : void
204  {
205  $this->access_handler->initDefaultRolesForObject($this);
206  }

◆ isActiveLP()

ilObjIndividualAssessment::isActiveLP ( )

Check whether the LP is activated for current object.

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

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

254  : bool
255  {
256  if ($this->lp_active === null) {
257  $this->lp_active = ilIndividualAssessmentLPInterface::isActiveLP($this->getId());
258  }
259  return $this->lp_active;
260  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
+ Here is the call graph for this function:

◆ loadMembers()

ilObjIndividualAssessment::loadMembers ( )

Get the members object associated with this.

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

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

133  {
134  return $this->members_storage->loadMembers($this);
135  }
Member administration related logic, add and remove members, get the list of all members, etc ...
+ 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 142 of file class.ilObjIndividualAssessment.php.

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

◆ loadVisibleMembers()

ilObjIndividualAssessment::loadVisibleMembers ( )

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

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

References ilIndividualAssessmentMembers\withAccessHandling().

151  {
152  return $this->members_storage->loadMembers($this)
153  ->withAccessHandling($this->il_access_handler);
154  }
withAccessHandling(ilOrgUnitPositionAndRBACAccessHandler $access_handler)
Get a collection like this, but only including users that are visible according to the supplied acces...
Member administration related logic, add and remove members, get the list of all members, etc ...
+ Here is the call graph for this function:

◆ membersStorage()

ilObjIndividualAssessment::membersStorage ( )

Get the member storage object used by this.

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

References $members_storage.

196  {
197  return $this->members_storage;
198  }
ilIndividualAssessmentMembersStorageDB $members_storage

◆ read()

ilObjIndividualAssessment::read ( )

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

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

86  : void
87  {
88  parent::read();
89  global $DIC;
91  $this->settings = $settings_storage->loadSettings($this);
92  $this->info_settings = $settings_storage->loadInfoSettings($this);
93  }
loadInfoSettings(ilObjIndividualAssessment $obj)
Load info-screen settings corresponding to obj.
A settings storage handler to write iass settings to db.
global $DIC
Definition: shib_login.php:26
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 124 of file class.ilObjIndividualAssessment.php.

References $info.

124  : void
125  {
126  $this->info_settings = $info;
127  }
$info
Definition: entry_point.php:21

◆ setSettings()

ilObjIndividualAssessment::setSettings ( ilIndividualAssessmentSettings  $settings)

Set the settings.

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

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

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

◆ update()

ilObjIndividualAssessment::update ( )

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

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

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

◆ updateInfo()

ilObjIndividualAssessment::updateInfo ( )

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

References getInfoSettings().

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

◆ updateMembers()

ilObjIndividualAssessment::updateMembers ( ilIndividualAssessmentMembers  $members)

Update the members object associated with this.

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

References ilIndividualAssessmentMembers\updateStorageAndRBAC().

159  : void
160  {
161  $members->updateStorageAndRBAC($this->members_storage, $this->access_handler);
162  }
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 37 of file class.ilObjIndividualAssessment.php.

Referenced by accessHandler().

◆ $dic

Pimple Container ilObjIndividualAssessment::$dic = null
protected

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

Referenced by getDic().

◆ $file_storage

ilIndividualAssessmentFileStorage ilObjIndividualAssessment::$file_storage = null
protected

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

◆ $il_access_handler

ilAccessHandler ilObjIndividualAssessment::$il_access_handler
protected

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

◆ $info_settings

ilIndividualAssessmentInfoSettings ilObjIndividualAssessment::$info_settings = null
protected

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

Referenced by getInfoSettings().

◆ $lp_active

bool ilObjIndividualAssessment::$lp_active = null
protected

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

Referenced by isActiveLP().

◆ $members_storage

ilIndividualAssessmentMembersStorageDB ilObjIndividualAssessment::$members_storage
protected

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

Referenced by membersStorage().

◆ $settings

ilIndividualAssessmentSettings ilObjIndividualAssessment::$settings
protected

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

Referenced by getSettings(), and setSettings().

◆ $settings_storage

ilIndividualAssessmentSettingsStorageDB ilObjIndividualAssessment::$settings_storage
protected

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


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