| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
Class InterestedUserFieldAttribute. More...
 Collaboration diagram for ILIAS\Services\User\InterestedUserFieldAttribute: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().
 Here is the call graph for this function:| 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().
 Here is the caller graph for this function:
      
  | 
  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().