Semantic MediaWiki and related extensions
Public Member Functions | List of all members
SMW\SPARQLStore\RepositoryClient Class Reference

Public Member Functions

 __construct ( $defaultGraph, $queryEndpoint, $updateEndpoint='', $dataEndpoint='')
 
 setFeatureSet (int $featureSet)
 
 isFlagSet (int $key)
 
 setName ( $name)
 
 getName ()
 
 getDefaultGraph ()
 
 getQueryEndpoint ()
 
 getUpdateEndpoint ()
 
 getDataEndpoint ()
 

Detailed Description

Provides information about the client and how to communicate with its services

GNU GPL v2+

Since
2.2
Author
mwjames

Constructor & Destructor Documentation

◆ __construct()

SMW\SPARQLStore\RepositoryClient::__construct (   $defaultGraph,
  $queryEndpoint,
  $updateEndpoint = '',
  $dataEndpoint = '' 
)
Since
2.2
Parameters
string$defaultGraph
string$queryEndpoint
string$updateEndpoint
string$dataEndpoint

Member Function Documentation

◆ getDataEndpoint()

SMW\SPARQLStore\RepositoryClient::getDataEndpoint ( )
Since
2.2
Returns
string

◆ getDefaultGraph()

SMW\SPARQLStore\RepositoryClient::getDefaultGraph ( )
Since
2.2
Returns
string

◆ getName()

SMW\SPARQLStore\RepositoryClient::getName ( )
Since
3.0
Returns
string

◆ getQueryEndpoint()

SMW\SPARQLStore\RepositoryClient::getQueryEndpoint ( )
Since
2.2
Returns
string|false

◆ getUpdateEndpoint()

SMW\SPARQLStore\RepositoryClient::getUpdateEndpoint ( )
Since
2.2
Returns
string

◆ isFlagSet()

SMW\SPARQLStore\RepositoryClient::isFlagSet ( int  $key)
Since
3.2
Parameters
int$key

◆ setFeatureSet()

SMW\SPARQLStore\RepositoryClient::setFeatureSet ( int  $featureSet)
Since
3.2
Parameters
int$featureSet

◆ setName()

SMW\SPARQLStore\RepositoryClient::setName (   $name)
Since
3.0
Parameters
string$name

The documentation for this class was generated from the following file:

About | General disclaimer | Privacy policy