Go to the source code of this file.
Classes | |
| class | SMWQueryResult |
They provide access to the query result and printed data, and to some relevant query parameters that were used.
Standard access is provided through the iterator function getNext(), which returns an array ("table row") of SMWResultArray objects ("table cells"). It is also possible to access the set of result pages directly using getResults(). This is useful for printers that disregard printouts and only are interested in the actual list of pages.
Definition in file SMW_QueryResult.php.
1.5.6