ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilIndividualAssessmentLP Class Reference
+ Inheritance diagram for ilIndividualAssessmentLP:
+ Collaboration diagram for ilIndividualAssessmentLP:

Public Member Functions

 getDefaultMode ()
 
 getValidModes ()
 
 getMembers ($a_search=true)
 Get an array of member ids participating in the obnject coresponding to this. More...
 
- Public Member Functions inherited from ilObjectLP
 resetCaches ()
 
 isAnonymized ()
 
 getDefaultMode ()
 
 getValidModes ()
 
 getCurrentMode ()
 
 isActive ()
 
 getModeText ($a_mode)
 
 getModeInfoText ($a_mode)
 
 getSettingsInfo ()
 
 getCollectionInstance ()
 
 getMembers ($a_search=true)
 
 resetLPDataForCompleteObject ($a_recursive=true)
 
 resetLPDataForUserIds (array $a_user_ids, $a_recursive=true)
 
 handleToTrash ()
 
 handleDelete ()
 
 getMailTemplateId ()
 

Protected Attributes

 $members_ids = null
 
- Protected Attributes inherited from ilObjectLP
 $obj_id
 
 $collection_instance
 
 $mode
 

Additional Inherited Members

- Static Public Member Functions inherited from ilObjectLP
static getInstance ($a_obj_id)
 
static getTypeClass ($a_type)
 
static isSupportedObjectType ($a_type)
 
static handleMove ($a_source_ref_id)
 
static getLPMemberships ($a_usr_id, array $a_obj_ids, $a_parent_ref_id=null, $a_mapped_ref_ids=false)
 Get all objects where given user is member (from LP POV) More...
 
static supportsSpentSeconds ($a_obj_type)
 
static supportsMark ($a_obj_type)
 
static supportsMatrixView ($a_obj_type)
 
static getDefaultModes ($a_lp_active)
 Get available type-specific default modes (no administration needed) More...
 
static saveTypeDefaults (array $a_data)
 
static getTypeDefault ($a_type)
 Get current type default. More...
 
- Protected Member Functions inherited from ilObjectLP
 __construct ($a_obj_id)
 
 resetCustomLPDataForUserIds (array $a_user_ids, $a_recursive=true)
 
 gatherLPUsers ()
 
 updateParentCollections ()
 
- Static Protected Member Functions inherited from ilObjectLP
static isLPMember (array &$a_res, $a_usr_id, $a_obj_ids)
 Find (lp-relevant) members for given object ids. More...
 
static findMembershipsByPath (array &$a_res, $a_usr_id, $a_parent_ref_id, array $a_obj_ids, $a_mapped_ref_ids=false)
 Find (lp-relevant) memberships by path. More...
 
static getTypeDefaultFromDB ($a_type)
 
- Static Protected Attributes inherited from ilObjectLP
static $type_defaults
 

Detailed Description

Definition at line 7 of file class.ilIndividualAssessmentLP.php.

Member Function Documentation

◆ getDefaultMode()

ilIndividualAssessmentLP::getDefaultMode ( )

◆ getMembers()

ilIndividualAssessmentLP::getMembers (   $a_search = true)

Get an array of member ids participating in the obnject coresponding to this.

Returns
int|string[]

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

References $DIC, and $members_ids.

31  {
32  if($this->members_ids === null ) {
33  global $DIC;
34  require_once("Modules/IndividualAssessment/classes/class.ilObjIndividualAssessment.php");
35  $iass = new ilObjIndividualAssessment($this->obj_id, false);
36  $this->members_ids = $iass->loadMembers()->membersIds();
37  }
38  return $this->members_ids;
39  }
For the purpose of streamlining the grading and learning-process status definition outside of tests...
global $DIC

◆ getValidModes()

ilIndividualAssessmentLP::getValidModes ( )

Field Documentation

◆ $members_ids

ilIndividualAssessmentLP::$members_ids = null
protected

Definition at line 9 of file class.ilIndividualAssessmentLP.php.

Referenced by getMembers().


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