ILIAS  trunk Revision v11.0_alpha-1871-gde1fee8db3d
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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 25 of file class.ilMailUserHelper.php.

Member Function Documentation

◆ getUsernameMapForIds()

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

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

References ilUserUtil\getNamePresentation().

31  : array
32  {
34  $usrIds,
35  false,
36  false,
37  '',
38  true,
39  true,
40  false
41  );
42  }
static getNamePresentation( $a_user_id, bool $a_user_image=false, bool $a_profile_link=false, string $a_profile_back_link='', bool $a_force_first_lastname=false, bool $a_omit_login=false, bool $a_sortable=true, bool $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: