Go to the source code of this file.
Classes | |
| class | SMWAggregatablePrinter |
It allows the user to choose between regular behaviour or getting a distribution of values.
For example, this result set: foo bar baz foo bar bar ohi Will be turned into * bar (3) * foo (2) * baz (1) * ohi (1)
Definition in file SMW_QP_Aggregatable.php.
1.5.6