|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilAbstractUsersGalleryCollectionProvider:
Collaboration diagram for ilAbstractUsersGalleryCollectionProvider:Public Member Functions | |
| hasRemovableUsers () | |
Public Member Functions inherited from ilUsersGalleryCollectionProvider | |
| getGroupedCollections () | |
| hasRemovableUsers () | |
Protected Member Functions | |
| getPopulatedGroup (array $users) | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 20 of file class.ilAbstractUsersGalleryCollectionProvider.php.
|
protected |
| array<int,ilObjUser> | $users An map of ilObjUser instances, with the respective user id as array key |
Definition at line 26 of file class.ilAbstractUsersGalleryCollectionProvider.php.
References ilObject\getId(), and ilUserUtil\getNamePresentation().
Referenced by ilUsersGalleryContacts\getGroupedCollections().
Here is the call graph for this function:
Here is the caller graph for this function:| ilAbstractUsersGalleryCollectionProvider::hasRemovableUsers | ( | ) |
Implements ilUsersGalleryCollectionProvider.
Reimplemented in ilUsersGalleryContacts.
Definition at line 45 of file class.ilAbstractUsersGalleryCollectionProvider.php.