|
ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
|
ilForumAuthorInformation More...
Collaboration diagram for ilForumAuthorInformation:Public Member Functions | |
| __construct ($author_id, $display_id, $alias, $import_name, array $public_profile_link_attributes=array()) | |
| getProfilePicture () | |
| getAuthor () | |
| getAuthorName ($without_short_name=false) | |
| getAuthorShortName () | |
| getLinkedAuthorName () | |
| getLinkedAuthorShortName () | |
| hasSuffix () | |
| getSuffix () | |
Protected Member Functions | |
| initUserInstance () | |
| doesAuthorAccountExists () | |
| isAuthorAnonymous () | |
| buildAuthorProfileLink ($with_profile_link=false) | |
Protected Attributes | |
| $display_id | |
| $alias | |
| $import_name | |
| $public_profile_link_attributes = array() | |
| $author_name | |
| $author_short_name | |
| $linked_public_name | |
| $linked_short_name | |
| $suffix = '' | |
| $profilePicture | |
| $author | |
| $files = array() | |
| $author_id | |
Definition at line 13 of file class.ilForumAuthorInformation.php.
| ilForumAuthorInformation::__construct | ( | $author_id, | |
| $display_id, | |||
| $alias, | |||
| $import_name, | |||
| array | $public_profile_link_attributes = array() |
||
| ) |
| int | $author_id | |
| int | $display_id | |
| string | $alias | |
| string | $import_name | |
| array | $public_profile_link_attributes |
Definition at line 87 of file class.ilForumAuthorInformation.php.
References $alias, $author_id, $display_id, $import_name, and $public_profile_link_attributes.
|
protected |
| bool | $with_profile_link |
Definition at line 155 of file class.ilForumAuthorInformation.php.
References $author_name, and $author_short_name.
|
protected |
Definition at line 126 of file class.ilForumAuthorInformation.php.
References getAuthor().
Referenced by isAuthorAnonymous().
Here is the call graph for this function:
Here is the caller graph for this function:| ilForumAuthorInformation::getAuthor | ( | ) |
Definition at line 281 of file class.ilForumAuthorInformation.php.
References $author.
Referenced by doesAuthorAccountExists(), and isAuthorAnonymous().
Here is the caller graph for this function:| ilForumAuthorInformation::getAuthorName | ( | $without_short_name = false | ) |
| bool | $without_short_name |
Definition at line 290 of file class.ilForumAuthorInformation.php.
References $author_name, and getAuthorShortName().
Here is the call graph for this function:| ilForumAuthorInformation::getAuthorShortName | ( | ) |
Definition at line 305 of file class.ilForumAuthorInformation.php.
References $author_short_name.
Referenced by getAuthorName().
Here is the caller graph for this function:| ilForumAuthorInformation::getLinkedAuthorName | ( | ) |
Definition at line 313 of file class.ilForumAuthorInformation.php.
References $linked_public_name.
| ilForumAuthorInformation::getLinkedAuthorShortName | ( | ) |
Definition at line 321 of file class.ilForumAuthorInformation.php.
References $linked_short_name.
| ilForumAuthorInformation::getProfilePicture | ( | ) |
Definition at line 273 of file class.ilForumAuthorInformation.php.
References $profilePicture.
| ilForumAuthorInformation::getSuffix | ( | ) |
Definition at line 337 of file class.ilForumAuthorInformation.php.
References $suffix.
| ilForumAuthorInformation::hasSuffix | ( | ) |
Definition at line 329 of file class.ilForumAuthorInformation.php.
|
protected |
Definition at line 101 of file class.ilForumAuthorInformation.php.
References ilObjForumAccess\getCachedUserInstance(), and ilForumAuthorInformationCache\getUserObjectById().
Here is the call graph for this function:
|
protected |
Definition at line 134 of file class.ilForumAuthorInformation.php.
References doesAuthorAccountExists(), and getAuthor().
Here is the call graph for this function:
|
protected |
Definition at line 23 of file class.ilForumAuthorInformation.php.
Referenced by __construct().
|
protected |
Definition at line 68 of file class.ilForumAuthorInformation.php.
Referenced by getAuthor().
|
protected |
Definition at line 78 of file class.ilForumAuthorInformation.php.
Referenced by __construct().
|
protected |
Definition at line 38 of file class.ilForumAuthorInformation.php.
Referenced by buildAuthorProfileLink(), and getAuthorName().
|
protected |
Definition at line 43 of file class.ilForumAuthorInformation.php.
Referenced by buildAuthorProfileLink(), and getAuthorShortName().
|
protected |
Definition at line 18 of file class.ilForumAuthorInformation.php.
Referenced by __construct().
|
protected |
Definition at line 73 of file class.ilForumAuthorInformation.php.
|
protected |
Definition at line 28 of file class.ilForumAuthorInformation.php.
Referenced by __construct().
|
protected |
Definition at line 48 of file class.ilForumAuthorInformation.php.
Referenced by getLinkedAuthorName().
|
protected |
Definition at line 53 of file class.ilForumAuthorInformation.php.
Referenced by getLinkedAuthorShortName().
|
protected |
Definition at line 63 of file class.ilForumAuthorInformation.php.
Referenced by getProfilePicture().
|
protected |
Definition at line 33 of file class.ilForumAuthorInformation.php.
Referenced by __construct().
|
protected |
Definition at line 58 of file class.ilForumAuthorInformation.php.
Referenced by getSuffix().