You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wcfsetup/install/files/lib/data/label/group/LabelGroup.class.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@
17
17
* @property-read string $groupName name of the label group or name of language item which contains the label text
18
18
* @property-read string $groupDescription description of the label group (only shown in ACP)
19
19
* @property-read 1|0 $forceSelection is `1` if a label in the label group has to be selected when creating an object for which the label group is available, otherwise `0`
20
+
* @property-read 1|0 $sortAlphabetically is `1` if labels in the label group are sorted alphabetically by their translated name, otherwise `0`
20
21
* @property-read int $showOrder position of the label group in relation to the other label groups
21
22
*/
22
23
class LabelGroup extends DatabaseObject implements IRouteController
0 commit comments