|
ILIAS
release_8 Revision v8.24
|
ilForumAuthorInformation More...
Collaboration diagram for ilForumAuthorInformation: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().
Here is the call graph for this function:
|
protected |
Definition at line 103 of file class.ilForumAuthorInformation.php.
References $author_name, and $author_short_name.
Referenced by init().
Here is the caller graph for this function:
|
protected |
Definition at line 88 of file class.ilForumAuthorInformation.php.
References getAuthor().
Referenced by init(), and isAuthorAnonymous().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForumAuthorInformation::getAlias | ( | ) |
Definition at line 276 of file class.ilForumAuthorInformation.php.
References $alias.
| ilForumAuthorInformation::getAuthor | ( | ) |
Definition at line 232 of file class.ilForumAuthorInformation.php.
References $author.
Referenced by doesAuthorAccountExists(), init(), and isAuthorAnonymous().
Here is the caller graph for this function:| ilForumAuthorInformation::getAuthorName | ( | bool | $without_short_name = false | ) |
Definition at line 237 of file class.ilForumAuthorInformation.php.
References $author_name, and getAuthorShortName().
Referenced by ilForumCronNotificationDataProvider\getPublicUserInformation(), and ilForumNotificationDataProvider\getPublicUserInformation().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForumAuthorInformation::getAuthorShortName | ( | ) |
Definition at line 246 of file class.ilForumAuthorInformation.php.
References $author_short_name.
Referenced by getAuthorName(), ilForumCronNotificationDataProvider\getPublicUserInformation(), and ilForumNotificationDataProvider\getPublicUserInformation().
Here is the caller graph for this function:| 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 | ( | ) |
Definition at line 266 of file class.ilForumAuthorInformation.php.
References $suffix.
|
protected |
Definition at line 202 of file class.ilForumAuthorInformation.php.
References ilObjUser\getPersonalPicturePath(), and ilContext\hasHTML().
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForumAuthorInformation::hasSuffix | ( | ) |
Definition at line 261 of file class.ilForumAuthorInformation.php.
Referenced by ilForumCronNotificationDataProvider\getPublicUserInformation(), and ilForumNotificationDataProvider\getPublicUserInformation().
Here is the caller graph for this function:
|
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().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 69 of file class.ilForumAuthorInformation.php.
References ilObjForumAccess\getCachedUserInstance(), and ilForumAuthorInformationCache\getUserObjectById().
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 93 of file class.ilForumAuthorInformation.php.
References doesAuthorAccountExists(), and getAuthor().
Referenced by init().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 98 of file class.ilForumAuthorInformation.php.
Referenced by init().
Here is the caller graph for this function:| 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().