Ignore:
Timestamp:
Jul 12, 2011, 10:56:58 AM (14 years ago)
Author:
cla
Message:

rdfint

  • prefix non-standard methods of rdfa::Data and rdfa::Projection with underscore
  • add note to description of rdfa::SparlEndpoint and rdfa::SparlQuery that they are no-standard as well
File:
1 edited

Legend:

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

    r3 r17  
    2323 *  \class  SparqlEndpoint
    2424 *  \brief  This class implements the configuration class for SPARQL endpoints, used
    25  *          for creation of rdfa::SparqlQuery objects.
     25 *          for creation of rdfa::SparqlQuery objects. 
     26 *          <br>This is a library specific extension to the RDF API and RDFa API.
    2627 *  \author Christian Langanke
    2728 *  \author Adrian Gschwend
     
    4748  /**
    4849   * Creates an endpoint configuration class instance.
     50   *
     51   * \param aconfig    associative list of configuration data
    4952   */
    5053  public function __construct( $aconfig) {
     
    7477
    7578  /**
    76    * Sets an endpoint configuration values
     79   * Sets a single configuration value
     80   *
     81   * \param name   name of the configurarion value
     82   * \param value  new value to be set
    7783   */
    7884  public function setConfigurationValue( $name, $value) {
     
    8591
    8692  /**
    87    * Gets an endpoint configuration values
     93   * Gets a single configuration value
     94   *
     95   * \param name   name of the configurarion value
    8896   */
    8997  public function getConfigurationValue( $name) {
     
    97105
    98106  /**
    99    * Queries the list of all endpoint configuration values
     107   * Queries an associative list of the configuration values
    100108   */
    101109  public function getConfigurationValues( ) {
Note: See TracChangeset for help on using the changeset viewer.