ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

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=null)
Default behaviour is:

References ilUserUtil\getNamePresentation().

+ Here is the call graph for this function:

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