Modified:
/wiki/ChangeSet.wiki
/wiki/Labeller.wiki
/wiki/NetworkResource.wiki
/wiki/SimpleGraph.wiki
/wiki/StoreCollection.wiki
=======================================
--- /wiki/ChangeSet.wiki Wed Jan 13 01:00:06 2010
+++ /wiki/ChangeSet.wiki Wed Jan 13 06:13:50 2010
@@ -12,6 +12,10 @@
<dt>See:</dt>
<dd>http://n2.talis.com/wiki/Changesets</dd>
</dl>
+<table class="inherit">
+== Fields inherited from Moriarty.SimpleGraph ==
+
+ * [SimpleGraph#_ns _ns]
== Constructors ==
* [#ChangeSet ChangeSet]
== Methods ==
@@ -77,8 +81,17 @@
== Fields ==
* [#a $a] - Serialise the graph to RDF/XML
* [#after $after] - Serialise the graph to RDF/XML
+ * [#after_rdfxml $after_rdfxml] - Serialise the graph to RDF/XML
* [#before $before] - Serialise the graph to RDF/XML
+ * [#before_rdfxml $before_rdfxml] - Serialise the graph to RDF/XML
+ * [#changeReason $changeReason] - Serialise the graph to RDF/XML
+ * [#createdDate $createdDate] - Serialise the graph to RDF/XML
+ * [#creatorName $creatorName] - Serialise the graph to RDF/XML
+ * [#cs_resource $cs_resource] - Serialise the graph to RDF/XML
+ * [#has_changes $has_changes] - Serialise the graph to RDF/XML
+ * [#include_count $include_count] - Serialise the graph to RDF/XML
* [#subjectIndex $subjectIndex] - Serialise the graph to RDF/XML
+ * [#subjectOfChange $subjectOfChange] - Serialise the graph to RDF/XML
= Constructor Detail =
== ChangeSet ==
@@ -173,6 +186,14 @@
{{{
public mixed $after = array()
}}}
+
+
+
+== after_rdfxml ==
+
+{{{
+protected mixed $after_rdfxml
+}}}
@@ -181,6 +202,62 @@
{{{
public mixed $before = array()
}}}
+
+
+
+== before_rdfxml ==
+
+{{{
+protected mixed $before_rdfxml
+}}}
+
+
+
+== changeReason ==
+
+{{{
+protected mixed $changeReason = null
+}}}
+
+
+
+== createdDate ==
+
+{{{
+protected mixed $createdDate = null
+}}}
+
+
+
+== creatorName ==
+
+{{{
+protected mixed $creatorName = null
+}}}
+
+
+
+== cs_resource ==
+
+{{{
+protected mixed $cs_resource = null
+}}}
+
+
+
+== has_changes ==
+
+{{{
+protected mixed $has_changes = false
+}}}
+
+
+
+== include_count ==
+
+{{{
+protected mixed $include_count
+}}}
@@ -189,6 +266,14 @@
{{{
public mixed $subjectIndex = array()
}}}
+
+
+
+== subjectOfChange ==
+
+{{{
+protected mixed $subjectOfChange
+}}}
=======================================
--- /wiki/Labeller.wiki Wed Jan 13 01:00:06 2010
+++ /wiki/Labeller.wiki Wed Jan 13 06:13:50 2010
@@ -17,6 +17,9 @@
* [#set_namespace_mapping set_namespace_mapping] - Map a portion of a URI
to a short prefix for use when serialising the graph
* [#uri_to_qname uri_to_qname] - Convert a URI to a QName using
registered namespace prefixes
+== Fields ==
+ * [#_label_properties $_label_properties] - Convert a URI to a QName
using registered namespace prefixes
+ * [#_ns $_ns] - Convert a URI to a QName using registered namespace
prefixes
= Method Detail =
== add_labelling_property ==
@@ -108,6 +111,25 @@
</dl>
+= Field Detail =
+
+== _label_properties ==
+
+{{{
+protected mixed $_label_properties = array()
+}}}
+
+
+
+== _ns ==
+
+{{{
+protected mixed $_ns = array (
+ 'rdfs' => 'http://www.w3.org/2000/01/rdf-schema#'
+}}}
+
+
+
Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/NetworkResource.wiki Wed Jan 13 01:00:06 2010
+++ /wiki/NetworkResource.wiki Wed Jan 13 06:13:50 2010
@@ -6,6 +6,10 @@
= Overview =
+<table class="inherit">
+== Fields inherited from Moriarty.SimpleGraph ==
+
+ * [SimpleGraph#_ns _ns]
== Constructors ==
* [#NetworkResource NetworkResource] - Create a new instance of this class
== Methods ==
=======================================
--- /wiki/SimpleGraph.wiki Wed Jan 13 01:00:06 2010
+++ /wiki/SimpleGraph.wiki Wed Jan 13 06:13:50 2010
@@ -62,6 +62,8 @@
* [#update_prefix_mappings update_prefix_mappings]
* [#uri_to_qname uri_to_qname] - Convert a URI to a QName using
registered namespace prefixes
+== Fields ==
+ * [#_ns $_ns] - Convert a URI to a QName using registered namespace
prefixes
= Constructor Detail =
== SimpleGraph ==
@@ -752,6 +754,17 @@
</dl>
+= Field Detail =
+
+== _ns ==
+
+{{{
+protected mixed $_ns = array (
+ 'rdf' => 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'
+}}}
+
+
+
Generated by [http://phpdoctor.sourceforge.net/ PHPDoctor 2RC2]
=======================================
--- /wiki/StoreCollection.wiki Wed Jan 13 01:00:06 2010
+++ /wiki/StoreCollection.wiki Wed Jan 13 06:13:50 2010
@@ -6,6 +6,10 @@
= Overview =
+<table class="inherit">
+== Fields inherited from Moriarty.SimpleGraph ==
+
+ * [SimpleGraph#_ns _ns]
== Constructors ==
* [#StoreCollection StoreCollection] - Create a new instance of this class
== Methods ==