ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
__construct (ilObjUser $aggregated_user, string $public_name, string $sortable_public_name) | |
hasPublicProfile () | |
getPublicName () | |
getSortablePublicName () | |
getAggregatedUser () | |
Protected Attributes | |
ilObjUser | $aggregated_user |
string | $public_name |
string | $sortable_public_name |
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 21 of file class.ilUsersGalleryUserImpl.php.
ilUsersGalleryUserImpl::__construct | ( | ilObjUser | $aggregated_user, |
string | $public_name, | ||
string | $sortable_public_name | ||
) |
Definition at line 27 of file class.ilUsersGalleryUserImpl.php.
References $aggregated_user, $public_name, and $sortable_public_name.
ilUsersGalleryUserImpl::getAggregatedUser | ( | ) |
Implements ilUsersGalleryUser.
Definition at line 54 of file class.ilUsersGalleryUserImpl.php.
References $aggregated_user.
ilUsersGalleryUserImpl::getPublicName | ( | ) |
Implements ilUsersGalleryUser.
Definition at line 44 of file class.ilUsersGalleryUserImpl.php.
References $public_name.
ilUsersGalleryUserImpl::getSortablePublicName | ( | ) |
Implements ilUsersGalleryUser.
Definition at line 49 of file class.ilUsersGalleryUserImpl.php.
References $sortable_public_name.
ilUsersGalleryUserImpl::hasPublicProfile | ( | ) |
Implements ilUsersGalleryUser.
Definition at line 34 of file class.ilUsersGalleryUserImpl.php.
References $DIC.
|
protected |
Definition at line 23 of file class.ilUsersGalleryUserImpl.php.
Referenced by __construct(), and getAggregatedUser().
|
protected |
Definition at line 24 of file class.ilUsersGalleryUserImpl.php.
Referenced by __construct(), and getPublicName().
|
protected |
Definition at line 25 of file class.ilUsersGalleryUserImpl.php.
Referenced by __construct(), and getSortablePublicName().