Interface SparqlEngine_ResultRenderer

Description

Result renderer interface that any result renderer needs to implement.

A result renderer converts results into a

  • for the user - usable result format, e.g. php arrays, xml, json and
so on.

Located in /sparql/SparqlEngine/ResultRenderer.php (line 13)


	
			
Method Summary
mixed convertFromResult (array $arVartable, Query $query, SparqlEngine $engine)
Methods
convertFromResult (line 24)

Converts the database results into the desired output format and returns the result.

  • return: The result as rendered by the result renderers.
  • access: public
mixed convertFromResult (array $arVartable, Query $query, SparqlEngine $engine)
  • array $arVartable: Variable table
  • Query $query: SPARQL query object
  • SparqlEngine $engine: Sparql Engine to query the database

Documentation generated on Fri, 1 Jun 2007 16:51:41 +0200 by phpDocumentor 1.3.2