ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
ilForumAuthorInformation More...
Public Member Functions | |
__construct (int $author_id, int $display_id, string $alias, string $import_name, array $public_profile_link_attributes=[], ?ilLanguage $lng=null) | |
getProfilePicture () | |
getAuthor () | |
getAuthorName (bool $without_short_name=false) | |
getAuthorShortName () | |
getLinkedAuthorName () | |
getLinkedAuthorShortName () | |
hasSuffix () | |
getSuffix () | |
isDeleted () | |
getAlias () | |
Protected Member Functions | |
initUserInstance () | |
doesAuthorAccountExists () | |
isAuthorAnonymous () | |
isCurrentUserSessionLoggedIn () | |
buildAuthorProfileLink (bool $with_profile_link) | |
init () | |
getUserImagePath (ilObjUser $user) | |
Private Attributes | |
int | $display_id |
string | $alias |
string | $import_name |
array | $public_profile_link_attributes |
string | $author_name = '' |
string | $author_short_name = '' |
string | $linked_public_name = '' |
string | $linked_short_name = '' |
string | $suffix = '' |
string | $profilePicture |
ilObjUser | $author = null |
int | $author_id |
ilLanguage | $lng = null |
ilLanguage | $globalLng |
ilObjUser | $globalUser |
bool | $is_deleted = false |
Definition at line 27 of file class.ilForumAuthorInformation.php.
ilForumAuthorInformation::__construct | ( | int | $author_id, |
int | $display_id, | ||
string | $alias, | ||
string | $import_name, | ||
array | $public_profile_link_attributes = [] , |
||
?ilLanguage | $lng = null |
||
) |
Definition at line 46 of file class.ilForumAuthorInformation.php.
References $alias, $author_id, $DIC, $display_id, $import_name, $lng, $public_profile_link_attributes, init(), and ILIAS\Repository\lng().
|
protected |
Definition at line 103 of file class.ilForumAuthorInformation.php.
References $author_name, and $author_short_name.
Referenced by init().
|
protected |
Definition at line 88 of file class.ilForumAuthorInformation.php.
References getAuthor().
Referenced by init(), and isAuthorAnonymous().
ilForumAuthorInformation::getAlias | ( | ) |
ilForumAuthorInformation::getAuthor | ( | ) |
Definition at line 232 of file class.ilForumAuthorInformation.php.
References $author.
Referenced by doesAuthorAccountExists(), init(), and isAuthorAnonymous().
ilForumAuthorInformation::getAuthorName | ( | bool | $without_short_name = false | ) |
Definition at line 237 of file class.ilForumAuthorInformation.php.
References $author_name, and getAuthorShortName().
Referenced by ilForumNotificationDataProvider\getPublicUserInformation(), and ilForumCronNotificationDataProvider\getPublicUserInformation().
ilForumAuthorInformation::getAuthorShortName | ( | ) |
Definition at line 246 of file class.ilForumAuthorInformation.php.
References $author_short_name.
Referenced by getAuthorName(), ilForumNotificationDataProvider\getPublicUserInformation(), and ilForumCronNotificationDataProvider\getPublicUserInformation().
ilForumAuthorInformation::getLinkedAuthorName | ( | ) |
Definition at line 251 of file class.ilForumAuthorInformation.php.
References $linked_public_name.
ilForumAuthorInformation::getLinkedAuthorShortName | ( | ) |
Definition at line 256 of file class.ilForumAuthorInformation.php.
References $linked_short_name.
ilForumAuthorInformation::getProfilePicture | ( | ) |
Definition at line 227 of file class.ilForumAuthorInformation.php.
References $profilePicture.
ilForumAuthorInformation::getSuffix | ( | ) |
|
protected |
Definition at line 202 of file class.ilForumAuthorInformation.php.
References $DIC, $name, ANONYMOUS_USER_ID, ilObjUser\getPersonalPicturePath(), ilContext\hasHTML(), and ilStr\subStr().
Referenced by init().
ilForumAuthorInformation::hasSuffix | ( | ) |
Definition at line 261 of file class.ilForumAuthorInformation.php.
Referenced by ilForumNotificationDataProvider\getPublicUserInformation(), and ilForumCronNotificationDataProvider\getPublicUserInformation().
|
protected |
Definition at line 129 of file class.ilForumAuthorInformation.php.
References $globalLng, $lng, buildAuthorProfileLink(), doesAuthorAccountExists(), getAuthor(), ILIAS\Survey\Mode\getId(), getUserImagePath(), initUserInstance(), isAuthorAnonymous(), isCurrentUserSessionLoggedIn(), ILIAS\Repository\lng(), and ilStr\subStr().
Referenced by __construct().
|
protected |
Definition at line 69 of file class.ilForumAuthorInformation.php.
References ilObjForumAccess\getCachedUserInstance(), and ilForumAuthorInformationCache\getUserObjectById().
Referenced by init().
|
protected |
Definition at line 93 of file class.ilForumAuthorInformation.php.
References doesAuthorAccountExists(), and getAuthor().
Referenced by init().
|
protected |
Definition at line 98 of file class.ilForumAuthorInformation.php.
Referenced by init().
ilForumAuthorInformation::isDeleted | ( | ) |
Definition at line 271 of file class.ilForumAuthorInformation.php.
References $is_deleted.
|
private |
Definition at line 30 of file class.ilForumAuthorInformation.php.
Referenced by __construct(), and getAlias().
|
private |
Definition at line 39 of file class.ilForumAuthorInformation.php.
Referenced by getAuthor().
|
private |
Definition at line 40 of file class.ilForumAuthorInformation.php.
Referenced by __construct().
|
private |
Definition at line 33 of file class.ilForumAuthorInformation.php.
Referenced by buildAuthorProfileLink(), and getAuthorName().
|
private |
Definition at line 34 of file class.ilForumAuthorInformation.php.
Referenced by buildAuthorProfileLink(), and getAuthorShortName().
|
private |
Definition at line 29 of file class.ilForumAuthorInformation.php.
Referenced by __construct().
|
private |
Definition at line 42 of file class.ilForumAuthorInformation.php.
Referenced by init().
|
private |
Definition at line 43 of file class.ilForumAuthorInformation.php.
|
private |
Definition at line 31 of file class.ilForumAuthorInformation.php.
Referenced by __construct().
|
private |
Definition at line 44 of file class.ilForumAuthorInformation.php.
Referenced by isDeleted().
|
private |
Definition at line 35 of file class.ilForumAuthorInformation.php.
Referenced by getLinkedAuthorName().
|
private |
Definition at line 36 of file class.ilForumAuthorInformation.php.
Referenced by getLinkedAuthorShortName().
|
private |
Definition at line 41 of file class.ilForumAuthorInformation.php.
Referenced by __construct(), and init().
|
private |
Definition at line 38 of file class.ilForumAuthorInformation.php.
Referenced by getProfilePicture().
|
private |
Definition at line 32 of file class.ilForumAuthorInformation.php.
Referenced by __construct().
|
private |
Definition at line 37 of file class.ilForumAuthorInformation.php.
Referenced by getSuffix().