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

Public Member Functions

 __construct (private array $parent_class_path)
 
 getParentClassPath ()
 
 getAdditionalAnswerElements (\ilObjUser $current_user, AutocompleteQuery $autocomplete_query)
 
 getParentClassPath ()
 
 getAdditionalAnswerElements (\ilObjUser $current_user, AutocompleteQuery $autocomplete_query)
 

Detailed Description

Definition at line 23 of file DefaultEndpointConfigurator.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\User\Search\DefaultEndpointConfigurator::__construct ( private array  $parent_class_path)
Parameters
list<string>$parent_class_path see: \ILIAS\User\Search\EndpointConfigurator::getParentClassPath()

Definition at line 30 of file DefaultEndpointConfigurator.php.

32 {
33 }

Member Function Documentation

◆ getAdditionalAnswerElements()

ILIAS\User\Search\DefaultEndpointConfigurator::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.

Implements ILIAS\User\Search\EndpointConfigurator.

Definition at line 39 of file DefaultEndpointConfigurator.php.

42 : array {
43 return [];
44 }

◆ getParentClassPath()

ILIAS\User\Search\DefaultEndpointConfigurator::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

Implements ILIAS\User\Search\EndpointConfigurator.

Definition at line 34 of file DefaultEndpointConfigurator.php.

34 : array
35 {
36 return $this->parent_class_path;
37 }

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