ILIAS  trunk Revision v12.0_alpha-16-g3e876e53c80
ILIAS\User\Search\EndpointConfigurator Interface Reference
+ Inheritance diagram for ILIAS\User\Search\EndpointConfigurator:
+ Collaboration diagram for ILIAS\User\Search\EndpointConfigurator:

Public Member Functions

 getParentClassPath ()
 
 getAdditionalAnswerElements (\ilObjUser $current_user, AutocompleteQuery $autocomplete_query)
 

Detailed Description

Definition at line 23 of file EndpointConfigurator.php.

Member Function Documentation

◆ getAdditionalAnswerElements()

ILIAS\User\Search\EndpointConfigurator::getAdditionalAnswerElements ( \ilObjUser  $current_user,
AutocompleteQuery  $autocomplete_query 
)
Returns
list<\ILIAS\User\Search\AutocompleteItem> Items that should be added to the list the user can select from.

Implemented in ILIAS\Mail\RecipientSearch\UserSearchEndpointConfigurator, and ILIAS\User\Search\DefaultEndpointConfigurator.

◆ getParentClassPath()

ILIAS\User\Search\EndpointConfigurator::getParentClassPath ( )
Returns
list<string> MUST return an array containing all class names in the path to be prepended to the EndpointGUI in order to build the URL with ilCtrl

Implemented in ILIAS\Mail\RecipientSearch\UserSearchEndpointConfigurator, and ILIAS\User\Search\DefaultEndpointConfigurator.


The documentation for this interface was generated from the following file: