ILIAS  release_8 Revision v8.24
ILIAS\Services\User\InterestedUserFieldComponent Class Reference

Class InterestedUserFieldComponent. More...

+ Collaboration diagram for ILIAS\Services\User\InterestedUserFieldComponent:

Public Member Functions

 __construct (string $componentName, string $description)
 
 getComponentName ()
 
 getDescription ()
 

Private Attributes

string $componentName
 
string $description
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Services\User\InterestedUserFieldComponent::__construct ( string  $componentName,
string  $description 
)

Member Function Documentation

◆ getComponentName()

ILIAS\Services\User\InterestedUserFieldComponent::getComponentName ( )

Definition at line 38 of file InterestedUserFieldComponent.php.

38 : string
39 {
41 }

References ILIAS\Services\User\InterestedUserFieldComponent\$componentName.

◆ getDescription()

ILIAS\Services\User\InterestedUserFieldComponent::getDescription ( )

Definition at line 43 of file InterestedUserFieldComponent.php.

43 : string
44 {
45 return $this->description;
46 }

References ILIAS\Services\User\InterestedUserFieldComponent\$description.

Field Documentation

◆ $componentName

string ILIAS\Services\User\InterestedUserFieldComponent::$componentName
private

◆ $description

string ILIAS\Services\User\InterestedUserFieldComponent::$description
private

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