|
18 | 18 | * @copyright 2001-2019 WoltLab GmbH |
19 | 19 | * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php> |
20 | 20 | * |
21 | | - * @property-read int $groupID unique id of the user group |
22 | | - * @property-read string $groupName name of the user group or name of language |
23 | | - * item which contains the name |
24 | | - * @property-read string $groupDescription description of the user group or name of |
25 | | - * language item which contains the description |
26 | | - * @property-read int $groupType identifier of the type of user group |
27 | | - * @property-read int $priority priority of the user group used to determine |
28 | | - * member's user rank and online marking |
29 | | - * @property-read string $userOnlineMarking HTML code used to print the formatted name of |
30 | | - * a user group member |
31 | | - * @property-read int $showOnTeamPage is `1` if the user group and its members |
32 | | - * should be shown on the team page, otherwise `0` |
33 | | - * @property-read int $allowMention is `1` if the user group can be mentioned in messages, |
34 | | - * otherwise `0` |
35 | | - * @property-read int $requireMultifactor is `1` if group members need to set up multi-factor |
36 | | - * authentcation, otherwise `0` |
| 21 | + * @property-read int $groupID unique id of the user group |
| 22 | + * @property-read string $groupName name of the user group or name of language item which contains the name |
| 23 | + * @property-read string $groupDescription description of the user group or name of language item which contains the description |
| 24 | + * @property-read int $groupType identifier of the type of user group |
| 25 | + * @property-read int $priority priority of the user group used to determine member's user rank and online marking |
| 26 | + * @property-read string $userOnlineMarking HTML code used to print the formatted name of a user group member |
| 27 | + * @property-read 0|1 $showOnTeamPage is `1` if the user group and its members should be shown on the team page, otherwise `0` |
| 28 | + * @property-read 0|1 $allowMention is `1` if the user group can be mentioned in messages, otherwise `0` |
| 29 | + * @property-read 0|1 $requireMultifactor is `1` if group members need to set up multi-factor authentcation, otherwise `0` |
37 | 30 | */ |
38 | 31 | class UserGroup extends DatabaseObject implements ITitledObject |
39 | 32 | { |
|
0 commit comments