3 declare(strict_types=1);
40 public function __construct(
string $attributeName,
string $fieldName)
70 $translationKey = str_replace(
"_$fieldName",
"", $attributeName);
75 return "INVALID TRANSLATION KEY";
80 foreach ($this->components as $component) {
81 if ($component->getComponentName() === $componentName) {
90 $this->components[] = $component;
__construct(string $attributeName, string $fieldName)
addComponent(string $componentName, string $description)
getNameTranslation(string $fieldName, string $attributeName)
Class InterestedUserFieldAttribute.
const USER_FIELD_TRANSLATION_MAPPING
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class InterestedUserFieldComponent.