This factory class provides access to a Topic Maps system.
This factory class provides access to a Topic Maps system. A new TopicMapSystem instance is created by invoking the newTopicMapSystem() method. Configuration properties for the new TopicMapSystem instance can be set by calling the setFeature() and / or setProperty() methods prior to invoking newTopicMapSystem().
Located in /core/TopicMapSystemFactory.class.php (line 28)
Obtains a new instance of TopicMapSystemFactory.
Obtains a new instance of TopicMapSystemFactory. Once an application has obtained a reference to a TopicMapSystemFactory it can use the factory to configure and obtain TopicMapSystem instances.
Returns the class name of the TopicMapSystemFactory implementation as defined in the PHPTMAPI configuration file.
Returns the class name of the TopicMapSystemFactory implementation as defined in the PHPTMAPI configuration file. This configuration file is config.php which is located on root level.
Returns the particular feature requested for in the underlying implementation of TopicMapSystem.
Returns the particular feature requested for in the underlying implementation of TopicMapSystem.
Gets the value of a property in the underlying implementation of TopicMapSystem.
Gets the value of a property in the underlying implementation of TopicMapSystem. A list of the core properties defined by TMAPI can be found at http://tmapi.org/properties/. An implementation is free to support properties other than the core ones.
Returns if the particular feature is supported by the TopicMapSystem.
Returns if the particular feature is supported by the TopicMapSystem. Opposite to getFeature() this method returns if the requested feature is generally available / supported by the underlying TopicMapSystem and does not return the state (enabled / disabled) of the feature.
Creates a new TopicMapSystem instance using the currently configured factory parameters.
Creates a new TopicMapSystem instance using the currently configured factory parameters.
Sets a particular feature in the underlying implementation of TopicMapSystem.
Sets a particular feature in the underlying implementation of TopicMapSystem. A list of the core features can be found at http://tmapi.org/features/.
Sets a property in the underlying implementation of TopicMapSystem.
Sets a property in the underlying implementation of TopicMapSystem. A list of the core properties defined by TMAPI can be found at http://tmapi.org/properties/ An implementation is free to support properties other than the core ones.
Documentation generated on Mon, 19 Sep 2011 21:01:28 +0200 by phpDocumentor 1.4.0