ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
UserFieldAttributesChangeListener.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
27{
32 public function isInterestedInField(): string;
34
38 public function getDescriptionForField(
40 string $translated_field_name,
41 string $translated_attribute_name
42 ): string;
43
48 public function getComponentName(): string;
49}
getDescriptionForField(Language $lng, string $translated_field_name, string $translated_attribute_name)
MUST return a description for a user profile field.
isInterestedInField()
MUST return the fully qualified class name of the profile field the component is interested in.
global $lng
Definition: privfeed.php:31