forked from DoclerLabs/amfphp-2.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
590 lines (560 loc) · 46 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta charset="utf-8"/>
<title>API Documentation</title>
<meta name="author" content=""/>
<meta name="description" content=""/>
<link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
<link href="https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css" rel="stylesheet">
<link href="css/prism.css" rel="stylesheet" media="all"/>
<link href="css/template.css" rel="stylesheet" media="all"/>
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<script src="https://code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
<script src="https://code.jquery.com/ui/1.10.4/jquery-ui.min.js" type="text/javascript"></script>
<script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
<script src="js/jquery.smooth-scroll.js"></script>
<script src="js/prism.min.js"></script>
<!-- TODO: Add http://jscrollpane.kelvinluck.com/ to style the scrollbars for browsers not using webkit-->
<link rel="shortcut icon" href="images/favicon.ico"/>
<link rel="apple-touch-icon" href="images/apple-touch-icon.png"/>
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"/>
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"/>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<i class="icon-ellipsis-vertical"></i>
</a>
<a class="brand" href="index.html">API Documentation</a>
<div class="nav-collapse">
<ul class="nav pull-right">
<li class="dropdown" id="charts-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Charts <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="graphs/class.html">
<i class="icon-list-alt"></i> Class hierarchy diagram
</a>
</li>
</ul>
</li>
<li class="dropdown" id="reports-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
Reports <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>
<a href="reports/errors.html">
<i class="icon-list-alt"></i> Errors <span class="label label-info pull-right">1</span>
</a>
</li>
<li>
<a href="reports/markers.html">
<i class="icon-list-alt"></i> Markers <span class="label label-info pull-right">10</span>
</a>
</li>
<li>
<a href="reports/deprecated.html">
<i class="icon-list-alt"></i> Deprecated <span class="label label-info pull-right">0</span>
</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
<!--<div class="go_to_top">-->
<!--<a href="#___" style="color: inherit">Back to top  <i class="icon-upload icon-white"></i></a>-->
<!--</div>-->
</div>
<div id="___" class="container-fluid">
<section class="row-fluid">
<div class="span2 sidebar">
<div class="accordion" style="margin-bottom: 0">
<div class="accordion-group">
<div class="accordion-heading">
<a class="accordion-toggle " data-toggle="collapse" data-target="#namespace-1451887967"></a>
<a href="namespaces/default.html" style="margin-left: 30px; padding-left: 0">\</a>
</div>
<div id="namespace-1451887967" class="accordion-body collapse in">
<div class="accordion-inner">
<ul>
<li class="interface"><a href="classes/Amfphp_Core_Common_IDeserializedRequestHandler.html">Amfphp_Core_Common_IDeserializedRequestHandler</a></li>
<li class="interface"><a href="classes/Amfphp_Core_Common_IDeserializer.html">Amfphp_Core_Common_IDeserializer</a></li>
<li class="interface"><a href="classes/Amfphp_Core_Common_IExceptionHandler.html">Amfphp_Core_Common_IExceptionHandler</a></li>
<li class="interface"><a href="classes/Amfphp_Core_Common_ISerializer.html">Amfphp_Core_Common_ISerializer</a></li>
<li class="interface"><a href="classes/Amfphp_Core_Common_IVoConverter.html">Amfphp_Core_Common_IVoConverter</a></li>
<li class="class"><a href="classes/Amfphp_Core_Amf_Constants.html">Amfphp_Core_Amf_Constants</a></li>
<li class="class"><a href="classes/Amfphp_Core_Amf_Deserializer.html">Amfphp_Core_Amf_Deserializer</a></li>
<li class="class"><a href="classes/Amfphp_Core_Amf_Handler.html">Amfphp_Core_Amf_Handler</a></li>
<li class="class"><a href="classes/Amfphp_Core_Amf_Header.html">Amfphp_Core_Amf_Header</a></li>
<li class="class"><a href="classes/Amfphp_Core_Amf_Message.html">Amfphp_Core_Amf_Message</a></li>
<li class="class"><a href="classes/Amfphp_Core_Amf_Packet.html">Amfphp_Core_Amf_Packet</a></li>
<li class="class"><a href="classes/Amfphp_Core_Amf_Serializer.html">Amfphp_Core_Amf_Serializer</a></li>
<li class="class"><a href="classes/Amfphp_Core_Amf_Types_ByteArray.html">Amfphp_Core_Amf_Types_ByteArray</a></li>
<li class="class"><a href="classes/Amfphp_Core_Amf_Types_Date.html">Amfphp_Core_Amf_Types_Date</a></li>
<li class="class"><a href="classes/Amfphp_Core_Amf_Types_Undefined.html">Amfphp_Core_Amf_Types_Undefined</a></li>
<li class="class"><a href="classes/Amfphp_Core_Amf_Types_Vector.html">Amfphp_Core_Amf_Types_Vector</a></li>
<li class="class"><a href="classes/Amfphp_Core_Amf_Types_Xml.html">Amfphp_Core_Amf_Types_Xml</a></li>
<li class="class"><a href="classes/Amfphp_Core_Amf_Types_XmlDocument.html">Amfphp_Core_Amf_Types_XmlDocument</a></li>
<li class="class"><a href="classes/Amfphp_Core_Amf_Util.html">Amfphp_Core_Amf_Util</a></li>
<li class="class"><a href="classes/Amfphp_Core_Common_ClassFindInfo.html">Amfphp_Core_Common_ClassFindInfo</a></li>
<li class="class"><a href="classes/Amfphp_Core_Common_ServiceCallParameters.html">Amfphp_Core_Common_ServiceCallParameters</a></li>
<li class="class"><a href="classes/Amfphp_Core_Common_ServiceRouter.html">Amfphp_Core_Common_ServiceRouter</a></li>
<li class="class"><a href="classes/Amfphp_Core_Config.html">Amfphp_Core_Config</a></li>
<li class="class"><a href="classes/Amfphp_Core_Exception.html">Amfphp_Core_Exception</a></li>
<li class="class"><a href="classes/Amfphp_Core_FilterManager.html">Amfphp_Core_FilterManager</a></li>
<li class="class"><a href="classes/Amfphp_Core_Gateway.html">Amfphp_Core_Gateway</a></li>
<li class="class"><a href="classes/Amfphp_Core_HttpRequestGatewayFactory.html">Amfphp_Core_HttpRequestGatewayFactory</a></li>
<li class="class"><a href="classes/Amfphp_Core_PluginManager.html">Amfphp_Core_PluginManager</a></li>
<li class="class"><a href="classes/AmfphpAuthentication.html">AmfphpAuthentication</a></li>
<li class="class"><a href="classes/AmfphpCharsetConverter.html">AmfphpCharsetConverter</a></li>
<li class="class"><a href="classes/AmfphpDiscovery.html">AmfphpDiscovery</a></li>
<li class="class"><a href="classes/AmfphpDiscovery_MethodDescriptor.html">AmfphpDiscovery_MethodDescriptor</a></li>
<li class="class"><a href="classes/AmfphpDiscovery_ParameterDescriptor.html">AmfphpDiscovery_ParameterDescriptor</a></li>
<li class="class"><a href="classes/AmfphpDiscovery_ServiceDescriptor.html">AmfphpDiscovery_ServiceDescriptor</a></li>
<li class="class"><a href="classes/AmfphpDiscoveryService.html">AmfphpDiscoveryService</a></li>
<li class="class"><a href="classes/AmfphpDummy.html">AmfphpDummy</a></li>
<li class="class"><a href="classes/AmfphpErrorHandler.html">AmfphpErrorHandler</a></li>
<li class="class"><a href="classes/AmfphpFlexMessaging.html">AmfphpFlexMessaging</a></li>
<li class="class"><a href="classes/AmfphpFlexMessaging_AcknowledgeMessage.html">AmfphpFlexMessaging_AcknowledgeMessage</a></li>
<li class="class"><a href="classes/AmfphpFlexMessaging_ErrorMessage.html">AmfphpFlexMessaging_ErrorMessage</a></li>
<li class="class"><a href="classes/AmfphpGet.html">AmfphpGet</a></li>
<li class="class"><a href="classes/AmfphpJson.html">AmfphpJson</a></li>
<li class="class"><a href="classes/AmfphpLogger.html">AmfphpLogger</a></li>
<li class="class"><a href="classes/AmfphpMonitor.html">AmfphpMonitor</a></li>
<li class="class"><a href="classes/AmfphpMonitorService.html">AmfphpMonitorService</a></li>
<li class="class"><a href="classes/AmfphpVoConverter.html">AmfphpVoConverter</a></li>
<li class="class"><a href="classes/DummyVo.html">DummyVo</a></li>
<li class="class"><a href="classes/ExampleService.html">ExampleService</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="row-fluid">
<div class="span10 offset2">
<div class="row-fluid">
<div class="span8 content namespace">
<nav>
</nav>
<h1><small></small>\</h1>
<h2>Interfaces</h2>
<table class="table table-hover">
<tr>
<td><a href="classes/Amfphp_Core_Common_IDeserializedRequestHandler.html">Amfphp_Core_Common_IDeserializedRequestHandler</a></td>
<td><em>interface for a class that can handle a deserialized request</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Common_IDeserializer.html">Amfphp_Core_Common_IDeserializer</a></td>
<td><em>interface for deserializers.</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Common_IExceptionHandler.html">Amfphp_Core_Common_IExceptionHandler</a></td>
<td><em>An exception handler is passed an exception and must translate that into something that is serializable. In the case of Amf, it must return an Amfphp_Core_Amf_Packet object
containing the relevant information</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Common_ISerializer.html">Amfphp_Core_Common_ISerializer</a></td>
<td><em>interface for serializers.</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Common_IVoConverter.html">Amfphp_Core_Common_IVoConverter</a></td>
<td><em>interface for Vo Converters.</em></td>
</tr>
</table>
<h2>Classes</h2>
<table class="table table-hover">
<tr>
<td><a href="classes/Amfphp_Core_Amf_Constants.html">Amfphp_Core_Amf_Constants</a></td>
<td><em>constants relative to the Amf format</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Amf_Deserializer.html">Amfphp_Core_Amf_Deserializer</a></td>
<td><em>Amfphp_Core_Amf_Deserializer takes the raw amf input stream and converts it PHP objects
representing the data.</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Amf_Handler.html">Amfphp_Core_Amf_Handler</a></td>
<td><em>This is the default handler for the gateway. It's job is to handle everything that is specific to Amf for the gateway.</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Amf_Header.html">Amfphp_Core_Amf_Header</a></td>
<td><em>Amfphp_Core_Amf_Header is a data type that represents a single header passed via Amf</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Amf_Message.html">Amfphp_Core_Amf_Message</a></td>
<td><em>Amfphp_Core_Amf_Message is a data type that encapsulates all of the various properties a Message object can have.</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Amf_Packet.html">Amfphp_Core_Amf_Packet</a></td>
<td><em>content holder for an Amf Packet.</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Amf_Serializer.html">Amfphp_Core_Amf_Serializer</a></td>
<td><em>AmfSerializer manages the job of translating PHP objects into
the actionscript equivalent via Amf. The main method of the serializer
is the serialize method which takes and AmfObject as it's argument
and builds the resulting Amf Message.</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Amf_Types_ByteArray.html">Amfphp_Core_Amf_Types_ByteArray</a></td>
<td><em>Amf byte arrays will be converted to and from this class</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Amf_Types_Date.html">Amfphp_Core_Amf_Types_Date</a></td>
<td><em>Amf dates will be converted to and from this class. The PHP DateTime class is for PHP >= 5.2.0, and setTimestamp for PHP >= 5.3.0, so it can't be used in amfPHP
Of course feel free to use it yourself if your host supports it.</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Amf_Types_Undefined.html">Amfphp_Core_Amf_Types_Undefined</a></td>
<td><em>Amf Undefined will be converted to and from this class</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Amf_Types_Vector.html">Amfphp_Core_Amf_Types_Vector</a></td>
<td><em>A wrapper class that tells the serializer that we want a vector at the flash end. You should only populate the data array
with instances of the same class. If you want to send back objects of different types, use the array class and not
Vector.<*>, as Vector.<*> is not and will not be supported.</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Amf_Types_Xml.html">Amfphp_Core_Amf_Types_Xml</a></td>
<td><em>Amf xml (not the AS3/AMF3 XMLDocument) will be converted to and from this class.</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Amf_Types_XmlDocument.html">Amfphp_Core_Amf_Types_XmlDocument</a></td>
<td><em>AS3 XMLDocument type.</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Amf_Util.html">Amfphp_Core_Amf_Util</a></td>
<td><em>utils for Amf handling</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Common_ClassFindInfo.html">Amfphp_Core_Common_ClassFindInfo</a></td>
<td><em>The information necessary for a service router to be able to load a class' file and instanciate it</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Common_ServiceCallParameters.html">Amfphp_Core_Common_ServiceCallParameters</a></td>
<td><em>place holder class for the variables necessary to make a service call</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Common_ServiceRouter.html">Amfphp_Core_Common_ServiceRouter</a></td>
<td><em>The Service Router class is responsible for executing the remote service method and returning it's value.</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Config.html">Amfphp_Core_Config</a></td>
<td><em>responsable for loading and maintaining Amfphp configuration</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Exception.html">Amfphp_Core_Exception</a></td>
<td><em>just a type to distinguish between Amfphp exceptions and any other exceptions</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_FilterManager.html">Amfphp_Core_FilterManager</a></td>
<td><em>Filters are provided by Amfphp to allow your contexts to 'filter into' the rest of Amfphp, i.e. to call functions in your context at specific times<br />
Call addFilter to register a filter, with a default priority of 10, and call callFilter to actually execute the filter</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_Gateway.html">Amfphp_Core_Gateway</a></td>
<td><em>where everything comes together in amfphp.</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_HttpRequestGatewayFactory.html">Amfphp_Core_HttpRequestGatewayFactory</a></td>
<td><em>A gateway factory's job is to create a gateway. There can be many gateway factories, but as such the only one for now is this one,
which creates a gateway assuming that the data to be processed is in an http request and thus available through the usual php globals</em></td>
</tr>
<tr>
<td><a href="classes/Amfphp_Core_PluginManager.html">Amfphp_Core_PluginManager</a></td>
<td><em>Loads plugins for Amfphp. Plugins consist of a folder in the plugins folder. The folder and the class
should all have the same name. The file containing the class should be named with the class name with the '.php' suffix added.</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpAuthentication.html">AmfphpAuthentication</a></td>
<td><em>Authentication for Amfphp.</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpCharsetConverter.html">AmfphpCharsetConverter</a></td>
<td><em>Converts strings to the right encoding in incoming and outgoing packets.</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpDiscovery.html">AmfphpDiscovery</a></td>
<td><em>adds the discovery service, a service that returns information about available services.</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpDiscovery_MethodDescriptor.html">AmfphpDiscovery_MethodDescriptor</a></td>
<td><em>Contains all collected information about a service method.</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpDiscovery_ParameterDescriptor.html">AmfphpDiscovery_ParameterDescriptor</a></td>
<td><em>Contains all collected information about a service method parameter</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpDiscovery_ServiceDescriptor.html">AmfphpDiscovery_ServiceDescriptor</a></td>
<td><em>Contains all collected information about a service. This information will be used by the generator.</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpDiscoveryService.html">AmfphpDiscoveryService</a></td>
<td><em>analyses existing services. Warning: if 2 or more services have the same name, only one will appear in the returned data,
as it is an associative array using the service name as key.</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpDummy.html">AmfphpDummy</a></td>
<td><em>This catches browser requests to the gateway, to show something more helpful than an error message.</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpErrorHandler.html">AmfphpErrorHandler</a></td>
<td><em>sets a custom error handler to catch notices and such and transform them to exceptions.</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpFlexMessaging.html">AmfphpFlexMessaging</a></td>
<td><em>Support for flex messaging.</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpFlexMessaging_AcknowledgeMessage.html">AmfphpFlexMessaging_AcknowledgeMessage</a></td>
<td><em>Used to generate a Flex Acknowledge message.</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpFlexMessaging_ErrorMessage.html">AmfphpFlexMessaging_ErrorMessage</a></td>
<td><em>Used to generate a Flex Error message.</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpGet.html">AmfphpGet</a></td>
<td><em>Adds support for HTTP GET requests to services, useful for simple test calls and for cross domain ajax calls.</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpJson.html">AmfphpJson</a></td>
<td><em>Enables amfPHP to receive and reply with JSON
This plugin can be deactivated if the project doesn't need to support JSON
strings and returned as JSON strings using POST parameters.</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpLogger.html">AmfphpLogger</a></td>
<td><em>logs requests and responses in their serialized and deserialized forms.</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpMonitor.html">AmfphpMonitor</a></td>
<td><em>logs monitoring information, and makes it possible to toggle logging and retrieve the data via the AmfphpMonitorService.</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpMonitorService.html">AmfphpMonitorService</a></td>
<td><em>monitoring service. controls logging, and provides method to fetch data.</em></td>
</tr>
<tr>
<td><a href="classes/AmfphpVoConverter.html">AmfphpVoConverter</a></td>
<td><em>Converts data from incoming packets with explicit types to Value Objects(Vos), and vice versa for the outgoing packets.</em></td>
</tr>
<tr>
<td><a href="classes/DummyVo.html">DummyVo</a></td>
<td><em>dummy class</em></td>
</tr>
<tr>
<td><a href="classes/ExampleService.html">ExampleService</a></td>
<td><em>This is a test/example service. Remove it for production use</em></td>
</tr>
</table>
</div>
<aside class="span4 detailsbar">
<dl>
<dt>Namespace hierarchy</dt>
<dd class="hierarchy">
<div class="namespace-wrapper">\</div>
</dd>
</dl>
</aside>
</div>
<div class="row-fluid">
<section class="span8 content namespace">
<h2>Constants</h2>
</section>
<aside class="span4 detailsbar"></aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="constant_AMFPHP_ROOTPATH" name="constant_AMFPHP_ROOTPATH" class="anchor"></a>
<article id="constant_AMFPHP_ROOTPATH" class="constant">
<h3 class="">AMFPHP_ROOTPATH</h3>
<pre class="signature">AMFPHP_ROOTPATH</pre>
<p><em>include this to include amfphp
note: this list could be generated. In the meantime maintain it manually.</em></p>
<p>It would be nice to do this alphabetically, It seems however that an interface must be loaded before a class, so do as possible</p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
<dt>File</dt>
<dd><a href=""><div class="path-wrapper"></div></a></dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr>
<th>
author
</th>
<td>
<p>Ariel Sommeria-klein</p>
</td>
</tr>
<tr>
<th>
package
</th>
<td>
<p>Amfphp</p>
</td>
</tr>
</table>
</aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="constant_AMFPHP_VERSION" name="constant_AMFPHP_VERSION" class="anchor"></a>
<article id="constant_AMFPHP_VERSION" class="constant">
<h3 class="">AMFPHP_VERSION</h3>
<pre class="signature">AMFPHP_VERSION</pre>
<p><em></em></p>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
<dt>File</dt>
<dd><a href=""><div class="path-wrapper"></div></a></dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr>
<th>
package
</th>
<td>
<p>Default</p>
</td>
</tr>
</table>
</aside>
</div>
<div class="row-fluid">
<section class="span8 content namespace">
<h2>Functions</h2>
</section>
<aside class="span4 detailsbar"></aside>
</div>
<div class="row-fluid">
<div class="span8 content class">
<a id="method_custom_warning_handler" name="method_custom_warning_handler" class="anchor"></a>
<article class="method">
<h3 class=" ">custom_warning_handler()</h3>
<a href="#source-view" role="button" class="pull-right btn" data-toggle="modal" style="font-size: 1.1em; padding: 9px 14px"><i class="icon-code"></i></a>
<pre class="signature" style="margin-right: 54px;">custom_warning_handler(integer <span class="argument">$errno</span>, string <span class="argument">$errstr</span>, string <span class="argument">$errfile</span>, integer <span class="argument">$errline</span>, mixed <span class="argument">$errcontext</span>)</pre>
<p><em>Only throw an exception if the error level would report it</em></p>
<h4>Parameters</h4>
<table class="table table-condensed table-hover">
<tr>
<td>integer</td>
<td>$errno </td>
<td></td>
</tr>
<tr>
<td>string</td>
<td>$errstr </td>
<td></td>
</tr>
<tr>
<td>string</td>
<td>$errfile </td>
<td></td>
</tr>
<tr>
<td>integer</td>
<td>$errline </td>
<td></td>
</tr>
<tr>
<td>mixed</td>
<td>$errcontext </td>
<td></td>
</tr>
</table>
<h4>Throws</h4>
<dl>
<dt>\Exception</dt>
<dd></dd>
</dl>
</article>
</div>
<aside class="span4 detailsbar">
<h1><i class="icon-arrow-down"></i></h1>
<dl>
<dt>File</dt>
<dd><a href=""><div class="path-wrapper"></div></a></dd>
</dl>
<h2>Tags</h2>
<table class="table table-condensed">
<tr>
<th>
package
</th>
<td>
<p>Default</p>
</td>
</tr>
</table>
</aside>
</div>
</div>
</section>
<footer class="row-fluid">
<section class="span10 offset2">
<section class="row-fluid">
<section class="span10 offset1">
<section class="row-fluid footer-sections">
<section class="span4">
<h1><i class="icon-code"></i></h1>
<div>
<ul>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-bar-chart"></i></h1>
<div>
<ul>
<li><a href="graphs/class.html">Class Hierarchy Diagram</a></li>
</ul>
</div>
</section>
<section class="span4">
<h1><i class="icon-pushpin"></i></h1>
<div>
<ul>
<li><a href="reports/errors.html">Errors</a></li>
<li><a href="reports/markers.html">Markers</a></li>
</ul>
</div>
</section>
</section>
</section>
</section>
<section class="row-fluid">
<section class="span10 offset1">
<hr />
Documentation is powered by <a href="http://www.phpdoc.org/">phpDocumentor </a> and authored
on July 31st, 2014 at 00:29.
</section>
</section>
</section>
</footer>
</div>
</body>
</html>