Ignore:
Timestamp:
Jul 13, 2011, 1:33:27 PM (14 years ago)
Author:
cla
Message:

rdfint

  • all classes: added missing comments on return value
  • Projection::construct and rdfa::SparqlQuery: added missing comment on exceptions
  • Data::parse
    • added note on merge feature
    • added code to return boolean
File:
1 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/classes/rdfa_SparqlQuery.php

    r28 r29  
    5353   * \param statement    SPARQL CONSTRUCT query statement to execute.
    5454   *
     55   * \exception Exception The parameter endpoint is not of object rdfa::SparqlEndpoint
     56   *
    5557   * \note To effectively execute the query, invoke the method
    5658   * - rdfa::SparqlQuery::run()
     
    8587  /**
    8688   * Gets the SPARQL query statementof the object.
     89   *
     90   * \retval string SPARQL statement
    8791   */
    8892
     
    96100   * Runs the SPARQL query of the object.
    97101   *
    98    * Returns indexed RDF data.
     102   * \retval array  indexed RDF data in internal format
    99103   */
    100104
Note: See TracChangeset for help on using the changeset viewer.