ILIAS
release_8 Revision v8.23
◀ ilDoc Overview
InterestedUserFieldComponent.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\Services\User
;
22
27
class
InterestedUserFieldComponent
28
{
29
private
string
$componentName
;
30
private
string
$description
;
31
32
public
function
__construct
(
string
$componentName,
string
$description)
33
{
34
$this->componentName =
$componentName
;
35
$this->description =
$description
;
36
}
37
38
public
function
getComponentName
(): string
39
{
40
return
$this->componentName
;
41
}
42
43
public
function
getDescription
(): string
44
{
45
return
$this->description
;
46
}
47
}
ILIAS\Services\User\InterestedUserFieldComponent\__construct
__construct(string $componentName, string $description)
Definition:
InterestedUserFieldComponent.php:32
ILIAS\Services\User\InterestedUserFieldComponent\getDescription
getDescription()
Definition:
InterestedUserFieldComponent.php:43
ILIAS\Services\User\InterestedUserFieldComponent\$description
string $description
Definition:
InterestedUserFieldComponent.php:30
ILIAS\Services\User\InterestedUserFieldComponent\$componentName
string $componentName
Definition:
InterestedUserFieldComponent.php:29
ILIAS\Services\User\InterestedUserFieldComponent\getComponentName
getComponentName()
Definition:
InterestedUserFieldComponent.php:38
ILIAS\Services\User
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ChangedUserFieldAttribute.php:21
ILIAS\Services\User\InterestedUserFieldComponent
Class InterestedUserFieldComponent.
Definition:
InterestedUserFieldComponent.php:27
Services
User
classes
InterestedUserFieldComponent.php
Generated on Sun Aug 31 2025 22:02:39 for ILIAS by
1.8.13 (using
Doxyfile
)