|
67 | 67 | Returns the collection as JSON-encoded string</span><pre>__toString()</pre></a></li>
|
68 | 68 | <li class="method public "><a href="#method_createFromArray" title="createFromArray :: Factory method to construct a new collection"><span class="description">Factory method to construct a new collection</span><pre>createFromArray()</pre></a></li>
|
69 | 69 | <li class="method public "><a href="#method_getAll" title="getAll :: Get all collection attributes"><span class="description">Get all collection attributes</span><pre>getAll()</pre></a></li>
|
| 70 | +<li class="method public "><a href="#method_getDefaultType" title="getDefaultType :: Get the default collection type"><span class="description">Get the default collection type</span><pre>getDefaultType()</pre></a></li> |
70 | 71 | <li class="method public "><a href="#method_getId" title="getId :: Get the collection id (if already known)
|
71 | 72 | Collection ids are generated on the server only."><span class="description">Get the collection id (if already known)
|
72 | 73 | Collection ids are generated on the server only.</span><pre>getId()</pre></a></li>
|
|
104 | 105 | <li class="constant "><a href="#constant_ENTRY_TYPE" title="ENTRY_TYPE :: Collection type index"><span class="description">Collection type index</span><pre>ENTRY_TYPE</pre></a></li>
|
105 | 106 | <li class="constant "><a href="#constant_ENTRY_WAIT_SYNC" title="ENTRY_WAIT_SYNC :: Collection 'waitForSync' index"><span class="description">Collection 'waitForSync' index</span><pre>ENTRY_WAIT_SYNC</pre></a></li>
|
106 | 107 | <li class="constant "><a href="#constant_OPTION_PROPERTIES" title="OPTION_PROPERTIES :: properties option"><span class="description">properties option</span><pre>OPTION_PROPERTIES</pre></a></li>
|
| 108 | +<li class="constant "><a href="#constant_TYPE_DOCUMENT" title="TYPE_DOCUMENT :: document collection type"><span class="description">document collection type</span><pre>TYPE_DOCUMENT</pre></a></li> |
| 109 | +<li class="constant "><a href="#constant_TYPE_EDGE" title="TYPE_EDGE :: edge collection type"><span class="description">edge collection type</span><pre>TYPE_EDGE</pre></a></li> |
107 | 110 | </ul>
|
108 | 111 | </li>
|
109 | 112 | </ul>
|
@@ -189,6 +192,17 @@ <h3>Returns</h3>
|
189 | 192 | <code>array</code>- array of all collection attributes</div>
|
190 | 193 | </div></div>
|
191 | 194 | </div>
|
| 195 | +<a id="method_getDefaultType"></a><div class="element clickable method public method_getDefaultType" data-toggle="collapse" data-target=".method_getDefaultType .collapse"> |
| 196 | +<h2>Get the default collection type</h2> |
| 197 | +<pre>getDefaultType() : string</pre> |
| 198 | +<div class="labels"><span class="label">Static</span></div> |
| 199 | +<div class="row collapse"><div class="detail-description"> |
| 200 | +<div class="long_description"></div> |
| 201 | +<h3>Returns</h3> |
| 202 | +<div class="subelement response"> |
| 203 | +<code>string</code>- name</div> |
| 204 | +</div></div> |
| 205 | +</div> |
192 | 206 | <a id="method_getId"></a><div class="element clickable method public method_getId" data-toggle="collapse" data-target=".method_getId .collapse">
|
193 | 207 | <h2>Get the collection id (if already known)
|
194 | 208 | Collection ids are generated on the server only.</h2>
|
@@ -420,14 +434,26 @@ <h2>properties option</h2>
|
420 | 434 | <div class="labels"></div>
|
421 | 435 | <div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div>
|
422 | 436 | </div>
|
| 437 | +<a id="constant_TYPE_DOCUMENT"> </a><div class="element clickable constant constant_TYPE_DOCUMENT" data-toggle="collapse" data-target=".constant_TYPE_DOCUMENT .collapse"> |
| 438 | +<h2>document collection type</h2> |
| 439 | +<pre>TYPE_DOCUMENT </pre> |
| 440 | +<div class="labels"></div> |
| 441 | +<div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div> |
| 442 | +</div> |
| 443 | +<a id="constant_TYPE_EDGE"> </a><div class="element clickable constant constant_TYPE_EDGE" data-toggle="collapse" data-target=".constant_TYPE_EDGE .collapse"> |
| 444 | +<h2>edge collection type</h2> |
| 445 | +<pre>TYPE_EDGE </pre> |
| 446 | +<div class="labels"></div> |
| 447 | +<div class="row collapse"><div class="detail-description"><div class="long_description"></div></div></div> |
| 448 | +</div> |
423 | 449 | </div>
|
424 | 450 | </div>
|
425 | 451 | </div>
|
426 | 452 | </div>
|
427 | 453 | <div class="row"><footer class="span12">
|
428 | 454 | Template is built using <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap 2</a> and icons provided by <a href="http://glyphicons.com/">Glyphicons</a>.<br>
|
429 | 455 | Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor 2.0.0a10</a> and<br>
|
430 |
| - generated on 2012-10-15T07:43:08+03:00.<br></footer></div> |
| 456 | + generated on 2012-10-15T10:57:55+02:00.<br></footer></div> |
431 | 457 | </div>
|
432 | 458 | </body>
|
433 | 459 | </html>
|
0 commit comments