Source for file ResultRenderer.php
Documentation is available at ResultRenderer.php
* Result renderer interface that any result renderer needs to implement.
* A result renderer converts the raw database results into a
* - for the user - usable result format, e.g. php arrays, xml, json and
* @author Christian Weiske <cweiske@cweiske.de>
* Converts the database results into the desired output format
* and returns the result.
* @param array $arRecordSets Array of (possibly several) SQL query results.
* @param Query $query SPARQL query object
* @param SparqlEngineDb $engine Sparql Engine to query the database
* @return mixed The result as rendered by the result renderers.
}//interface SparqlEngineDb_ResultRenderer
Documentation generated on Fri, 1 Jun 2007 16:51:41 +0200 by phpDocumentor 1.3.2