You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/classes/triagens.ArangoDb.Autoloader.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -169,7 +169,7 @@ <h2>Class file extension</h2>
169
169
<divclass="row"><footerclass="span12">
170
170
Template is built using <ahref="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <ahref="http://glyphicons.com/">Glyphicons</a>.<br>
171
171
Documentation is powered by <ahref="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
172
-
generated on 2012-10-14T17:33:26+03:00.<br></footer></div>
172
+
generated on 2012-10-15T07:43:08+03:00.<br></footer></div>
Copy file name to clipboardExpand all lines: docs/classes/triagens.ArangoDb.BindVars.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ <h2>Current bind values</h2>
177
177
<divclass="row"><footerclass="span12">
178
178
Template is built using <ahref="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <ahref="http://glyphicons.com/">Glyphicons</a>.<br>
179
179
Documentation is powered by <ahref="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
180
-
generated on 2012-10-14T17:33:26+03:00.<br></footer></div>
180
+
generated on 2012-10-15T07:43:08+03:00.<br></footer></div>
Copy file name to clipboardExpand all lines: docs/classes/triagens.ArangoDb.ClientException.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,7 @@ <h2>getTraceAsString()
271
271
<divclass="row"><footerclass="span12">
272
272
Template is built using <ahref="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <ahref="http://glyphicons.com/">Glyphicons</a>.<br>
273
273
Documentation is powered by <ahref="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
274
-
generated on 2012-10-14T17:33:26+03:00.<br></footer></div>
274
+
generated on 2012-10-15T07:43:08+03:00.<br></footer></div>
Copy file name to clipboardExpand all lines: docs/classes/triagens.ArangoDb.Collection.html
+49-1Lines changed: 49 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,12 +71,14 @@
71
71
Collection ids are generated on the server only."><spanclass="description">Get the collection id (if already known)
72
72
Collection ids are generated on the server only.</span><pre>getId()</pre></a></li>
73
73
<liclass="method public "><ahref="#method_getName" title="getName :: Get the collection name (if already known)"><spanclass="description">Get the collection name (if already known)</span><pre>getName()</pre></a></li>
74
+
<liclass="method public "><ahref="#method_getType" title="getType :: Get the collection type (if already known)"><spanclass="description">Get the collection type (if already known)</span><pre>getType()</pre></a></li>
74
75
<liclass="method public "><ahref="#method_getWaitForSync" title="getWaitForSync :: Get the waitForSync value (if already known)"><spanclass="description">Get the waitForSync value (if already known)</span><pre>getWaitForSync()</pre></a></li>
75
76
<liclass="method public "><ahref="#method_set" title="set :: Set a collection attribute"><spanclass="description">Set a collection attribute</span><pre>set()</pre></a></li>
76
77
<liclass="method public "><ahref="#method_setId" title="setId :: Set the collection id
77
78
This will throw if the id of an existing collection gets updated to some other id"><spanclass="description">Set the collection id
78
79
This will throw if the id of an existing collection gets updated to some other id</span><pre>setId()</pre></a></li>
79
80
<liclass="method public "><ahref="#method_setName" title="setName :: Set the collection name"><spanclass="description">Set the collection name</span><pre>setName()</pre></a></li>
81
+
<liclass="method public "><ahref="#method_setType" title="setType :: Set the collection type."><spanclass="description">Set the collection type.</span><pre>setType()</pre></a></li>
80
82
<liclass="method public "><ahref="#method_setWaitForSync" title="setWaitForSync :: Set the waitForSync value"><spanclass="description">Set the waitForSync value</span><pre>setWaitForSync()</pre></a></li>
81
83
<liclass="method public "><ahref="#method_toJson" title="toJson :: Returns the collection as JSON-encoded string"><spanclass="description">Returns the collection as JSON-encoded string</span><pre>toJson()</pre></a></li>
82
84
<liclass="method public "><ahref="#method_toSerialized" title="toSerialized :: Returns the collection as a serialized string"><spanclass="description">Returns the collection as a serialized string</span><pre>toSerialized()</pre></a></li>
@@ -90,6 +92,7 @@
90
92
<ul>
91
93
<liclass="property private "><ahref="#property__id" title="$_id :: The collection id (might be NULL for new collections)"><spanclass="description">The collection id (might be NULL for new collections)</span><pre>$_id</pre></a></li>
92
94
<liclass="property private "><ahref="#property__name" title="$_name :: The collection name (might be NULL for new collections)"><spanclass="description">The collection name (might be NULL for new collections)</span><pre>$_name</pre></a></li>
95
+
<liclass="property private "><ahref="#property__type" title="$_type :: The collection type (might be NULL for new collections)"><spanclass="description">The collection type (might be NULL for new collections)</span><pre>$_type</pre></a></li>
93
96
<liclass="property private "><ahref="#property__waitForSync" title="$_waitForSync :: The collection waitForSync value (might be NULL for new collections)"><spanclass="description">The collection waitForSync value (might be NULL for new collections)</span><pre>$_waitForSync</pre></a></li>
94
97
</ul>
95
98
</li>
@@ -98,6 +101,7 @@
98
101
<ul>
99
102
<liclass="constant "><ahref="#constant_ENTRY_ID" title="ENTRY_ID :: Collection id index"><spanclass="description">Collection id index</span><pre>ENTRY_ID</pre></a></li>
100
103
<liclass="constant "><ahref="#constant_ENTRY_NAME" title="ENTRY_NAME :: Collection name index"><spanclass="description">Collection name index</span><pre>ENTRY_NAME</pre></a></li>
104
+
<liclass="constant "><ahref="#constant_ENTRY_TYPE" title="ENTRY_TYPE :: Collection type index"><spanclass="description">Collection type index</span><pre>ENTRY_TYPE</pre></a></li>
Template is built using <ahref="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <ahref="http://glyphicons.com/">Glyphicons</a>.<br>
381
429
Documentation is powered by <ahref="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
382
-
generated on 2012-10-14T17:33:26+03:00.<br></footer></div>
430
+
generated on 2012-10-15T07:43:08+03:00.<br></footer></div>
Copy file name to clipboardExpand all lines: docs/classes/triagens.ArangoDb.CollectionHandler.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -618,7 +618,7 @@ <h2>truncate option</h2>
618
618
<divclass="row"><footerclass="span12">
619
619
Template is built using <ahref="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <ahref="http://glyphicons.com/">Glyphicons</a>.<br>
620
620
Documentation is powered by <ahref="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
621
-
generated on 2012-10-14T17:33:26+03:00.<br></footer></div>
621
+
generated on 2012-10-15T07:43:08+03:00.<br></footer></div>
Copy file name to clipboardExpand all lines: docs/classes/triagens.ArangoDb.ConnectException.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,7 @@ <h2>getTraceAsString()
271
271
<divclass="row"><footerclass="span12">
272
272
Template is built using <ahref="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <ahref="http://glyphicons.com/">Glyphicons</a>.<br>
273
273
Documentation is powered by <ahref="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
274
-
generated on 2012-10-14T17:33:26+03:00.<br></footer></div>
274
+
generated on 2012-10-15T07:43:08+03:00.<br></footer></div>
Copy file name to clipboardExpand all lines: docs/classes/triagens.ArangoDb.Connection.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -405,7 +405,7 @@ <h2>Flag if keep-alive connections are used</h2>
405
405
<divclass="row"><footerclass="span12">
406
406
Template is built using <ahref="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <ahref="http://glyphicons.com/">Glyphicons</a>.<br>
407
407
Documentation is powered by <ahref="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
408
-
generated on 2012-10-14T17:33:26+03:00.<br></footer></div>
408
+
generated on 2012-10-15T07:43:08+03:00.<br></footer></div>
Copy file name to clipboardExpand all lines: docs/classes/triagens.ArangoDb.ConnectionOptions.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -409,7 +409,7 @@ <h2>Wait for sync index constant</h2>
409
409
<divclass="row"><footerclass="span12">
410
410
Template is built using <ahref="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <ahref="http://glyphicons.com/">Glyphicons</a>.<br>
411
411
Documentation is powered by <ahref="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
412
-
generated on 2012-10-14T17:33:26+03:00.<br></footer></div>
412
+
generated on 2012-10-15T07:43:08+03:00.<br></footer></div>
Template is built using <ahref="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <ahref="http://glyphicons.com/">Glyphicons</a>.<br>
415
415
Documentation is powered by <ahref="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
416
-
generated on 2012-10-14T17:33:26+03:00.<br></footer></div>
416
+
generated on 2012-10-15T07:43:08+03:00.<br></footer></div>
0 commit comments