ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
EndpointConfigurator.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\User\Search;
22
24{
30 public function getParentClassPath(): array;
31
37 \ilObjUser $current_user,
38 AutocompleteQuery $autocomplete_query
39 ): array;
40}
This class provides some pre-processing for search terms provided by a user when searching for users.
User class.
getAdditionalAnswerElements(\ilObjUser $current_user, AutocompleteQuery $autocomplete_query)