ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
BuildAutocompletionUrl.php
Go to the documentation of this file.
1
<?php
2
3
/*
4
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
5
* Click nbfs://nbhost/SystemFileSystem/Templates/Scripting/EmptyPHP.php to edit this template
6
*/
7
8
declare(strict_types=1);
9
10
namespace
ILIAS\User\Profile\Fields\Standard
;
11
12
use
ILIAS\User\Profile\PublicProfileGUI
;
13
14
trait BuildAutocompletionUrl
15
{
16
private
function
getAutocompleteUrl(\
ilCtrl
$ctrl): string
17
{
18
return
$ctrl->
getLinkTargetByClass
(PublicProfileGUI::class,
'doProfileAutoComplete'
);
19
}
20
}
ILIAS\User\Profile\PublicProfileGUI
GUI class for public user profile presentation.
Definition:
class.PublicProfileGUI.php:34
ilCtrl
Class ilCtrl provides processing control methods.
Definition:
class.ilCtrl.php:36
ilCtrl\getLinkTargetByClass
getLinkTargetByClass( $a_class, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
@inheritDoc
Definition:
class.ilCtrl.php:335
ILIAS\User\Profile\Fields\Standard
Definition:
Alias.php:21
components
ILIAS
User
src
Profile
Fields
Standard
BuildAutocompletionUrl.php
Generated on Sun Oct 19 2025 23:04:51 for ILIAS by
1.9.4 (using
Doxyfile
)