|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Repository\Profile\ProfileGUI: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().
Here is the call graph for this function:| ILIAS\Repository\Profile\ProfileGUI::getAvatar | ( | int | $user_id | ) |
Definition at line 38 of file ProfileGUI.php.
References $user_id, ilObjUser\_getAvatar(), and ILIAS\Repository\profile().
Here is the call graph for this function:| 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 $user_id, ilUserUtil\getNamePresentation(), and ILIAS\Repository\profile().
Here is the call graph for this function:| ILIAS\Repository\Profile\ProfileGUI::getPicturePath | ( | int | $user_id | ) |
Definition at line 48 of file ProfileGUI.php.
References $DIC, $user_id, and ILIAS\Repository\profile().
Here is the call graph for this function:
|
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().