Changeset 29 for php/trunk/classes/rdfa_SparqlQuery.php
- Timestamp:
- Jul 13, 2011, 1:33:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
php/trunk/classes/rdfa_SparqlQuery.php
r28 r29 53 53 * \param statement SPARQL CONSTRUCT query statement to execute. 54 54 * 55 * \exception Exception The parameter endpoint is not of object rdfa::SparqlEndpoint 56 * 55 57 * \note To effectively execute the query, invoke the method 56 58 * - rdfa::SparqlQuery::run() … … 85 87 /** 86 88 * Gets the SPARQL query statementof the object. 89 * 90 * \retval string SPARQL statement 87 91 */ 88 92 … … 96 100 * Runs the SPARQL query of the object. 97 101 * 98 * Returns indexed RDF data.102 * \retval array indexed RDF data in internal format 99 103 */ 100 104
Note:
See TracChangeset
for help on using the changeset viewer.