|
ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
|
Inheritance diagram for ILIAS\User\Search\DefaultAutocompleteItem:
Collaboration diagram for ILIAS\User\Search\DefaultAutocompleteItem:Public Member Functions | |
| __construct (private readonly string $login, private readonly string $lastname, private readonly string $firstname, private readonly string $unprocessed_search_term) | |
| getTagArray () | |
| MUST return an array containing three properties "value", "display", and "searchBy". More... | |
| getTagArray () | |
| MUST return an array containing three properties "value", "display", and "searchBy". More... | |
Private Member Functions | |
| buildNameComponent () | |
Definition at line 23 of file DefaultAutocompleteItem.php.
| ILIAS\User\Search\DefaultAutocompleteItem::__construct | ( | private readonly string | $login, |
| private readonly string | $lastname, | ||
| private readonly string | $firstname, | ||
| private readonly string | $unprocessed_search_term | ||
| ) |
Definition at line 25 of file DefaultAutocompleteItem.php.
|
private |
Definition at line 51 of file DefaultAutocompleteItem.php.
| ILIAS\User\Search\DefaultAutocompleteItem::getTagArray | ( | ) |
MUST return an array containing three properties "value", "display", and "searchBy".
The property "value" MUST be save to transmit as url-parameter. The returned tags will then again be filtered by the value in the property "searchBy". If you need to show the tag even if you are not allowed to divulge the full value of the field the search string was found in, you can simply reuse the search term here. See the `\ILIAS\User\Search\DefaultAutocompleteItem for an implementation of this.
Implements ILIAS\User\Search\AutocompleteItem.
Definition at line 33 of file DefaultAutocompleteItem.php.
References ILIAS\UI\examples\Symbol\Glyph\Login\login().
Here is the call graph for this function: