My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
Config  
A helper class to assist with configuring a store.
Autogenerated
Updated Jan 13, 2010 by innovat...@gmail.com

note: this page is automatically generated from embedded documentation in the PHP source.

Overview

Constructors

  • Config - Create a new instance of this class.

Methods

Constructor Detail

Config

public Config(mixed uri, mixed credentials, mixed request_factory)

Create a new instance of this class.

Param:
string uri URI of the store config
Credentials credentials the credentials to use for authenticated requests (optional)

Method Detail

get_first_fpmap

public void get_first_fpmap()

Obtain a reference to the store's field/predicate map. This needs to be subsequently fetched using get_from_network

Return:
FieldPredicateMap

get_first_fpmap_uri

public void get_first_fpmap_uri()

Gets the URI of the first field/predicate map in the store. This is much more complicated than first appears since a store can be configured (by Talis) to hold its field/predicate map anywhere. This method understands all the existing stores and their URI layouts.

Return:
string

get_first_query_profile

public void get_first_query_profile()

Obtain a reference to the store's query profile. This needs to be subsequently fetched using get_from_network

Return:
QueryProfile

get_first_query_profile_uri

public void get_first_query_profile_uri()

Gets the URI of the first query profile in the store. This is much more complicated than first appears since a store can be configured (by Talis) to hold its field/predicate map anywhere. This method understands all the existing stores and their URI layouts.

Return:
string

Generated by PHPDoctor 2RC2


Sign in to add a comment
Powered by Google Project Hosting