ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Public Member Functions | |
setMemberRecords (array $records) | |
Public Member Functions inherited from ilIndividualAssessmentMembers | |
__construct (ilObjIndividualAssessment $iass) | |
count () | |
Countable Methods. More... | |
current () | |
Iterator Methods. More... | |
key () | |
next () | |
rewind () | |
valid () | |
referencedObject () | |
Get the Individual assessment object that is corresponding to this. More... | |
recordOK (array $record) | |
Check the validity of a record before adding it to this. More... | |
userAllreadyMemberByUsrId ($usr_id) | |
Check if a user with user_id is member of this. More... | |
userAllreadyMember (ilObjUser $usr) | |
Check if a user is member of this. More... | |
withAdditionalRecord (array $record) | |
Clone this and add an additional record. More... | |
withAdditionalUser (ilObjUser $usr) | |
Clone this and add an additional record created for user. More... | |
withoutPresentUser (ilObjUser $usr) | |
Clone this andremove record corresponding to user. More... | |
withOnlyUsersByIds ($keep_users_ids) | |
Remove all users that do no exist in list of given ids. More... | |
withAccessHandling (ilOrgUnitPositionAndRBACAccessHandler $access_handler) | |
Get a collection like this, but only including users that are visible according to the supplied access handler. More... | |
membersIds () | |
Get the ids of all the users being member in this iass. More... | |
updateStorageAndRBAC (ilIndividualAssessmentMembersStorage $storage, IndividualAssessmentAccessHandler $access_handler) | |
Store the data to a persistent medium. More... | |
Definition at line 9 of file ilIndividualAssessmentMembersTest.php.
RiggedMembers::setMemberRecords | ( | array | $records | ) |
Definition at line 11 of file ilIndividualAssessmentMembersTest.php.
References $records.