ILIAS
trunk Revision v12.0_alpha-16-g3e876e53c80
◀ ilDoc Overview
AutocompleteItem.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\User\Search
;
22
23
interface
AutocompleteItem
24
{
34
public
function
getTagArray
(): array;
35
}
ILIAS\User\Search\AutocompleteItem
Definition:
AutocompleteItem.php:24
ILIAS\User\Search\AutocompleteItem\getTagArray
getTagArray()
MUST return an array containing three properties "value", "display", and "searchBy".
ILIAS\User\Search
Definition:
AutocompleteItem.php:21
components
ILIAS
User
src
Search
AutocompleteItem.php
Generated on Sun Nov 2 2025 23:04:47 for ILIAS by
1.9.4 (using
Doxyfile
)