ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Public Member Functions | |
__construct (ProfileAdapter $profile, \ILIAS\UI\Factory $ui_factory) | |
getAvatar (int $user_id) | |
getPicturePath (int $user_id) | |
getNamePresentation (int $user_id, bool $link_profile=false, string $back="", $force_first_last=false) | |
Protected Attributes | |
ProfileAdapter | $profile |
ILIAS UI Factory | $ui_factory |
Definition at line 25 of file ProfileGUI.php.
ILIAS\Repository\Profile\ProfileGUI::__construct | ( | ProfileAdapter | $profile, |
\ILIAS\UI\Factory | $ui_factory | ||
) |
Definition at line 30 of file ProfileGUI.php.
References ILIAS\Repository\Profile\ProfileGUI\$profile, ILIAS\Repository\Profile\ProfileGUI\$ui_factory, and ILIAS\Repository\profile().
ILIAS\Repository\Profile\ProfileGUI::getAvatar | ( | int | $user_id | ) |
Definition at line 38 of file ProfileGUI.php.
References ilObjUser\_getAvatar(), and ILIAS\Repository\profile().
ILIAS\Repository\Profile\ProfileGUI::getNamePresentation | ( | int | $user_id, |
bool | $link_profile = false , |
||
string | $back = "" , |
||
$force_first_last = false |
|||
) |
Definition at line 62 of file ProfileGUI.php.
References ilUserUtil\getNamePresentation(), and ILIAS\Repository\profile().
ILIAS\Repository\Profile\ProfileGUI::getPicturePath | ( | int | $user_id | ) |
Definition at line 48 of file ProfileGUI.php.
References $DIC, and ILIAS\Repository\profile().
|
protected |
Definition at line 27 of file ProfileGUI.php.
Referenced by ILIAS\Repository\Profile\ProfileGUI\__construct().
Definition at line 28 of file ProfileGUI.php.
Referenced by ILIAS\Repository\Profile\ProfileGUI\__construct().