19 declare(strict_types=1);
43 'You cannot create an instance for the anonymous user (id: %s)',
48 if (isset(self::$instances[$usrId])) {
49 return self::$instances[$usrId];
52 self::$instances[$usrId] =
new self($usrId);
53 return self::$instances[$usrId];
64 return self::getInstanceByUserId($user->getId());
71 $this->eventHandler = $event_handler ?? $DIC[
'ilAppEventHandler'];
82 $this->relationsRead =
false;
83 $this->relations =
null;
104 if (!$this->relationsRead) {
106 $this->relationsRead =
true;
112 if (
null === $this->relations) {
258 $this->eventHandler->raise(
259 'components/ILIAS/Contact',
262 'relation' => $relation
286 $this->eventHandler->raise(
287 'components/ILIAS/Contact',
290 'relation' => $relation
304 'You cannot add the anonymous user to the list (id: %s)',
312 'You cannot add a non existing user (id: %s)',
329 $this->eventHandler->raise(
330 'components/ILIAS/Contact',
334 'relation' => $relation
367 $this->eventHandler->raise(
368 'components/ILIAS/Contact',
371 'relation' => $relation
static getInstance(?ilLanguage $lng=null)
getRequestRelationsByOwner()
Gets all requested relations the buddy list owner initiated.
ilBuddySystemRelationCollection $relations
setRepository(ilBuddySystemRelationRepository $repository)
getIgnoredRelationsByOwner()
Gets all ignored relations the buddy list owner initiated.
request(ilBuddySystemRelation $relation)
getIgnoredRelationsForOwner()
Gets all ignored relations the buddy list owner has to interact with.
repository()
description: > Example for rendering a repository card
ignore(ilBuddySystemRelation $relation)
Class ilBuddySystemException.
getIgnoredRelations()
Gets all ignored relations: ilBuddySystemRelationCollection.
getRelationUserIds()
Returns an array of all user ids the buddy list owner has a relation with.
ilBuddySystemRelationRepository $repository
Class ilBuddySystemRelationStateTransitionException.
Class ilBuddySystemRelationRepository.
unlink(ilBuddySystemRelation $relation)
static getInstanceByUserId(int $usrId)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
reset()
Remove the singleton instance from static array, used for unit tests.
getRequestedRelations()
Gets all requested relations.
link(ilBuddySystemRelation $relation)
Class ilBuddySystemRelationCollection A collection which contains all entries of a buddy list...
getRequestRelationsForOwner()
Gets all requested relations the buddy list owner has to interact with.
getRelationTargetUserId(ilBuddySystemRelation $relation)
getLinkedRelations()
Gets all linked/approved relations.
Class ilBuddySystemRelationStateAlreadyGivenException.
static _isAnonymous(int $usr_id)
__construct(int $ownerId, ?ilAppEventHandler $event_handler=null)
ilAppEventHandler $eventHandler
setRelations(ilBuddySystemRelationCollection $relations)
destroy()
Removes all buddy system references of the user (persistently)
getRelationByUserId(int $usrId)
getOwnerId()
Returns the user id of the buddy list owner.
static getInstanceByGlobalUser(?ilObjUser $user=null)
static _lookupLogin(int $a_user_id)