Sort a delimited list of items in their natural string order. Note that the value
and
refid
attributes are mutually exclusive, and the value attribute takes precedence if both are
specified.
Table B.58: Attributes
Name | Type | Description | Default | Required |
---|---|---|---|---|
property
|
String
| The name of the property to set. | n/a | Yes |
overwrite
|
Boolean
| If the property is already set, should we change it's value. | false | No |
value
|
String
| The list of values to process, with the delimiter character, indicated by the "delimiter" attribute, separating each value. | n/a | Yes, unless "refid" is specified. |
refid
|
String
| The id of where the list of values to sort is stored. | n/a | Yes, unless "value" is specified. |
delimiter
|
String
| The delimiter string that separates the values in the "list" attribute. | , | No |
flags
|
String
| Sort flags depending on the php version and one of: SORT_REGULAR, SORT_NUMERIC, SORT_STRING, SORT_LOCALE_STRING, SORT_NATURAL, SORT_FLAG_CASE | n/a | No |