ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
buildNewRecordOfUserWrapper (ilObjUser $user) | |
initMemberRecords (array $arr) | |
getMemberRecords () | |
![]() | |
__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 a record. More... | |
withAdditionalUser (ilObjUser $usr) | |
Clone this and add a record created for user. More... | |
withoutPresentUser (ilObjUser $usr) | |
Clone this and remove record corresponding to user. More... | |
withOnlyUsersByIds (array $keep_users_ids) | |
Remove all users that do not 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... | |
Protected Member Functions | |
userExists (int $usr_id) | |
![]() | |
userExists (int $usr_id) | |
buildNewRecordOfUser (ilObjUser $usr) | |
Definition at line 24 of file ilIndividualAssessmentMembersTest.php.
TestObj::buildNewRecordOfUserWrapper | ( | ilObjUser | $user | ) |
Definition at line 26 of file ilIndividualAssessmentMembersTest.php.
References ilIndividualAssessmentMembers\buildNewRecordOfUser().
TestObj::getMemberRecords | ( | ) |
Definition at line 36 of file ilIndividualAssessmentMembersTest.php.
References ilIndividualAssessmentMembers\$member_records.
TestObj::initMemberRecords | ( | array | $arr | ) |
Definition at line 31 of file ilIndividualAssessmentMembersTest.php.
|
protected |
Definition at line 41 of file ilIndividualAssessmentMembersTest.php.