8declare(strict_types=1);
14trait BuildAutocompletionUrl
16 private function getAutocompleteUrl(\
ilCtrl $ctrl): string
20 \ilPublicProfileBaseClassGUI::class,
21 PublicProfileGUI::class
23 'doProfileAutoComplete'
GUI class for public user profile presentation.
Class ilCtrl provides processing control methods.
getLinkTargetByClass( $a_class, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
@inheritDoc