ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilUsersGalleryUserImpl. More...
Public Member Functions | |
__construct (ilObjUser $aggregated_user, $public_name, $sortable_public_name) | |
ilUsersGalleryUserImpl constructor. More... | |
hasPublicProfile () | |
| |
getPublicName () | |
| |
getSortablePublicName () | |
| |
getAggregatedUser () | |
| |
Protected Attributes | |
$aggregated_user | |
$public_name = '' | |
$sortable_public_name = '' | |
Class ilUsersGalleryUserImpl.
Definition at line 9 of file class.ilUsersGalleryUserImpl.php.
ilUsersGalleryUserImpl::__construct | ( | ilObjUser | $aggregated_user, |
$public_name, | |||
$sortable_public_name | |||
) |
ilUsersGalleryUserImpl constructor.
ilObjUser | $aggregated_user | |
string | $public_name | |
string | $sortable_public_name |
Definition at line 32 of file class.ilUsersGalleryUserImpl.php.
References $aggregated_user, $public_name, and $sortable_public_name.
ilUsersGalleryUserImpl::getAggregatedUser | ( | ) |
Implements ilUsersGalleryUser.
Definition at line 71 of file class.ilUsersGalleryUserImpl.php.
References $aggregated_user.
ilUsersGalleryUserImpl::getPublicName | ( | ) |
Implements ilUsersGalleryUser.
Definition at line 55 of file class.ilUsersGalleryUserImpl.php.
References $public_name.
ilUsersGalleryUserImpl::getSortablePublicName | ( | ) |
Implements ilUsersGalleryUser.
Definition at line 63 of file class.ilUsersGalleryUserImpl.php.
References $sortable_public_name.
ilUsersGalleryUserImpl::hasPublicProfile | ( | ) |
Implements ilUsersGalleryUser.
Definition at line 42 of file class.ilUsersGalleryUserImpl.php.
References $DIC.
|
protected |
Definition at line 14 of file class.ilUsersGalleryUserImpl.php.
Referenced by __construct(), and getAggregatedUser().
|
protected |
Definition at line 19 of file class.ilUsersGalleryUserImpl.php.
Referenced by __construct(), and getPublicName().
|
protected |
Definition at line 24 of file class.ilUsersGalleryUserImpl.php.
Referenced by __construct(), and getSortablePublicName().