source: branches/version-2_5-dev/data/module/Services/JSON/doc/elementindex_Services_JSON.html @ 20119

Revision 20119, 22.1 KB checked in by nanasess, 13 years ago (diff)

module 以下は svn:keywords を除外

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/plain
Line 
1<?xml version="1.0" encoding="iso-8859-1"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3  <html xmlns="http://www.w3.org/1999/xhtml">
4        <head>
5            <!-- template designed by Marco Von Ballmoos -->
6            <title></title>
7            <link rel="stylesheet" href="media/stylesheet.css" />
8            <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
9        </head>
10        <body>
11                        <a name="top"></a>
12<h2>[Services_JSON] element index</h2>
13<a href="elementindex.html">All elements</a>
14<br />
15<div class="index-letter-menu">
16    <a class="index-letter" href="elementindex_Services_JSON.html#d">d</a>
17    <a class="index-letter" href="elementindex_Services_JSON.html#e">e</a>
18    <a class="index-letter" href="elementindex_Services_JSON.html#i">i</a>
19    <a class="index-letter" href="elementindex_Services_JSON.html#j">j</a>
20    <a class="index-letter" href="elementindex_Services_JSON.html#s">s</a>
21    <a class="index-letter" href="elementindex_Services_JSON.html#t">t</a>
22    <a class="index-letter" href="elementindex_Services_JSON.html#_">_</a>
23</div>
24
25    <a name="_"></a>
26    <div class="index-letter-section">
27        <div style="float: left" class="index-letter-title">_</div>
28        <div style="float: right"><a href="#top">top</a></div>
29        <div style="clear: both"></div>
30    </div>
31    <dl>
32            <dt class="field">
33                        <span class="method-title">_test_from_JSON</span>
34                    </dt>
35        <dd class="index-item-body">
36            <div class="index-item-details"><a href="Services_JSON/Services_JSON_NestedArray_TestCase.html#method_test_from_JSON">Services_JSON_NestedArray_TestCase::_test_from_JSON()</a> in Test-JSON.php</div>
37                    </dd>
38        </dl>
39    <a name="d"></a>
40    <div class="index-letter-section">
41        <div style="float: left" class="index-letter-title">d</div>
42        <div style="float: right"><a href="#top">top</a></div>
43        <div style="clear: both"></div>
44    </div>
45    <dl>
46            <dt class="field">
47                        <span class="method-title">decode</span>
48                    </dt>
49        <dd class="index-item-body">
50            <div class="index-item-details"><a href="Services_JSON/Services_JSON.html#methoddecode">Services_JSON::decode()</a> in JSON.php</div>
51                            <div class="index-item-description">decodes a JSON string into appropriate variable</div>
52                    </dd>
53        </dl>
54    <a name="e"></a>
55    <div class="index-letter-section">
56        <div style="float: left" class="index-letter-title">e</div>
57        <div style="float: right"><a href="#top">top</a></div>
58        <div style="clear: both"></div>
59    </div>
60    <dl>
61            <dt class="field">
62                        <span class="method-title">encode</span>
63                    </dt>
64        <dd class="index-item-body">
65            <div class="index-item-details"><a href="Services_JSON/Services_JSON.html#methodencode">Services_JSON::encode()</a> in JSON.php</div>
66                            <div class="index-item-description">encodes an arbitrary variable into JSON format</div>
67                    </dd>
68        </dl>
69    <a name="i"></a>
70    <div class="index-letter-section">
71        <div style="float: left" class="index-letter-title">i</div>
72        <div style="float: right"><a href="#top">top</a></div>
73        <div style="clear: both"></div>
74    </div>
75    <dl>
76            <dt class="field">
77                        <span class="method-title">isError</span>
78                    </dt>
79        <dd class="index-item-body">
80            <div class="index-item-details"><a href="Services_JSON/Services_JSON.html#methodisError">Services_JSON::isError()</a> in JSON.php</div>
81                    </dd>
82        </dl>
83    <a name="j"></a>
84    <div class="index-letter-section">
85        <div style="float: left" class="index-letter-title">j</div>
86        <div style="float: right"><a href="#top">top</a></div>
87        <div style="clear: both"></div>
88    </div>
89    <dl>
90            <dt class="field">
91                        <span class="include-title">JSON.php</span>
92                    </dt>
93        <dd class="index-item-body">
94            <div class="index-item-details"><a href="Services_JSON/_JSON_php.html">JSON.php</a> in JSON.php</div>
95                    </dd>
96        </dl>
97    <a name="s"></a>
98    <div class="index-letter-section">
99        <div style="float: left" class="index-letter-title">s</div>
100        <div style="float: right"><a href="#top">top</a></div>
101        <div style="clear: both"></div>
102    </div>
103    <dl>
104            <dt class="field">
105                        Services_JSON
106                    </dt>
107        <dd class="index-item-body">
108            <div class="index-item-details"><a href="Services_JSON/Services_JSON.html">Services_JSON</a> in JSON.php</div>
109                            <div class="index-item-description">Converts to and from JSON format.</div>
110                    </dd>
111            <dt class="field">
112                        <span class="method-title">Services_JSON</span>
113                    </dt>
114        <dd class="index-item-body">
115            <div class="index-item-details"><a href="Services_JSON/Services_JSON.html#methodServices_JSON">Services_JSON::Services_JSON()</a> in JSON.php</div>
116                            <div class="index-item-description">constructs a new JSON instance</div>
117                    </dd>
118            <dt class="field">
119                        <span class="method-title">Services_JSON_AssocArray_TestCase</span>
120                    </dt>
121        <dd class="index-item-body">
122            <div class="index-item-details"><a href="Services_JSON/Services_JSON_AssocArray_TestCase.html#methodServices_JSON_AssocArray_TestCase">Services_JSON_AssocArray_TestCase::Services_JSON_AssocArray_TestCase()</a> in Test-JSON.php</div>
123                    </dd>
124            <dt class="field">
125                        Services_JSON_AssocArray_TestCase
126                    </dt>
127        <dd class="index-item-body">
128            <div class="index-item-details"><a href="Services_JSON/Services_JSON_AssocArray_TestCase.html">Services_JSON_AssocArray_TestCase</a> in Test-JSON.php</div>
129                    </dd>
130            <dt class="field">
131                        Services_JSON_Empties_TestCase
132                    </dt>
133        <dd class="index-item-body">
134            <div class="index-item-details"><a href="Services_JSON/Services_JSON_Empties_TestCase.html">Services_JSON_Empties_TestCase</a> in Test-JSON.php</div>
135                    </dd>
136            <dt class="field">
137                        <span class="method-title">Services_JSON_Empties_TestCase</span>
138                    </dt>
139        <dd class="index-item-body">
140            <div class="index-item-details"><a href="Services_JSON/Services_JSON_Empties_TestCase.html#methodServices_JSON_Empties_TestCase">Services_JSON_Empties_TestCase::Services_JSON_Empties_TestCase()</a> in Test-JSON.php</div>
141                    </dd>
142            <dt class="field">
143                        <span class="method-title">Services_JSON_EncDec_TestCase</span>
144                    </dt>
145        <dd class="index-item-body">
146            <div class="index-item-details"><a href="Services_JSON/Services_JSON_EncDec_TestCase.html#methodServices_JSON_EncDec_TestCase">Services_JSON_EncDec_TestCase::Services_JSON_EncDec_TestCase()</a> in Test-JSON.php</div>
147                    </dd>
148            <dt class="field">
149                        Services_JSON_EncDec_TestCase
150                    </dt>
151        <dd class="index-item-body">
152            <div class="index-item-details"><a href="Services_JSON/Services_JSON_EncDec_TestCase.html">Services_JSON_EncDec_TestCase</a> in Test-JSON.php</div>
153                    </dd>
154            <dt class="field">
155                        <span class="method-title">Services_JSON_Error</span>
156                    </dt>
157        <dd class="index-item-body">
158            <div class="index-item-details"><a href="Services_JSON/Services_JSON_Error.html#methodServices_JSON_Error">Services_JSON_Error::Services_JSON_Error()</a> in JSON.php</div>
159                    </dd>
160            <dt class="field">
161                        Services_JSON_Error
162                    </dt>
163        <dd class="index-item-body">
164            <div class="index-item-details"><a href="Services_JSON/Services_JSON_Error.html">Services_JSON_Error</a> in JSON.php</div>
165                    </dd>
166            <dt class="field">
167                        Services_JSON_ErrorSuppression_TestCase
168                    </dt>
169        <dd class="index-item-body">
170            <div class="index-item-details"><a href="Services_JSON/Services_JSON_ErrorSuppression_TestCase.html">Services_JSON_ErrorSuppression_TestCase</a> in Test-JSON.php</div>
171                    </dd>
172            <dt class="field">
173                        <span class="method-title">Services_JSON_ErrorSuppression_TestCase</span>
174                    </dt>
175        <dd class="index-item-body">
176            <div class="index-item-details"><a href="Services_JSON/Services_JSON_ErrorSuppression_TestCase.html#methodServices_JSON_ErrorSuppression_TestCase">Services_JSON_ErrorSuppression_TestCase::Services_JSON_ErrorSuppression_TestCase()</a> in Test-JSON.php</div>
177                    </dd>
178            <dt class="field">
179                        <span class="const-title">SERVICES_JSON_IN_ARR</span>
180                    </dt>
181        <dd class="index-item-body">
182            <div class="index-item-details"><a href="Services_JSON/_JSON_php.html#defineSERVICES_JSON_IN_ARR">SERVICES_JSON_IN_ARR</a> in JSON.php</div>
183                            <div class="index-item-description">Marker constant for Services_JSON::decode(), used to flag stack state</div>
184                    </dd>
185            <dt class="field">
186                        <span class="const-title">SERVICES_JSON_IN_CMT</span>
187                    </dt>
188        <dd class="index-item-body">
189            <div class="index-item-details"><a href="Services_JSON/_JSON_php.html#defineSERVICES_JSON_IN_CMT">SERVICES_JSON_IN_CMT</a> in JSON.php</div>
190                            <div class="index-item-description">Marker constant for Services_JSON::decode(), used to flag stack state</div>
191                    </dd>
192            <dt class="field">
193                        <span class="const-title">SERVICES_JSON_IN_OBJ</span>
194                    </dt>
195        <dd class="index-item-body">
196            <div class="index-item-details"><a href="Services_JSON/_JSON_php.html#defineSERVICES_JSON_IN_OBJ">SERVICES_JSON_IN_OBJ</a> in JSON.php</div>
197                            <div class="index-item-description">Marker constant for Services_JSON::decode(), used to flag stack state</div>
198                    </dd>
199            <dt class="field">
200                        <span class="const-title">SERVICES_JSON_IN_STR</span>
201                    </dt>
202        <dd class="index-item-body">
203            <div class="index-item-details"><a href="Services_JSON/_JSON_php.html#defineSERVICES_JSON_IN_STR">SERVICES_JSON_IN_STR</a> in JSON.php</div>
204                            <div class="index-item-description">Marker constant for Services_JSON::decode(), used to flag stack state</div>
205                    </dd>
206            <dt class="field">
207                        <span class="const-title">SERVICES_JSON_LOOSE_TYPE</span>
208                    </dt>
209        <dd class="index-item-body">
210            <div class="index-item-details"><a href="Services_JSON/_JSON_php.html#defineSERVICES_JSON_LOOSE_TYPE">SERVICES_JSON_LOOSE_TYPE</a> in JSON.php</div>
211                            <div class="index-item-description">Behavior switch for Services_JSON::decode()</div>
212                    </dd>
213            <dt class="field">
214                        <span class="method-title">Services_JSON_NestedArray_TestCase</span>
215                    </dt>
216        <dd class="index-item-body">
217            <div class="index-item-details"><a href="Services_JSON/Services_JSON_NestedArray_TestCase.html#methodServices_JSON_NestedArray_TestCase">Services_JSON_NestedArray_TestCase::Services_JSON_NestedArray_TestCase()</a> in Test-JSON.php</div>
218                    </dd>
219            <dt class="field">
220                        Services_JSON_NestedArray_TestCase
221                    </dt>
222        <dd class="index-item-body">
223            <div class="index-item-details"><a href="Services_JSON/Services_JSON_NestedArray_TestCase.html">Services_JSON_NestedArray_TestCase</a> in Test-JSON.php</div>
224                    </dd>
225            <dt class="field">
226                        <span class="method-title">Services_JSON_Object_TestCase</span>
227                    </dt>
228        <dd class="index-item-body">
229            <div class="index-item-details"><a href="Services_JSON/Services_JSON_Object_TestCase.html#methodServices_JSON_Object_TestCase">Services_JSON_Object_TestCase::Services_JSON_Object_TestCase()</a> in Test-JSON.php</div>
230                    </dd>
231            <dt class="field">
232                        Services_JSON_Object_TestCase
233                    </dt>
234        <dd class="index-item-body">
235            <div class="index-item-details"><a href="Services_JSON/Services_JSON_Object_TestCase.html">Services_JSON_Object_TestCase</a> in Test-JSON.php</div>
236                    </dd>
237            <dt class="field">
238                        <span class="const-title">SERVICES_JSON_SLICE</span>
239                    </dt>
240        <dd class="index-item-body">
241            <div class="index-item-details"><a href="Services_JSON/_JSON_php.html#defineSERVICES_JSON_SLICE">SERVICES_JSON_SLICE</a> in JSON.php</div>
242                            <div class="index-item-description">Marker constant for Services_JSON::decode(), used to flag stack state</div>
243                    </dd>
244            <dt class="field">
245                        Services_JSON_Spaces_Comments_TestCase
246                    </dt>
247        <dd class="index-item-body">
248            <div class="index-item-details"><a href="Services_JSON/Services_JSON_Spaces_Comments_TestCase.html">Services_JSON_Spaces_Comments_TestCase</a> in Test-JSON.php</div>
249                    </dd>
250            <dt class="field">
251                        <span class="method-title">Services_JSON_Spaces_Comments_TestCase</span>
252                    </dt>
253        <dd class="index-item-body">
254            <div class="index-item-details"><a href="Services_JSON/Services_JSON_Spaces_Comments_TestCase.html#methodServices_JSON_Spaces_Comments_TestCase">Services_JSON_Spaces_Comments_TestCase::Services_JSON_Spaces_Comments_TestCase()</a> in Test-JSON.php</div>
255                    </dd>
256            <dt class="field">
257                        <span class="const-title">SERVICES_JSON_SUPPRESS_ERRORS</span>
258                    </dt>
259        <dd class="index-item-body">
260            <div class="index-item-details"><a href="Services_JSON/_JSON_php.html#defineSERVICES_JSON_SUPPRESS_ERRORS">SERVICES_JSON_SUPPRESS_ERRORS</a> in JSON.php</div>
261                            <div class="index-item-description">Behavior switch for Services_JSON::decode()</div>
262                    </dd>
263            <dt class="field">
264                        Services_JSON_UnquotedKeys_TestCase
265                    </dt>
266        <dd class="index-item-body">
267            <div class="index-item-details"><a href="Services_JSON/Services_JSON_UnquotedKeys_TestCase.html">Services_JSON_UnquotedKeys_TestCase</a> in Test-JSON.php</div>
268                    </dd>
269            <dt class="field">
270                        <span class="method-title">Services_JSON_UnquotedKeys_TestCase</span>
271                    </dt>
272        <dd class="index-item-body">
273            <div class="index-item-details"><a href="Services_JSON/Services_JSON_UnquotedKeys_TestCase.html#methodServices_JSON_UnquotedKeys_TestCase">Services_JSON_UnquotedKeys_TestCase::Services_JSON_UnquotedKeys_TestCase()</a> in Test-JSON.php</div>
274                    </dd>
275            <dt class="field">
276                        <span class="method-title">setUp</span>
277                    </dt>
278        <dd class="index-item-body">
279            <div class="index-item-details"><a href="Services_JSON/Services_JSON_UnquotedKeys_TestCase.html#methodsetUp">Services_JSON_UnquotedKeys_TestCase::setUp()</a> in Test-JSON.php</div>
280                    </dd>
281            <dt class="field">
282                        <span class="method-title">setUp</span>
283                    </dt>
284        <dd class="index-item-body">
285            <div class="index-item-details"><a href="Services_JSON/Services_JSON_Spaces_Comments_TestCase.html#methodsetUp">Services_JSON_Spaces_Comments_TestCase::setUp()</a> in Test-JSON.php</div>
286                    </dd>
287            <dt class="field">
288                        <span class="method-title">setUp</span>
289                    </dt>
290        <dd class="index-item-body">
291            <div class="index-item-details"><a href="Services_JSON/Services_JSON_Object_TestCase.html#methodsetUp">Services_JSON_Object_TestCase::setUp()</a> in Test-JSON.php</div>
292                    </dd>
293            <dt class="field">
294                        <span class="method-title">setUp</span>
295                    </dt>
296        <dd class="index-item-body">
297            <div class="index-item-details"><a href="Services_JSON/Services_JSON_Empties_TestCase.html#methodsetUp">Services_JSON_Empties_TestCase::setUp()</a> in Test-JSON.php</div>
298                    </dd>
299            <dt class="field">
300                        <span class="method-title">setUp</span>
301                    </dt>
302        <dd class="index-item-body">
303            <div class="index-item-details"><a href="Services_JSON/Services_JSON_AssocArray_TestCase.html#methodsetUp">Services_JSON_AssocArray_TestCase::setUp()</a> in Test-JSON.php</div>
304                    </dd>
305            <dt class="field">
306                        <span class="method-title">setUp</span>
307                    </dt>
308        <dd class="index-item-body">
309            <div class="index-item-details"><a href="Services_JSON/Services_JSON_NestedArray_TestCase.html#methodsetUp">Services_JSON_NestedArray_TestCase::setUp()</a> in Test-JSON.php</div>
310                    </dd>
311            <dt class="field">
312                        <span class="method-title">setUp</span>
313                    </dt>
314        <dd class="index-item-body">
315            <div class="index-item-details"><a href="Services_JSON/Services_JSON_EncDec_TestCase.html#methodsetUp">Services_JSON_EncDec_TestCase::setUp()</a> in Test-JSON.php</div>
316                    </dd>
317            <dt class="field">
318                        <span class="method-title">setUp</span>
319                    </dt>
320        <dd class="index-item-body">
321            <div class="index-item-details"><a href="Services_JSON/Services_JSON_ErrorSuppression_TestCase.html#methodsetUp">Services_JSON_ErrorSuppression_TestCase::setUp()</a> in Test-JSON.php</div>
322                    </dd>
323        </dl>
324    <a name="t"></a>
325    <div class="index-letter-section">
326        <div style="float: left" class="index-letter-title">t</div>
327        <div style="float: right"><a href="#top">top</a></div>
328        <div style="clear: both"></div>
329    </div>
330    <dl>
331            <dt class="field">
332                        <span class="include-title">Test-JSON.php</span>
333                    </dt>
334        <dd class="index-item-body">
335            <div class="index-item-details"><a href="Services_JSON/_Test-JSON_php.html">Test-JSON.php</a> in Test-JSON.php</div>
336                    </dd>
337            <dt class="field">
338                        <span class="method-title">test_comments</span>
339                    </dt>
340        <dd class="index-item-body">
341            <div class="index-item-details"><a href="Services_JSON/Services_JSON_Spaces_Comments_TestCase.html#methodtest_comments">Services_JSON_Spaces_Comments_TestCase::test_comments()</a> in Test-JSON.php</div>
342                    </dd>
343            <dt class="field">
344                        <span class="method-title">test_from_JSON</span>
345                    </dt>
346        <dd class="index-item-body">
347            <div class="index-item-details"><a href="Services_JSON/Services_JSON_EncDec_TestCase.html#methodtest_from_JSON">Services_JSON_EncDec_TestCase::test_from_JSON()</a> in Test-JSON.php</div>
348                    </dd>
349            <dt class="field">
350                        <span class="method-title">test_from_JSON</span>
351                    </dt>
352        <dd class="index-item-body">
353            <div class="index-item-details"><a href="Services_JSON/Services_JSON_UnquotedKeys_TestCase.html#methodtest_from_JSON">Services_JSON_UnquotedKeys_TestCase::test_from_JSON()</a> in Test-JSON.php</div>
354                    </dd>
355            <dt class="field">
356                        <span class="method-title">test_from_JSON</span>
357                    </dt>
358        <dd class="index-item-body">
359            <div class="index-item-details"><a href="Services_JSON/Services_JSON_NestedArray_TestCase.html#methodtest_from_JSON">Services_JSON_NestedArray_TestCase::test_from_JSON()</a> in Test-JSON.php</div>
360                    </dd>
361            <dt class="field">
362                        <span class="method-title">test_from_then_to_JSON</span>
363                    </dt>
364        <dd class="index-item-body">
365            <div class="index-item-details"><a href="Services_JSON/Services_JSON_Object_TestCase.html#methodtest_from_then_to_JSON">Services_JSON_Object_TestCase::test_from_then_to_JSON()</a> in Test-JSON.php</div>
366                    </dd>
367            <dt class="field">
368                        <span class="method-title">test_from_then_to_JSON</span>
369                    </dt>
370        <dd class="index-item-body">
371            <div class="index-item-details"><a href="Services_JSON/Services_JSON_EncDec_TestCase.html#methodtest_from_then_to_JSON">Services_JSON_EncDec_TestCase::test_from_then_to_JSON()</a> in Test-JSON.php</div>
372                    </dd>
373            <dt class="field">
374                        <span class="method-title">test_spaces</span>
375                    </dt>
376        <dd class="index-item-body">
377            <div class="index-item-details"><a href="Services_JSON/Services_JSON_Spaces_Comments_TestCase.html#methodtest_spaces">Services_JSON_Spaces_Comments_TestCase::test_spaces()</a> in Test-JSON.php</div>
378                    </dd>
379            <dt class="field">
380                        <span class="method-title">test_to_JSON</span>
381                    </dt>
382        <dd class="index-item-body">
383            <div class="index-item-details"><a href="Services_JSON/Services_JSON_Object_TestCase.html#methodtest_to_JSON">Services_JSON_Object_TestCase::test_to_JSON()</a> in Test-JSON.php</div>
384                    </dd>
385            <dt class="field">
386                        <span class="method-title">test_to_JSON</span>
387                    </dt>
388        <dd class="index-item-body">
389            <div class="index-item-details"><a href="Services_JSON/Services_JSON_ErrorSuppression_TestCase.html#methodtest_to_JSON">Services_JSON_ErrorSuppression_TestCase::test_to_JSON()</a> in Test-JSON.php</div>
390                    </dd>
391            <dt class="field">
392                        <span class="method-title">test_to_JSON</span>
393                    </dt>
394        <dd class="index-item-body">
395            <div class="index-item-details"><a href="Services_JSON/Services_JSON_EncDec_TestCase.html#methodtest_to_JSON">Services_JSON_EncDec_TestCase::test_to_JSON()</a> in Test-JSON.php</div>
396                    </dd>
397            <dt class="field">
398                        <span class="method-title">test_to_JSON</span>
399                    </dt>
400        <dd class="index-item-body">
401            <div class="index-item-details"><a href="Services_JSON/Services_JSON_AssocArray_TestCase.html#methodtest_to_JSON">Services_JSON_AssocArray_TestCase::test_to_JSON()</a> in Test-JSON.php</div>
402                    </dd>
403            <dt class="field">
404                        <span class="method-title">test_to_JSON_suppressed</span>
405                    </dt>
406        <dd class="index-item-body">
407            <div class="index-item-details"><a href="Services_JSON/Services_JSON_ErrorSuppression_TestCase.html#methodtest_to_JSON_suppressed">Services_JSON_ErrorSuppression_TestCase::test_to_JSON_suppressed()</a> in Test-JSON.php</div>
408                    </dd>
409            <dt class="field">
410                        <span class="method-title">test_to_then_from_JSON</span>
411                    </dt>
412        <dd class="index-item-body">
413            <div class="index-item-details"><a href="Services_JSON/Services_JSON_AssocArray_TestCase.html#methodtest_to_then_from_JSON">Services_JSON_AssocArray_TestCase::test_to_then_from_JSON()</a> in Test-JSON.php</div>
414                    </dd>
415            <dt class="field">
416                        <span class="method-title">test_to_then_from_JSON</span>
417                    </dt>
418        <dd class="index-item-body">
419            <div class="index-item-details"><a href="Services_JSON/Services_JSON_EncDec_TestCase.html#methodtest_to_then_from_JSON">Services_JSON_EncDec_TestCase::test_to_then_from_JSON()</a> in Test-JSON.php</div>
420                    </dd>
421            <dt class="field">
422                        <span class="method-title">test_type</span>
423                    </dt>
424        <dd class="index-item-body">
425            <div class="index-item-details"><a href="Services_JSON/Services_JSON_AssocArray_TestCase.html#methodtest_type">Services_JSON_AssocArray_TestCase::test_type()</a> in Test-JSON.php</div>
426                    </dd>
427            <dt class="field">
428                        <span class="method-title">test_type</span>
429                    </dt>
430        <dd class="index-item-body">
431            <div class="index-item-details"><a href="Services_JSON/Services_JSON_Empties_TestCase.html#methodtest_type">Services_JSON_Empties_TestCase::test_type()</a> in Test-JSON.php</div>
432                    </dd>
433            <dt class="field">
434                        <span class="method-title">test_type</span>
435                    </dt>
436        <dd class="index-item-body">
437            <div class="index-item-details"><a href="Services_JSON/Services_JSON_NestedArray_TestCase.html#methodtest_type">Services_JSON_NestedArray_TestCase::test_type()</a> in Test-JSON.php</div>
438                    </dd>
439            <dt class="field">
440                        <span class="method-title">test_type</span>
441                    </dt>
442        <dd class="index-item-body">
443            <div class="index-item-details"><a href="Services_JSON/Services_JSON_Object_TestCase.html#methodtest_type">Services_JSON_Object_TestCase::test_type()</a> in Test-JSON.php</div>
444                    </dd>
445        </dl>
446
447<div class="index-letter-menu">
448    <a class="index-letter" href="elementindex_Services_JSON.html#d">d</a>
449    <a class="index-letter" href="elementindex_Services_JSON.html#e">e</a>
450    <a class="index-letter" href="elementindex_Services_JSON.html#i">i</a>
451    <a class="index-letter" href="elementindex_Services_JSON.html#j">j</a>
452    <a class="index-letter" href="elementindex_Services_JSON.html#s">s</a>
453    <a class="index-letter" href="elementindex_Services_JSON.html#t">t</a>
454    <a class="index-letter" href="elementindex_Services_JSON.html#_">_</a>
455</div>  </body>
456</html>
Note: See TracBrowser for help on using the repository browser.