19declare(strict_types=1);
 
   44        string $encoding_type,
 
   56        SettingsDataRepository $settings_data_repository,
 
   57        ProfileFieldsConfigurationRepository $profile_fields_config_repo,
 
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
 
This class provides some pre-processing for search terms provided by a user when searching for users.
 
storePasswordFor(int $usr_id, string $password, string $encoding_type, ?string $salt)
 
deleteForFieldIdentifier(string $identifier)
 
storeLastVisitedFor(int $usr_id, array $last_visited)
 
storeLoginFor(int $usr_id, string $login)
 
deleteForUser(int $usr_id)
 
getMultiple(array $user_ids)
 
searchUsers(SettingsDataRepository $settings_data_repository, ProfileFieldsConfigurationRepository $profile_fields_config_repo, AutocompleteQuery $search_term)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...