ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Class InterestedUserFieldAttribute. More...
Public Member Functions | |
__construct (string $attributeName, string $fieldName) | |
getName () | |
getAttributeName () | |
getComponents () | |
addComponent (string $componentName, string $description) | |
Static Public Attributes | |
static ilLanguage | $lng = null |
Private Member Functions | |
getNameTranslation (string $fieldName, string $attributeName) | |
Private Attributes | |
string | $attributeName |
string | $name |
array | $components = [] |
Class InterestedUserFieldAttribute.
Definition at line 30 of file InterestedUserFieldAttribute.php.
ILIAS\Services\User\InterestedUserFieldAttribute::__construct | ( | string | $attributeName, |
string | $fieldName | ||
) |
Definition at line 40 of file InterestedUserFieldAttribute.php.
References ILIAS\Services\User\InterestedUserFieldAttribute\$attributeName, $DIC, $lng, and ILIAS\Services\User\InterestedUserFieldAttribute\getNameTranslation().
ILIAS\Services\User\InterestedUserFieldAttribute::addComponent | ( | string | $componentName, |
string | $description | ||
) |
Definition at line 78 of file InterestedUserFieldAttribute.php.
ILIAS\Services\User\InterestedUserFieldAttribute::getAttributeName | ( | ) |
Definition at line 55 of file InterestedUserFieldAttribute.php.
References ILIAS\Services\User\InterestedUserFieldAttribute\$attributeName.
ILIAS\Services\User\InterestedUserFieldAttribute::getComponents | ( | ) |
Definition at line 63 of file InterestedUserFieldAttribute.php.
References ILIAS\Services\User\InterestedUserFieldAttribute\$components.
ILIAS\Services\User\InterestedUserFieldAttribute::getName | ( | ) |
Definition at line 50 of file InterestedUserFieldAttribute.php.
References ILIAS\Services\User\InterestedUserFieldAttribute\$name.
|
private |
Definition at line 68 of file InterestedUserFieldAttribute.php.
References $lng, and ilObjUserFolderGUI\USER_FIELD_TRANSLATION_MAPPING.
Referenced by ILIAS\Services\User\InterestedUserFieldAttribute\__construct().
|
private |
Definition at line 33 of file InterestedUserFieldAttribute.php.
Referenced by ILIAS\Services\User\InterestedUserFieldAttribute\__construct(), and ILIAS\Services\User\InterestedUserFieldAttribute\getAttributeName().
|
private |
Definition at line 38 of file InterestedUserFieldAttribute.php.
Referenced by ILIAS\Services\User\InterestedUserFieldAttribute\getComponents().
|
static |
Definition at line 32 of file InterestedUserFieldAttribute.php.
|
private |
Definition at line 34 of file InterestedUserFieldAttribute.php.
Referenced by ILIAS\Services\User\InterestedUserFieldAttribute\getName().