| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 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 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 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, 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().