ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
DefaultEndpointConfigurator.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 __construct(
31 private array $parent_class_path
32 ) {
33 }
34 public function getParentClassPath(): array
35 {
36 return $this->parent_class_path;
37 }
38
40 \ilObjUser $current_user,
41 AutocompleteQuery $autocomplete_query
42 ): array {
43 return [];
44 }
45}
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...