ILIAS  trunk Revision v12.0_alpha-1540-g00f839d5fa1
DefaultEndpointConfigurator.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
21namespace ILIAS\User\Search;
22
24{
28 public function __construct(
29 private array $parent_class_path
30 ) {
31 }
32 public function getParentClassPath(): array
33 {
34 return $this->parent_class_path;
35 }
36
38 \ilObjUser $current_user,
39 AutocompleteQuery $autocomplete_query
40 ): array {
41 return [];
42 }
43}
This class provides some pre-processing for search terms provided by a user when searching for users.
getAdditionalAnswerElements(\ilObjUser $current_user, AutocompleteQuery $autocomplete_query)
User class.
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...