ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilMailUserHelper.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
26 {
31  public function getUsernameMapForIds(array $usrIds): array
32  {
34  $usrIds,
35  false,
36  false,
37  '',
38  true,
39  true,
40  false
41  );
42  }
43 }
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:
Class ilMailUserHelper.
getUsernameMapForIds(array $usrIds)