|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Repository\Profile\ProfileAdapter:Public Member Functions | |
| __construct (\ilLanguage $lng) | |
| exists (int $user_id) | |
| getDeletedUserAvatarText () | |
| getDeletedUserNamePresentation () | |
| getNamePresentation (int $user_id, bool $force=false) | |
Protected Attributes | |
| ilLanguage | $lng |
Definition at line 23 of file ProfileAdapter.php.
| ILIAS\Repository\Profile\ProfileAdapter::__construct | ( | \ilLanguage | $lng | ) |
Definition at line 27 of file ProfileAdapter.php.
References ILIAS\Repository\Profile\ProfileAdapter\$lng, and ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Repository\Profile\ProfileAdapter::exists | ( | int | $user_id | ) |
Definition at line 34 of file ProfileAdapter.php.
References $user_id.
Referenced by ILIAS\Repository\Profile\ProfileAdapter\getNamePresentation().
Here is the caller graph for this function:| ILIAS\Repository\Profile\ProfileAdapter::getDeletedUserAvatarText | ( | ) |
Definition at line 39 of file ProfileAdapter.php.
References ILIAS\Repository\lng().
Here is the call graph for this function:| ILIAS\Repository\Profile\ProfileAdapter::getDeletedUserNamePresentation | ( | ) |
Definition at line 44 of file ProfileAdapter.php.
References ILIAS\Repository\lng().
Referenced by ILIAS\Repository\Profile\ProfileAdapter\getNamePresentation().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\Repository\Profile\ProfileAdapter::getNamePresentation | ( | int | $user_id, |
| bool | $force = false |
||
| ) |
Definition at line 49 of file ProfileAdapter.php.
References $user_id, ILIAS\Repository\Profile\ProfileAdapter\exists(), and ILIAS\Repository\Profile\ProfileAdapter\getDeletedUserNamePresentation().
Here is the call graph for this function:
|
protected |
Definition at line 25 of file ProfileAdapter.php.
Referenced by ILIAS\Repository\Profile\ProfileAdapter\__construct().