ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Property.php
Go to the documentation of this file.
1<?php
2
19namespace ILIAS\User;
20
21use ILIAS\User\Settings\AvailableSections as SettingsSections;
24
25interface Property
26{
27 public function getIdentifier(): string;
28 public function getLabel(Language $lng): string;
29 public function getSection(): SettingsSections|ProfileSections;
30 public function retrieveValueFromUser(\ilObjUser $user): mixed;
31}
User class.
retrieveValueFromUser(\ilObjUser $user)
getLabel(Language $lng)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: UserEvent.php:21
global $lng
Definition: privfeed.php:31