ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ilMailUserHelper Class Reference
+ Collaboration diagram for ilMailUserHelper:

Public Member Functions

 getUsernameMapForIds (array $usr_ids)
 

Detailed Description

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

Member Function Documentation

◆ getUsernameMapForIds()

ilMailUserHelper::getUsernameMapForIds ( array  $usr_ids)
Parameters
list<int>$usr_ids
Returns
array<int, string>

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

References ilUserUtil\getNamePresentation().

27  : array
28  {
30  $usr_ids,
31  false,
32  false,
33  '',
34  true,
35  true,
36  false
37  );
38  }
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: