Definition at line 27 of file DataRepository.php.
◆ deleteForFieldIdentifier()
| ILIAS\User\Profile\DataRepository::deleteForFieldIdentifier |
( |
string |
$identifier | ) |
|
◆ deleteForUser()
| ILIAS\User\Profile\DataRepository::deleteForUser |
( |
int |
$usr_id | ) |
|
◆ getCountAndRecordsForQuery()
| ILIAS\User\Profile\DataRepository::getCountAndRecordsForQuery |
( |
DataQuery |
$query, |
|
|
int |
$offset, |
|
|
int |
$limit |
|
) |
| |
◆ getDefault()
| ILIAS\User\Profile\DataRepository::getDefault |
( |
| ) |
|
◆ getMultiple()
| ILIAS\User\Profile\DataRepository::getMultiple |
( |
array |
$user_ids | ) |
|
◆ getProfileDataQuery()
| ILIAS\User\Profile\DataRepository::getProfileDataQuery |
( |
array |
$select_fields | ) |
|
◆ getSingle()
| ILIAS\User\Profile\DataRepository::getSingle |
( |
int |
$id | ) |
|
◆ searchUsers()
| ILIAS\User\Profile\DataRepository::searchUsers |
( |
SettingsDataRepository |
$settings_data_repository, |
|
|
ProfileFieldsConfigurationRepository |
$profile_fields_config_repo, |
|
|
AutocompleteQuery |
$search_term |
|
) |
| |
◆ store()
| ILIAS\User\Profile\DataRepository::store |
( |
Data |
$user_data | ) |
|
◆ storeLastVisitedFor()
| ILIAS\User\Profile\DataRepository::storeLastVisitedFor |
( |
int |
$usr_id, |
|
|
array |
$last_visited |
|
) |
| |
◆ storeLoginFor()
| ILIAS\User\Profile\DataRepository::storeLoginFor |
( |
int |
$usr_id, |
|
|
string |
$login |
|
) |
| |
◆ storePasswordFor()
| ILIAS\User\Profile\DataRepository::storePasswordFor |
( |
int |
$usr_id, |
|
|
string |
$password, |
|
|
string |
$encoding_type, |
|
|
?string |
$salt |
|
) |
| |
The documentation for this interface was generated from the following file: