ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ilMailUserHelper Class Reference

Class ilMailUserHelper. More...

+ Collaboration diagram for ilMailUserHelper:

Public Member Functions

 getUsernameMapForIds (array $usrIds)
 

Detailed Description

Class ilMailUserHelper.

Author
Michael Jansen mjans.nosp@m.en@d.nosp@m.ataba.nosp@m.y.de

Definition at line 9 of file class.ilMailUserHelper.php.

Member Function Documentation

◆ getUsernameMapForIds()

ilMailUserHelper::getUsernameMapForIds ( array  $usrIds)
Parameters
array$usrIds
Returns
string[]

Definition at line 15 of file class.ilMailUserHelper.php.

References ilUserUtil\getNamePresentation().

15  : array
16  {
17  return ilUserUtil::getNamePresentation($usrIds, false, false, '', true, true, false);
18  }
static getNamePresentation( $a_user_id, $a_user_image=false, $a_profile_link=false, $a_profile_back_link="", $a_force_first_lastname=false, $a_omit_login=false, $a_sortable=true, $a_return_data_array=false, $a_ctrl_path="ilpublicuserprofilegui")
Default behaviour is:
+ Here is the call graph for this function:

The documentation for this class was generated from the following file: