· 7 years ago · Dec 13, 2017, 12:32 PM
1object(Slim\Container)#7 (7) {
2 ["defaultSettings":"Slim\Container":private]=>
3 array(7) {
4 ["httpVersion"]=>
5 string(3) "1.1"
6 ["responseChunkSize"]=>
7 int(4096)
8 ["outputBuffering"]=>
9 string(6) "append"
10 ["determineRouteBeforeAppMiddleware"]=>
11 bool(false)
12 ["displayErrorDetails"]=>
13 bool(false)
14 ["addContentLengthHeader"]=>
15 bool(true)
16 ["routerCacheFile"]=>
17 bool(false)
18 }
19 ["values":"Pimple\Container":private]=>
20 array(21) {
21 ["settings"]=>
22 object(Slim\Collection)#46 (1) {
23 ["data":protected]=>
24 array(7) {
25 ["httpVersion"]=>
26 string(3) "1.1"
27 ["responseChunkSize"]=>
28 int(4096)
29 ["outputBuffering"]=>
30 string(6) "append"
31 ["determineRouteBeforeAppMiddleware"]=>
32 bool(false)
33 ["displayErrorDetails"]=>
34 bool(false)
35 ["addContentLengthHeader"]=>
36 bool(true)
37 ["routerCacheFile"]=>
38 bool(false)
39 }
40 }
41 ["environment"]=>
42 object(Slim\Http\Environment)#44 (1) {
43 ["data":protected]=>
44 array(36) {
45 ["REDIRECT_STATUS"]=>
46 string(3) "200"
47 ["HTTP_CACHE_CONTROL"]=>
48 string(8) "no-cache"
49 ["HTTP_POSTMAN_TOKEN"]=>
50 string(36) "fe9bd4c0-8933-4269-85c5-730f399b1701"
51 ["CONTENT_TYPE"]=>
52 string(16) "application/json"
53 ["HTTP_X_EXPERIENCE_API_VERSION"]=>
54 string(5) "1.0.3"
55 ["HTTP_USER_AGENT"]=>
56 string(20) "PostmanRuntime/3.0.9"
57 ["HTTP_ACCEPT"]=>
58 string(3) "*/*"
59 ["HTTP_HOST"]=>
60 string(14) "localhost:9090"
61 ["HTTP_COOKIE"]=>
62 string(34) "CAKEPHP=a12ds4tj3mp2vsogagckhmbc83"
63 ["HTTP_ACCEPT_ENCODING"]=>
64 string(13) "gzip, deflate"
65 ["CONTENT_LENGTH"]=>
66 string(3) "595"
67 ["HTTP_CONNECTION"]=>
68 string(10) "keep-alive"
69 ["PATH"]=>
70 string(29) "/usr/bin:/bin:/usr/sbin:/sbin"
71 ["SERVER_SIGNATURE"]=>
72 string(0) ""
73 ["SERVER_SOFTWARE"]=>
74 string(140) "Apache/2.2.32 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.0.22 mod_ssl/2.2.32 OpenSSL/1.0.2j DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.9 Perl/v5.24.0"
75 ["SERVER_NAME"]=>
76 string(9) "localhost"
77 ["SERVER_ADDR"]=>
78 string(3) "::1"
79 ["SERVER_PORT"]=>
80 string(4) "9090"
81 ["REMOTE_ADDR"]=>
82 string(3) "::1"
83 ["DOCUMENT_ROOT"]=>
84 string(39) "/Applications/MAMP/htdocs/lxHive/public"
85 ["SERVER_ADMIN"]=>
86 string(19) "mahmoud@mahmoud.mah"
87 ["SCRIPT_FILENAME"]=>
88 string(49) "/Applications/MAMP/htdocs/lxHive/public/index.php"
89 ["REMOTE_PORT"]=>
90 string(5) "52745"
91 ["REDIRECT_URL"]=>
92 string(11) "/statements"
93 ["GATEWAY_INTERFACE"]=>
94 string(7) "CGI/1.1"
95 ["SERVER_PROTOCOL"]=>
96 string(8) "HTTP/1.1"
97 ["REQUEST_METHOD"]=>
98 string(4) "POST"
99 ["QUERY_STRING"]=>
100 string(0) ""
101 ["REQUEST_URI"]=>
102 string(11) "/statements"
103 ["SCRIPT_NAME"]=>
104 string(10) "/index.php"
105 ["PHP_SELF"]=>
106 string(10) "/index.php"
107 ["REQUEST_TIME_FLOAT"]=>
108 float(1513168249.64)
109 ["REQUEST_TIME"]=>
110 int(1513168249)
111 ["argv"]=>
112 array(0) {
113 }
114 ["argc"]=>
115 int(0)
116 ["HTTP_AUTHORIZATION"]=>
117 string(108) "MGU2SUxZU1ROVGxDd2Q4aW51UUxUeGJ6N0t3T2E5aG5VcmpOYUV1Szp2VklDaDEzeXFqaGdSUmdQSjI0cjV5UG13Y1VJbmtIZTJMQ004TVA2"
118 }
119 }
120 ["request"]=>
121 object(Slim\Http\Request)#82 (15) {
122 ["method":protected]=>
123 string(4) "POST"
124 ["originalMethod":protected]=>
125 string(4) "POST"
126 ["uri":protected]=>
127 object(Slim\Http\Uri)#45 (9) {
128 ["scheme":protected]=>
129 string(4) "http"
130 ["user":protected]=>
131 string(0) ""
132 ["password":protected]=>
133 string(0) ""
134 ["host":protected]=>
135 string(9) "localhost"
136 ["port":protected]=>
137 int(9090)
138 ["basePath":protected]=>
139 string(0) ""
140 ["path":protected]=>
141 string(11) "/statements"
142 ["query":protected]=>
143 string(0) ""
144 ["fragment":protected]=>
145 string(0) ""
146 }
147 ["requestTarget":protected]=>
148 NULL
149 ["queryParams":protected]=>
150 array(0) {
151 }
152 ["cookies":protected]=>
153 array(1) {
154 ["CAKEPHP"]=>
155 string(26) "a12ds4tj3mp2vsogagckhmbc83"
156 }
157 ["serverParams":protected]=>
158 array(36) {
159 ["REDIRECT_STATUS"]=>
160 string(3) "200"
161 ["HTTP_CACHE_CONTROL"]=>
162 string(8) "no-cache"
163 ["HTTP_POSTMAN_TOKEN"]=>
164 string(36) "fe9bd4c0-8933-4269-85c5-730f399b1701"
165 ["CONTENT_TYPE"]=>
166 string(16) "application/json"
167 ["HTTP_X_EXPERIENCE_API_VERSION"]=>
168 string(5) "1.0.3"
169 ["HTTP_USER_AGENT"]=>
170 string(20) "PostmanRuntime/3.0.9"
171 ["HTTP_ACCEPT"]=>
172 string(3) "*/*"
173 ["HTTP_HOST"]=>
174 string(14) "localhost:9090"
175 ["HTTP_COOKIE"]=>
176 string(34) "CAKEPHP=a12ds4tj3mp2vsogagckhmbc83"
177 ["HTTP_ACCEPT_ENCODING"]=>
178 string(13) "gzip, deflate"
179 ["CONTENT_LENGTH"]=>
180 string(3) "595"
181 ["HTTP_CONNECTION"]=>
182 string(10) "keep-alive"
183 ["PATH"]=>
184 string(29) "/usr/bin:/bin:/usr/sbin:/sbin"
185 ["SERVER_SIGNATURE"]=>
186 string(0) ""
187 ["SERVER_SOFTWARE"]=>
188 string(140) "Apache/2.2.32 (Unix) mod_wsgi/3.5 Python/2.7.13 PHP/7.0.22 mod_ssl/2.2.32 OpenSSL/1.0.2j DAV/2 mod_fastcgi/2.4.6 mod_perl/2.0.9 Perl/v5.24.0"
189 ["SERVER_NAME"]=>
190 string(9) "localhost"
191 ["SERVER_ADDR"]=>
192 string(3) "::1"
193 ["SERVER_PORT"]=>
194 string(4) "9090"
195 ["REMOTE_ADDR"]=>
196 string(3) "::1"
197 ["DOCUMENT_ROOT"]=>
198 string(39) "/Applications/MAMP/htdocs/lxHive/public"
199 ["SERVER_ADMIN"]=>
200 string(19) "mahmoud@mahmoud.mah"
201 ["SCRIPT_FILENAME"]=>
202 string(49) "/Applications/MAMP/htdocs/lxHive/public/index.php"
203 ["REMOTE_PORT"]=>
204 string(5) "52745"
205 ["REDIRECT_URL"]=>
206 string(11) "/statements"
207 ["GATEWAY_INTERFACE"]=>
208 string(7) "CGI/1.1"
209 ["SERVER_PROTOCOL"]=>
210 string(8) "HTTP/1.1"
211 ["REQUEST_METHOD"]=>
212 string(4) "POST"
213 ["QUERY_STRING"]=>
214 string(0) ""
215 ["REQUEST_URI"]=>
216 string(11) "/statements"
217 ["SCRIPT_NAME"]=>
218 string(10) "/index.php"
219 ["PHP_SELF"]=>
220 string(10) "/index.php"
221 ["REQUEST_TIME_FLOAT"]=>
222 float(1513168249.64)
223 ["REQUEST_TIME"]=>
224 int(1513168249)
225 ["argv"]=>
226 array(0) {
227 }
228 ["argc"]=>
229 int(0)
230 ["HTTP_AUTHORIZATION"]=>
231 string(108) "MGU2SUxZU1ROVGxDd2Q4aW51UUxUeGJ6N0t3T2E5aG5VcmpOYUV1Szp2VklDaDEzeXFqaGdSUmdQSjI0cjV5UG13Y1VJbmtIZTJMQ004TVA2"
232 }
233 ["attributes":protected]=>
234 object(Slim\Collection)#83 (1) {
235 ["data":protected]=>
236 array(0) {
237 }
238 }
239 ["bodyParsed":protected]=>
240 object(stdClass)#90 (3) {
241 ["actor"]=>
242 object(stdClass)#85 (3) {
243 ["mbox"]=>
244 string(22) "mailto:asddas@live.com"
245 ["name"]=>
246 string(6) "dsaads"
247 ["objectType"]=>
248 string(5) "Agent"
249 }
250 ["verb"]=>
251 object(stdClass)#92 (2) {
252 ["id"]=>
253 string(39) "http://adlnet.gov/expapi/verbs/answered"
254 ["display"]=>
255 object(stdClass)#93 (1) {
256 ["en-US"]=>
257 string(8) "answered"
258 }
259 }
260 ["object"]=>
261 object(stdClass)#94 (3) {
262 ["id"]=>
263 string(43) "http://adlnet.gov/expapi/activities/example"
264 ["definition"]=>
265 object(stdClass)#96 (2) {
266 ["name"]=>
267 object(stdClass)#95 (1) {
268 ["en-US"]=>
269 string(16) "Example Activity"
270 }
271 ["description"]=>
272 object(stdClass)#97 (1) {
273 ["en-US"]=>
274 string(28) "Example activity description"
275 }
276 }
277 ["objectType"]=>
278 string(8) "Activity"
279 }
280 }
281 ["bodyParsers":protected]=>
282 array(4) {
283 ["application/json"]=>
284 object(Closure)#91 (2) {
285 ["this"]=>
286 *RECURSION*
287 ["parameter"]=>
288 array(1) {
289 ["$input"]=>
290 string(10) "<required>"
291 }
292 }
293 ["application/xml"]=>
294 object(Closure)#86 (2) {
295 ["this"]=>
296 *RECURSION*
297 ["parameter"]=>
298 array(1) {
299 ["$input"]=>
300 string(10) "<required>"
301 }
302 }
303 ["text/xml"]=>
304 object(Closure)#87 (2) {
305 ["this"]=>
306 *RECURSION*
307 ["parameter"]=>
308 array(1) {
309 ["$input"]=>
310 string(10) "<required>"
311 }
312 }
313 ["application/x-www-form-urlencoded"]=>
314 object(Closure)#88 (2) {
315 ["this"]=>
316 *RECURSION*
317 ["parameter"]=>
318 array(1) {
319 ["$input"]=>
320 string(10) "<required>"
321 }
322 }
323 }
324 ["uploadedFiles":protected]=>
325 array(0) {
326 }
327 ["validMethods":protected]=>
328 array(9) {
329 ["CONNECT"]=>
330 int(1)
331 ["DELETE"]=>
332 int(1)
333 ["GET"]=>
334 int(1)
335 ["HEAD"]=>
336 int(1)
337 ["OPTIONS"]=>
338 int(1)
339 ["PATCH"]=>
340 int(1)
341 ["POST"]=>
342 int(1)
343 ["PUT"]=>
344 int(1)
345 ["TRACE"]=>
346 int(1)
347 }
348 ["protocolVersion":protected]=>
349 string(3) "1.1"
350 ["headers":protected]=>
351 object(Slim\Http\Headers)#81 (1) {
352 ["data":protected]=>
353 array(12) {
354 ["cache-control"]=>
355 array(2) {
356 ["value"]=>
357 array(1) {
358 [0]=>
359 string(8) "no-cache"
360 }
361 ["originalKey"]=>
362 string(18) "HTTP_CACHE_CONTROL"
363 }
364 ["postman-token"]=>
365 array(2) {
366 ["value"]=>
367 array(1) {
368 [0]=>
369 string(36) "fe9bd4c0-8933-4269-85c5-730f399b1701"
370 }
371 ["originalKey"]=>
372 string(18) "HTTP_POSTMAN_TOKEN"
373 }
374 ["content-type"]=>
375 array(2) {
376 ["value"]=>
377 array(1) {
378 [0]=>
379 string(16) "application/json"
380 }
381 ["originalKey"]=>
382 string(12) "CONTENT_TYPE"
383 }
384 ["x-experience-api-version"]=>
385 array(2) {
386 ["value"]=>
387 array(1) {
388 [0]=>
389 string(5) "1.0.3"
390 }
391 ["originalKey"]=>
392 string(29) "HTTP_X_EXPERIENCE_API_VERSION"
393 }
394 ["user-agent"]=>
395 array(2) {
396 ["value"]=>
397 array(1) {
398 [0]=>
399 string(20) "PostmanRuntime/3.0.9"
400 }
401 ["originalKey"]=>
402 string(15) "HTTP_USER_AGENT"
403 }
404 ["accept"]=>
405 array(2) {
406 ["value"]=>
407 array(1) {
408 [0]=>
409 string(3) "*/*"
410 }
411 ["originalKey"]=>
412 string(11) "HTTP_ACCEPT"
413 }
414 ["host"]=>
415 array(2) {
416 ["value"]=>
417 array(1) {
418 [0]=>
419 string(9) "localhost"
420 }
421 ["originalKey"]=>
422 string(4) "Host"
423 }
424 ["cookie"]=>
425 array(2) {
426 ["value"]=>
427 array(1) {
428 [0]=>
429 string(34) "CAKEPHP=a12ds4tj3mp2vsogagckhmbc83"
430 }
431 ["originalKey"]=>
432 string(11) "HTTP_COOKIE"
433 }
434 ["accept-encoding"]=>
435 array(2) {
436 ["value"]=>
437 array(1) {
438 [0]=>
439 string(13) "gzip, deflate"
440 }
441 ["originalKey"]=>
442 string(20) "HTTP_ACCEPT_ENCODING"
443 }
444 ["content-length"]=>
445 array(2) {
446 ["value"]=>
447 array(1) {
448 [0]=>
449 string(3) "595"
450 }
451 ["originalKey"]=>
452 string(14) "CONTENT_LENGTH"
453 }
454 ["connection"]=>
455 array(2) {
456 ["value"]=>
457 array(1) {
458 [0]=>
459 string(10) "keep-alive"
460 }
461 ["originalKey"]=>
462 string(15) "HTTP_CONNECTION"
463 }
464 ["authorization"]=>
465 array(2) {
466 ["value"]=>
467 array(1) {
468 [0]=>
469 string(108) "MGU2SUxZU1ROVGxDd2Q4aW51UUxUeGJ6N0t3T2E5aG5VcmpOYUV1Szp2VklDaDEzeXFqaGdSUmdQSjI0cjV5UG13Y1VJbmtIZTJMQ004TVA2"
470 }
471 ["originalKey"]=>
472 string(18) "HTTP_AUTHORIZATION"
473 }
474 }
475 }
476 ["body":protected]=>
477 object(Slim\Http\RequestBody)#80 (7) {
478 ["stream":protected]=>
479 resource(117) of type (stream)
480 ["meta":protected]=>
481 array(6) {
482 ["wrapper_type"]=>
483 string(3) "PHP"
484 ["stream_type"]=>
485 string(4) "TEMP"
486 ["mode"]=>
487 string(3) "w+b"
488 ["unread_bytes"]=>
489 int(0)
490 ["seekable"]=>
491 bool(true)
492 ["uri"]=>
493 string(10) "php://temp"
494 }
495 ["readable":protected]=>
496 bool(true)
497 ["writable":protected]=>
498 NULL
499 ["seekable":protected]=>
500 bool(true)
501 ["size":protected]=>
502 NULL
503 ["isPipe":protected]=>
504 bool(false)
505 }
506 }
507 ["response"]=>
508 object(Slim\Http\Response)#78 (5) {
509 ["status":protected]=>
510 int(200)
511 ["reasonPhrase":protected]=>
512 string(0) ""
513 ["protocolVersion":protected]=>
514 string(3) "1.1"
515 ["headers":protected]=>
516 object(Slim\Http\Headers)#79 (1) {
517 ["data":protected]=>
518 array(1) {
519 ["content-type"]=>
520 array(2) {
521 ["value"]=>
522 array(1) {
523 [0]=>
524 string(24) "text/html; charset=UTF-8"
525 }
526 ["originalKey"]=>
527 string(12) "Content-Type"
528 }
529 }
530 }
531 ["body":protected]=>
532 object(Slim\Http\Body)#77 (7) {
533 ["stream":protected]=>
534 resource(105) of type (stream)
535 ["meta":protected]=>
536 NULL
537 ["readable":protected]=>
538 NULL
539 ["writable":protected]=>
540 NULL
541 ["seekable":protected]=>
542 NULL
543 ["size":protected]=>
544 NULL
545 ["isPipe":protected]=>
546 NULL
547 }
548 }
549 ["router"]=>
550 object(Slim\Router)#48 (8) {
551 ["container":protected]=>
552 *RECURSION*
553 ["routeParser":protected]=>
554 object(FastRoute\RouteParser\Std)#49 (0) {
555 }
556 ["basePath":protected]=>
557 string(0) ""
558 ["cacheFile":protected]=>
559 bool(false)
560 ["routes":protected]=>
561 array(14) {
562 ["route0"]=>
563 object(Slim\Route)#50 (13) {
564 ["methods":protected]=>
565 array(4) {
566 [0]=>
567 string(3) "GET"
568 [1]=>
569 string(4) "HEAD"
570 [2]=>
571 string(4) "POST"
572 [3]=>
573 string(7) "OPTIONS"
574 }
575 ["identifier":protected]=>
576 string(6) "route0"
577 ["name":protected]=>
578 NULL
579 ["groups":protected]=>
580 array(0) {
581 }
582 ["finalized":"Slim\Route":private]=>
583 bool(false)
584 ["outputBuffering":protected]=>
585 string(6) "append"
586 ["arguments":protected]=>
587 array(0) {
588 }
589 ["callable":protected]=>
590 object(Closure)#47 (3) {
591 ["static"]=>
592 array(2) {
593 ["container"]=>
594 *RECURSION*
595 ["route"]=>
596 array(4) {
597 ["module"]=>
598 string(13) "ExtendedQuery"
599 ["methods"]=>
600 array(4) {
601 [0]=>
602 string(3) "GET"
603 [1]=>
604 string(4) "HEAD"
605 [2]=>
606 string(4) "POST"
607 [3]=>
608 string(7) "OPTIONS"
609 }
610 ["description"]=>
611 string(15) "find statements"
612 ["controller"]=>
613 string(57) "API\Extensions\ExtendedQuery\Controller\V10\ExtendedQuery"
614 }
615 }
616 ["this"]=>
617 *RECURSION*
618 ["parameter"]=>
619 array(3) {
620 ["$request"]=>
621 string(10) "<required>"
622 ["$response"]=>
623 string(10) "<required>"
624 ["$args"]=>
625 string(10) "<required>"
626 }
627 }
628 ["container":protected]=>
629 *RECURSION*
630 ["middleware":protected]=>
631 array(0) {
632 }
633 ["pattern":protected]=>
634 string(21) "/plus/statements/find"
635 ["tip":protected]=>
636 NULL
637 ["middlewareLock":protected]=>
638 bool(false)
639 }
640 ["route1"]=>
641 object(Slim\Route)#51 (13) {
642 ["methods":protected]=>
643 array(2) {
644 [0]=>
645 string(3) "GET"
646 [1]=>
647 string(7) "OPTIONS"
648 }
649 ["identifier":protected]=>
650 string(6) "route1"
651 ["name":protected]=>
652 NULL
653 ["groups":protected]=>
654 array(0) {
655 }
656 ["finalized":"Slim\Route":private]=>
657 bool(false)
658 ["outputBuffering":protected]=>
659 string(6) "append"
660 ["arguments":protected]=>
661 array(0) {
662 }
663 ["callable":protected]=>
664 object(Closure)#52 (3) {
665 ["static"]=>
666 array(2) {
667 ["container"]=>
668 *RECURSION*
669 ["route"]=>
670 array(4) {
671 ["module"]=>
672 string(4) "xAPI"
673 ["methods"]=>
674 array(2) {
675 [0]=>
676 string(3) "GET"
677 [1]=>
678 string(7) "OPTIONS"
679 }
680 ["description"]=>
681 string(15) "LRS Information"
682 ["controller"]=>
683 string(24) "API\Controller\V10\About"
684 }
685 }
686 ["this"]=>
687 *RECURSION*
688 ["parameter"]=>
689 array(3) {
690 ["$request"]=>
691 string(10) "<required>"
692 ["$response"]=>
693 string(10) "<required>"
694 ["$args"]=>
695 string(10) "<required>"
696 }
697 }
698 ["container":protected]=>
699 *RECURSION*
700 ["middleware":protected]=>
701 array(0) {
702 }
703 ["pattern":protected]=>
704 string(6) "/about"
705 ["tip":protected]=>
706 NULL
707 ["middlewareLock":protected]=>
708 bool(false)
709 }
710 ["route2"]=>
711 object(Slim\Route)#53 (13) {
712 ["methods":protected]=>
713 array(2) {
714 [0]=>
715 string(3) "GET"
716 [1]=>
717 string(7) "OPTIONS"
718 }
719 ["identifier":protected]=>
720 string(6) "route2"
721 ["name":protected]=>
722 NULL
723 ["groups":protected]=>
724 array(0) {
725 }
726 ["finalized":"Slim\Route":private]=>
727 bool(false)
728 ["outputBuffering":protected]=>
729 string(6) "append"
730 ["arguments":protected]=>
731 array(0) {
732 }
733 ["callable":protected]=>
734 object(Closure)#54 (3) {
735 ["static"]=>
736 array(2) {
737 ["container"]=>
738 *RECURSION*
739 ["route"]=>
740 array(4) {
741 ["module"]=>
742 string(4) "xAPI"
743 ["methods"]=>
744 array(2) {
745 [0]=>
746 string(3) "GET"
747 [1]=>
748 string(7) "OPTIONS"
749 }
750 ["description"]=>
751 string(33) "Activity Object Storage/Retrieval"
752 ["controller"]=>
753 string(29) "API\Controller\V10\Activities"
754 }
755 }
756 ["this"]=>
757 *RECURSION*
758 ["parameter"]=>
759 array(3) {
760 ["$request"]=>
761 string(10) "<required>"
762 ["$response"]=>
763 string(10) "<required>"
764 ["$args"]=>
765 string(10) "<required>"
766 }
767 }
768 ["container":protected]=>
769 *RECURSION*
770 ["middleware":protected]=>
771 array(0) {
772 }
773 ["pattern":protected]=>
774 string(11) "/activities"
775 ["tip":protected]=>
776 NULL
777 ["middlewareLock":protected]=>
778 bool(false)
779 }
780 ["route3"]=>
781 object(Slim\Route)#55 (13) {
782 ["methods":protected]=>
783 array(5) {
784 [0]=>
785 string(3) "GET"
786 [1]=>
787 string(3) "PUT"
788 [2]=>
789 string(4) "POST"
790 [3]=>
791 string(6) "DELETE"
792 [4]=>
793 string(7) "OPTIONS"
794 }
795 ["identifier":protected]=>
796 string(6) "route3"
797 ["name":protected]=>
798 NULL
799 ["groups":protected]=>
800 array(0) {
801 }
802 ["finalized":"Slim\Route":private]=>
803 bool(false)
804 ["outputBuffering":protected]=>
805 string(6) "append"
806 ["arguments":protected]=>
807 array(0) {
808 }
809 ["callable":protected]=>
810 object(Closure)#56 (3) {
811 ["static"]=>
812 array(2) {
813 ["container"]=>
814 *RECURSION*
815 ["route"]=>
816 array(4) {
817 ["module"]=>
818 string(4) "xAPI"
819 ["methods"]=>
820 array(5) {
821 [0]=>
822 string(3) "GET"
823 [1]=>
824 string(3) "PUT"
825 [2]=>
826 string(4) "POST"
827 [3]=>
828 string(6) "DELETE"
829 [4]=>
830 string(7) "OPTIONS"
831 }
832 ["description"]=>
833 string(25) "Activity Profile Resource"
834 ["controller"]=>
835 string(37) "API\Controller\V10\Activities\Profile"
836 }
837 }
838 ["this"]=>
839 *RECURSION*
840 ["parameter"]=>
841 array(3) {
842 ["$request"]=>
843 string(10) "<required>"
844 ["$response"]=>
845 string(10) "<required>"
846 ["$args"]=>
847 string(10) "<required>"
848 }
849 }
850 ["container":protected]=>
851 *RECURSION*
852 ["middleware":protected]=>
853 array(0) {
854 }
855 ["pattern":protected]=>
856 string(19) "/activities/profile"
857 ["tip":protected]=>
858 NULL
859 ["middlewareLock":protected]=>
860 bool(false)
861 }
862 ["route4"]=>
863 object(Slim\Route)#57 (13) {
864 ["methods":protected]=>
865 array(5) {
866 [0]=>
867 string(3) "GET"
868 [1]=>
869 string(3) "PUT"
870 [2]=>
871 string(4) "POST"
872 [3]=>
873 string(6) "DELETE"
874 [4]=>
875 string(7) "OPTIONS"
876 }
877 ["identifier":protected]=>
878 string(6) "route4"
879 ["name":protected]=>
880 NULL
881 ["groups":protected]=>
882 array(0) {
883 }
884 ["finalized":"Slim\Route":private]=>
885 bool(false)
886 ["outputBuffering":protected]=>
887 string(6) "append"
888 ["arguments":protected]=>
889 array(0) {
890 }
891 ["callable":protected]=>
892 object(Closure)#58 (3) {
893 ["static"]=>
894 array(2) {
895 ["container"]=>
896 *RECURSION*
897 ["route"]=>
898 array(4) {
899 ["module"]=>
900 string(4) "xAPI"
901 ["methods"]=>
902 array(5) {
903 [0]=>
904 string(3) "GET"
905 [1]=>
906 string(3) "PUT"
907 [2]=>
908 string(4) "POST"
909 [3]=>
910 string(6) "DELETE"
911 [4]=>
912 string(7) "OPTIONS"
913 }
914 ["description"]=>
915 string(14) "State Resource"
916 ["controller"]=>
917 string(35) "API\Controller\V10\Activities\State"
918 }
919 }
920 ["this"]=>
921 *RECURSION*
922 ["parameter"]=>
923 array(3) {
924 ["$request"]=>
925 string(10) "<required>"
926 ["$response"]=>
927 string(10) "<required>"
928 ["$args"]=>
929 string(10) "<required>"
930 }
931 }
932 ["container":protected]=>
933 *RECURSION*
934 ["middleware":protected]=>
935 array(0) {
936 }
937 ["pattern":protected]=>
938 string(17) "/activities/state"
939 ["tip":protected]=>
940 NULL
941 ["middlewareLock":protected]=>
942 bool(false)
943 }
944 ["route5"]=>
945 object(Slim\Route)#59 (13) {
946 ["methods":protected]=>
947 array(2) {
948 [0]=>
949 string(3) "GET"
950 [1]=>
951 string(7) "OPTIONS"
952 }
953 ["identifier":protected]=>
954 string(6) "route5"
955 ["name":protected]=>
956 NULL
957 ["groups":protected]=>
958 array(0) {
959 }
960 ["finalized":"Slim\Route":private]=>
961 bool(false)
962 ["outputBuffering":protected]=>
963 string(6) "append"
964 ["arguments":protected]=>
965 array(0) {
966 }
967 ["callable":protected]=>
968 object(Closure)#60 (3) {
969 ["static"]=>
970 array(2) {
971 ["container"]=>
972 *RECURSION*
973 ["route"]=>
974 array(4) {
975 ["module"]=>
976 string(4) "xAPI"
977 ["methods"]=>
978 array(2) {
979 [0]=>
980 string(3) "GET"
981 [1]=>
982 string(7) "OPTIONS"
983 }
984 ["description"]=>
985 string(30) "Agent Object Storage/Retrieval"
986 ["controller"]=>
987 string(25) "API\Controller\V10\Agents"
988 }
989 }
990 ["this"]=>
991 *RECURSION*
992 ["parameter"]=>
993 array(3) {
994 ["$request"]=>
995 string(10) "<required>"
996 ["$response"]=>
997 string(10) "<required>"
998 ["$args"]=>
999 string(10) "<required>"
1000 }
1001 }
1002 ["container":protected]=>
1003 *RECURSION*
1004 ["middleware":protected]=>
1005 array(0) {
1006 }
1007 ["pattern":protected]=>
1008 string(7) "/agents"
1009 ["tip":protected]=>
1010 NULL
1011 ["middlewareLock":protected]=>
1012 bool(false)
1013 }
1014 ["route6"]=>
1015 object(Slim\Route)#61 (13) {
1016 ["methods":protected]=>
1017 array(5) {
1018 [0]=>
1019 string(3) "GET"
1020 [1]=>
1021 string(3) "PUT"
1022 [2]=>
1023 string(4) "POST"
1024 [3]=>
1025 string(6) "DELETE"
1026 [4]=>
1027 string(7) "OPTIONS"
1028 }
1029 ["identifier":protected]=>
1030 string(6) "route6"
1031 ["name":protected]=>
1032 NULL
1033 ["groups":protected]=>
1034 array(0) {
1035 }
1036 ["finalized":"Slim\Route":private]=>
1037 bool(false)
1038 ["outputBuffering":protected]=>
1039 string(6) "append"
1040 ["arguments":protected]=>
1041 array(0) {
1042 }
1043 ["callable":protected]=>
1044 object(Closure)#62 (3) {
1045 ["static"]=>
1046 array(2) {
1047 ["container"]=>
1048 *RECURSION*
1049 ["route"]=>
1050 array(4) {
1051 ["module"]=>
1052 string(4) "xAPI"
1053 ["methods"]=>
1054 array(5) {
1055 [0]=>
1056 string(3) "GET"
1057 [1]=>
1058 string(3) "PUT"
1059 [2]=>
1060 string(4) "POST"
1061 [3]=>
1062 string(6) "DELETE"
1063 [4]=>
1064 string(7) "OPTIONS"
1065 }
1066 ["description"]=>
1067 string(22) "Agent Profile Resource"
1068 ["controller"]=>
1069 string(33) "API\Controller\V10\Agents\Profile"
1070 }
1071 }
1072 ["this"]=>
1073 *RECURSION*
1074 ["parameter"]=>
1075 array(3) {
1076 ["$request"]=>
1077 string(10) "<required>"
1078 ["$response"]=>
1079 string(10) "<required>"
1080 ["$args"]=>
1081 string(10) "<required>"
1082 }
1083 }
1084 ["container":protected]=>
1085 *RECURSION*
1086 ["middleware":protected]=>
1087 array(0) {
1088 }
1089 ["pattern":protected]=>
1090 string(15) "/agents/profile"
1091 ["tip":protected]=>
1092 NULL
1093 ["middlewareLock":protected]=>
1094 bool(false)
1095 }
1096 ["route7"]=>
1097 object(Slim\Route)#63 (13) {
1098 ["methods":protected]=>
1099 array(4) {
1100 [0]=>
1101 string(3) "GET"
1102 [1]=>
1103 string(3) "PUT"
1104 [2]=>
1105 string(4) "POST"
1106 [3]=>
1107 string(7) "OPTIONS"
1108 }
1109 ["identifier":protected]=>
1110 string(6) "route7"
1111 ["name":protected]=>
1112 NULL
1113 ["groups":protected]=>
1114 array(0) {
1115 }
1116 ["finalized":"Slim\Route":private]=>
1117 bool(true)
1118 ["outputBuffering":protected]=>
1119 string(6) "append"
1120 ["arguments":protected]=>
1121 array(0) {
1122 }
1123 ["callable":protected]=>
1124 object(Closure)#64 (3) {
1125 ["static"]=>
1126 array(2) {
1127 ["container"]=>
1128 *RECURSION*
1129 ["route"]=>
1130 array(4) {
1131 ["module"]=>
1132 string(4) "xAPI"
1133 ["methods"]=>
1134 array(4) {
1135 [0]=>
1136 string(3) "GET"
1137 [1]=>
1138 string(3) "PUT"
1139 [2]=>
1140 string(4) "POST"
1141 [3]=>
1142 string(7) "OPTIONS"
1143 }
1144 ["description"]=>
1145 string(27) "Statement Storage/Retrieval"
1146 ["controller"]=>
1147 string(29) "API\Controller\V10\Statements"
1148 }
1149 }
1150 ["this"]=>
1151 *RECURSION*
1152 ["parameter"]=>
1153 array(3) {
1154 ["$request"]=>
1155 string(10) "<required>"
1156 ["$response"]=>
1157 string(10) "<required>"
1158 ["$args"]=>
1159 string(10) "<required>"
1160 }
1161 }
1162 ["container":protected]=>
1163 *RECURSION*
1164 ["middleware":protected]=>
1165 array(0) {
1166 }
1167 ["pattern":protected]=>
1168 string(11) "/statements"
1169 ["tip":protected]=>
1170 *RECURSION*
1171 ["middlewareLock":protected]=>
1172 bool(true)
1173 }
1174 ["route8"]=>
1175 object(Slim\Route)#65 (13) {
1176 ["methods":protected]=>
1177 array(3) {
1178 [0]=>
1179 string(3) "GET"
1180 [1]=>
1181 string(4) "POST"
1182 [2]=>
1183 string(7) "OPTIONS"
1184 }
1185 ["identifier":protected]=>
1186 string(6) "route8"
1187 ["name":protected]=>
1188 NULL
1189 ["groups":protected]=>
1190 array(0) {
1191 }
1192 ["finalized":"Slim\Route":private]=>
1193 bool(false)
1194 ["outputBuffering":protected]=>
1195 string(6) "append"
1196 ["arguments":protected]=>
1197 array(0) {
1198 }
1199 ["callable":protected]=>
1200 object(Closure)#66 (3) {
1201 ["static"]=>
1202 array(2) {
1203 ["container"]=>
1204 *RECURSION*
1205 ["route"]=>
1206 array(4) {
1207 ["module"]=>
1208 string(5) "oAuth"
1209 ["methods"]=>
1210 array(3) {
1211 [0]=>
1212 string(3) "GET"
1213 [1]=>
1214 string(4) "POST"
1215 [2]=>
1216 string(7) "OPTIONS"
1217 }
1218 ["description"]=>
1219 string(28) "Resource Owner Authorization"
1220 ["controller"]=>
1221 string(34) "API\Controller\V10\Oauth\Authorize"
1222 }
1223 }
1224 ["this"]=>
1225 *RECURSION*
1226 ["parameter"]=>
1227 array(3) {
1228 ["$request"]=>
1229 string(10) "<required>"
1230 ["$response"]=>
1231 string(10) "<required>"
1232 ["$args"]=>
1233 string(10) "<required>"
1234 }
1235 }
1236 ["container":protected]=>
1237 *RECURSION*
1238 ["middleware":protected]=>
1239 array(0) {
1240 }
1241 ["pattern":protected]=>
1242 string(16) "/oauth/authorize"
1243 ["tip":protected]=>
1244 NULL
1245 ["middlewareLock":protected]=>
1246 bool(false)
1247 }
1248 ["route9"]=>
1249 object(Slim\Route)#67 (13) {
1250 ["methods":protected]=>
1251 array(3) {
1252 [0]=>
1253 string(3) "GET"
1254 [1]=>
1255 string(4) "POST"
1256 [2]=>
1257 string(7) "OPTIONS"
1258 }
1259 ["identifier":protected]=>
1260 string(6) "route9"
1261 ["name":protected]=>
1262 NULL
1263 ["groups":protected]=>
1264 array(0) {
1265 }
1266 ["finalized":"Slim\Route":private]=>
1267 bool(false)
1268 ["outputBuffering":protected]=>
1269 string(6) "append"
1270 ["arguments":protected]=>
1271 array(0) {
1272 }
1273 ["callable":protected]=>
1274 object(Closure)#68 (3) {
1275 ["static"]=>
1276 array(2) {
1277 ["container"]=>
1278 *RECURSION*
1279 ["route"]=>
1280 array(4) {
1281 ["module"]=>
1282 string(5) "oAuth"
1283 ["methods"]=>
1284 array(3) {
1285 [0]=>
1286 string(3) "GET"
1287 [1]=>
1288 string(4) "POST"
1289 [2]=>
1290 string(7) "OPTIONS"
1291 }
1292 ["description"]=>
1293 string(20) "Resource Owner Login"
1294 ["controller"]=>
1295 string(30) "API\Controller\V10\Oauth\Login"
1296 }
1297 }
1298 ["this"]=>
1299 *RECURSION*
1300 ["parameter"]=>
1301 array(3) {
1302 ["$request"]=>
1303 string(10) "<required>"
1304 ["$response"]=>
1305 string(10) "<required>"
1306 ["$args"]=>
1307 string(10) "<required>"
1308 }
1309 }
1310 ["container":protected]=>
1311 *RECURSION*
1312 ["middleware":protected]=>
1313 array(0) {
1314 }
1315 ["pattern":protected]=>
1316 string(12) "/oauth/login"
1317 ["tip":protected]=>
1318 NULL
1319 ["middlewareLock":protected]=>
1320 bool(false)
1321 }
1322 ["route10"]=>
1323 object(Slim\Route)#69 (13) {
1324 ["methods":protected]=>
1325 array(2) {
1326 [0]=>
1327 string(4) "POST"
1328 [1]=>
1329 string(7) "OPTIONS"
1330 }
1331 ["identifier":protected]=>
1332 string(7) "route10"
1333 ["name":protected]=>
1334 NULL
1335 ["groups":protected]=>
1336 array(0) {
1337 }
1338 ["finalized":"Slim\Route":private]=>
1339 bool(false)
1340 ["outputBuffering":protected]=>
1341 string(6) "append"
1342 ["arguments":protected]=>
1343 array(0) {
1344 }
1345 ["callable":protected]=>
1346 object(Closure)#70 (3) {
1347 ["static"]=>
1348 array(2) {
1349 ["container"]=>
1350 *RECURSION*
1351 ["route"]=>
1352 array(4) {
1353 ["module"]=>
1354 string(5) "oAuth"
1355 ["methods"]=>
1356 array(2) {
1357 [0]=>
1358 string(4) "POST"
1359 [1]=>
1360 string(7) "OPTIONS"
1361 }
1362 ["description"]=>
1363 string(13) "Token Request"
1364 ["controller"]=>
1365 string(30) "API\Controller\V10\Oauth\Token"
1366 }
1367 }
1368 ["this"]=>
1369 *RECURSION*
1370 ["parameter"]=>
1371 array(3) {
1372 ["$request"]=>
1373 string(10) "<required>"
1374 ["$response"]=>
1375 string(10) "<required>"
1376 ["$args"]=>
1377 string(10) "<required>"
1378 }
1379 }
1380 ["container":protected]=>
1381 *RECURSION*
1382 ["middleware":protected]=>
1383 array(0) {
1384 }
1385 ["pattern":protected]=>
1386 string(12) "/oauth/token"
1387 ["tip":protected]=>
1388 NULL
1389 ["middlewareLock":protected]=>
1390 bool(false)
1391 }
1392 ["route11"]=>
1393 object(Slim\Route)#71 (13) {
1394 ["methods":protected]=>
1395 array(2) {
1396 [0]=>
1397 string(3) "GET"
1398 [1]=>
1399 string(7) "OPTIONS"
1400 }
1401 ["identifier":protected]=>
1402 string(7) "route11"
1403 ["name":protected]=>
1404 NULL
1405 ["groups":protected]=>
1406 array(0) {
1407 }
1408 ["finalized":"Slim\Route":private]=>
1409 bool(false)
1410 ["outputBuffering":protected]=>
1411 string(6) "append"
1412 ["arguments":protected]=>
1413 array(0) {
1414 }
1415 ["callable":protected]=>
1416 object(Closure)#72 (3) {
1417 ["static"]=>
1418 array(2) {
1419 ["container"]=>
1420 *RECURSION*
1421 ["route"]=>
1422 array(4) {
1423 ["module"]=>
1424 string(7) "Storage"
1425 ["methods"]=>
1426 array(2) {
1427 [0]=>
1428 string(3) "GET"
1429 [1]=>
1430 string(7) "OPTIONS"
1431 }
1432 ["description"]=>
1433 string(25) "Attachment file retrieval"
1434 ["controller"]=>
1435 string(30) "API\Controller\V10\Attachments"
1436 }
1437 }
1438 ["this"]=>
1439 *RECURSION*
1440 ["parameter"]=>
1441 array(3) {
1442 ["$request"]=>
1443 string(10) "<required>"
1444 ["$response"]=>
1445 string(10) "<required>"
1446 ["$args"]=>
1447 string(10) "<required>"
1448 }
1449 }
1450 ["container":protected]=>
1451 *RECURSION*
1452 ["middleware":protected]=>
1453 array(0) {
1454 }
1455 ["pattern":protected]=>
1456 string(12) "/attachments"
1457 ["tip":protected]=>
1458 NULL
1459 ["middlewareLock":protected]=>
1460 bool(false)
1461 }
1462 ["route12"]=>
1463 object(Slim\Route)#73 (13) {
1464 ["methods":protected]=>
1465 array(5) {
1466 [0]=>
1467 string(3) "GET"
1468 [1]=>
1469 string(3) "PUT"
1470 [2]=>
1471 string(4) "POST"
1472 [3]=>
1473 string(6) "DELETE"
1474 [4]=>
1475 string(7) "OPTIONS"
1476 }
1477 ["identifier":protected]=>
1478 string(7) "route12"
1479 ["name":protected]=>
1480 NULL
1481 ["groups":protected]=>
1482 array(0) {
1483 }
1484 ["finalized":"Slim\Route":private]=>
1485 bool(false)
1486 ["outputBuffering":protected]=>
1487 string(6) "append"
1488 ["arguments":protected]=>
1489 array(0) {
1490 }
1491 ["callable":protected]=>
1492 object(Closure)#74 (3) {
1493 ["static"]=>
1494 array(2) {
1495 ["container"]=>
1496 *RECURSION*
1497 ["route"]=>
1498 array(4) {
1499 ["module"]=>
1500 string(4) "Auth"
1501 ["methods"]=>
1502 array(5) {
1503 [0]=>
1504 string(3) "GET"
1505 [1]=>
1506 string(3) "PUT"
1507 [2]=>
1508 string(4) "POST"
1509 [3]=>
1510 string(6) "DELETE"
1511 [4]=>
1512 string(7) "OPTIONS"
1513 }
1514 ["description"]=>
1515 string(30) "Temporary BASIC token endpoint"
1516 ["controller"]=>
1517 string(30) "API\Controller\V10\Auth\Tokens"
1518 }
1519 }
1520 ["this"]=>
1521 *RECURSION*
1522 ["parameter"]=>
1523 array(3) {
1524 ["$request"]=>
1525 string(10) "<required>"
1526 ["$response"]=>
1527 string(10) "<required>"
1528 ["$args"]=>
1529 string(10) "<required>"
1530 }
1531 }
1532 ["container":protected]=>
1533 *RECURSION*
1534 ["middleware":protected]=>
1535 array(0) {
1536 }
1537 ["pattern":protected]=>
1538 string(12) "/auth/tokens"
1539 ["tip":protected]=>
1540 NULL
1541 ["middlewareLock":protected]=>
1542 bool(false)
1543 }
1544 ["route13"]=>
1545 object(Slim\Route)#75 (13) {
1546 ["methods":protected]=>
1547 array(2) {
1548 [0]=>
1549 string(3) "GET"
1550 [1]=>
1551 string(7) "OPTIONS"
1552 }
1553 ["identifier":protected]=>
1554 string(7) "route13"
1555 ["name":protected]=>
1556 NULL
1557 ["groups":protected]=>
1558 array(0) {
1559 }
1560 ["finalized":"Slim\Route":private]=>
1561 bool(false)
1562 ["outputBuffering":protected]=>
1563 string(6) "append"
1564 ["arguments":protected]=>
1565 array(0) {
1566 }
1567 ["callable":protected]=>
1568 object(Closure)#76 (3) {
1569 ["static"]=>
1570 array(2) {
1571 ["container"]=>
1572 *RECURSION*
1573 ["route"]=>
1574 array(4) {
1575 ["module"]=>
1576 string(6) "Public"
1577 ["methods"]=>
1578 array(2) {
1579 [0]=>
1580 string(3) "GET"
1581 [1]=>
1582 string(7) "OPTIONS"
1583 }
1584 ["description"]=>
1585 string(15) "LRS Information"
1586 ["controller"]=>
1587 string(23) "API\Controller\V10\Home"
1588 }
1589 }
1590 ["this"]=>
1591 *RECURSION*
1592 ["parameter"]=>
1593 array(3) {
1594 ["$request"]=>
1595 string(10) "<required>"
1596 ["$response"]=>
1597 string(10) "<required>"
1598 ["$args"]=>
1599 string(10) "<required>"
1600 }
1601 }
1602 ["container":protected]=>
1603 *RECURSION*
1604 ["middleware":protected]=>
1605 array(0) {
1606 }
1607 ["pattern":protected]=>
1608 string(1) "/"
1609 ["tip":protected]=>
1610 NULL
1611 ["middlewareLock":protected]=>
1612 bool(false)
1613 }
1614 }
1615 ["routeCounter":protected]=>
1616 int(14)
1617 ["routeGroups":protected]=>
1618 array(0) {
1619 }
1620 ["dispatcher":protected]=>
1621 object(FastRoute\Dispatcher\GroupCountBased)#102 (2) {
1622 ["staticRouteMap":protected]=>
1623 array(6) {
1624 ["GET"]=>
1625 array(13) {
1626 ["/plus/statements/find"]=>
1627 string(6) "route0"
1628 ["/about"]=>
1629 string(6) "route1"
1630 ["/activities"]=>
1631 string(6) "route2"
1632 ["/activities/profile"]=>
1633 string(6) "route3"
1634 ["/activities/state"]=>
1635 string(6) "route4"
1636 ["/agents"]=>
1637 string(6) "route5"
1638 ["/agents/profile"]=>
1639 string(6) "route6"
1640 ["/statements"]=>
1641 string(6) "route7"
1642 ["/oauth/authorize"]=>
1643 string(6) "route8"
1644 ["/oauth/login"]=>
1645 string(6) "route9"
1646 ["/attachments"]=>
1647 string(7) "route11"
1648 ["/auth/tokens"]=>
1649 string(7) "route12"
1650 ["/"]=>
1651 string(7) "route13"
1652 }
1653 ["HEAD"]=>
1654 array(1) {
1655 ["/plus/statements/find"]=>
1656 string(6) "route0"
1657 }
1658 ["POST"]=>
1659 array(9) {
1660 ["/plus/statements/find"]=>
1661 string(6) "route0"
1662 ["/activities/profile"]=>
1663 string(6) "route3"
1664 ["/activities/state"]=>
1665 string(6) "route4"
1666 ["/agents/profile"]=>
1667 string(6) "route6"
1668 ["/statements"]=>
1669 string(6) "route7"
1670 ["/oauth/authorize"]=>
1671 string(6) "route8"
1672 ["/oauth/login"]=>
1673 string(6) "route9"
1674 ["/oauth/token"]=>
1675 string(7) "route10"
1676 ["/auth/tokens"]=>
1677 string(7) "route12"
1678 }
1679 ["OPTIONS"]=>
1680 array(14) {
1681 ["/plus/statements/find"]=>
1682 string(6) "route0"
1683 ["/about"]=>
1684 string(6) "route1"
1685 ["/activities"]=>
1686 string(6) "route2"
1687 ["/activities/profile"]=>
1688 string(6) "route3"
1689 ["/activities/state"]=>
1690 string(6) "route4"
1691 ["/agents"]=>
1692 string(6) "route5"
1693 ["/agents/profile"]=>
1694 string(6) "route6"
1695 ["/statements"]=>
1696 string(6) "route7"
1697 ["/oauth/authorize"]=>
1698 string(6) "route8"
1699 ["/oauth/login"]=>
1700 string(6) "route9"
1701 ["/oauth/token"]=>
1702 string(7) "route10"
1703 ["/attachments"]=>
1704 string(7) "route11"
1705 ["/auth/tokens"]=>
1706 string(7) "route12"
1707 ["/"]=>
1708 string(7) "route13"
1709 }
1710 ["PUT"]=>
1711 array(5) {
1712 ["/activities/profile"]=>
1713 string(6) "route3"
1714 ["/activities/state"]=>
1715 string(6) "route4"
1716 ["/agents/profile"]=>
1717 string(6) "route6"
1718 ["/statements"]=>
1719 string(6) "route7"
1720 ["/auth/tokens"]=>
1721 string(7) "route12"
1722 }
1723 ["DELETE"]=>
1724 array(4) {
1725 ["/activities/profile"]=>
1726 string(6) "route3"
1727 ["/activities/state"]=>
1728 string(6) "route4"
1729 ["/agents/profile"]=>
1730 string(6) "route6"
1731 ["/auth/tokens"]=>
1732 string(7) "route12"
1733 }
1734 }
1735 ["variableRouteData":protected]=>
1736 array(0) {
1737 }
1738 }
1739 }
1740 ["foundHandler"]=>
1741 object(Slim\Handlers\Strategies\RequestResponse)#98 (0) {
1742 }
1743 ["phpErrorHandler"]=>
1744 object(Closure)#14 (2) {
1745 ["this"]=>
1746 object(Slim\DefaultServicesProvider)#8 (0) {
1747 }
1748 ["parameter"]=>
1749 array(1) {
1750 ["$container"]=>
1751 string(10) "<required>"
1752 }
1753 }
1754 ["errorHandler"]=>
1755 object(Closure)#34 (2) {
1756 ["this"]=>
1757 object(API\Bootstrap)#3 (0) {
1758 }
1759 ["parameter"]=>
1760 array(1) {
1761 ["$container"]=>
1762 string(10) "<required>"
1763 }
1764 }
1765 ["notFoundHandler"]=>
1766 object(Closure)#16 (1) {
1767 ["this"]=>
1768 object(Slim\DefaultServicesProvider)#8 (0) {
1769 }
1770 }
1771 ["notAllowedHandler"]=>
1772 object(Closure)#17 (1) {
1773 ["this"]=>
1774 object(Slim\DefaultServicesProvider)#8 (0) {
1775 }
1776 }
1777 ["callableResolver"]=>
1778 object(Slim\CallableResolver)#84 (1) {
1779 ["container":"Slim\CallableResolver":private]=>
1780 *RECURSION*
1781 }
1782 ["storage"]=>
1783 object(Closure)#19 (2) {
1784 ["this"]=>
1785 object(API\Bootstrap)#3 (0) {
1786 }
1787 ["parameter"]=>
1788 array(1) {
1789 ["$container"]=>
1790 string(10) "<required>"
1791 }
1792 }
1793 ["url"]=>
1794 object(League\Url\Url)#21 (8) {
1795 ["scheme":protected]=>
1796 object(League\Url\Components\Scheme)#22 (1) {
1797 ["data":protected]=>
1798 string(4) "http"
1799 }
1800 ["user":protected]=>
1801 object(League\Url\Components\User)#23 (1) {
1802 ["data":protected]=>
1803 NULL
1804 }
1805 ["pass":protected]=>
1806 object(League\Url\Components\Pass)#24 (1) {
1807 ["data":protected]=>
1808 NULL
1809 }
1810 ["host":protected]=>
1811 object(League\Url\Components\Host)#25 (4) {
1812 ["delimiter":protected]=>
1813 string(1) "."
1814 ["punycode":protected]=>
1815 object(TrueBV\Punycode)#26 (1) {
1816 ["encoding":protected]=>
1817 string(5) "UTF-8"
1818 }
1819 ["encoding":protected]=>
1820 string(5) "UTF-8"
1821 ["data":protected]=>
1822 array(1) {
1823 [0]=>
1824 string(9) "localhost"
1825 }
1826 }
1827 ["port":protected]=>
1828 object(League\Url\Components\Port)#27 (1) {
1829 ["data":protected]=>
1830 int(9090)
1831 }
1832 ["path":protected]=>
1833 object(League\Url\Components\Path)#28 (2) {
1834 ["delimiter":protected]=>
1835 string(1) "/"
1836 ["data":protected]=>
1837 array(1) {
1838 [0]=>
1839 string(10) "statements"
1840 }
1841 }
1842 ["query":protected]=>
1843 object(League\Url\Components\Query)#29 (1) {
1844 ["data":protected]=>
1845 array(0) {
1846 }
1847 }
1848 ["fragment":protected]=>
1849 object(League\Url\Components\Fragment)#30 (1) {
1850 ["data":protected]=>
1851 NULL
1852 }
1853 }
1854 ["logger"]=>
1855 object(Monolog\Logger)#31 (4) {
1856 ["name":protected]=>
1857 string(3) "web"
1858 ["handlers":protected]=>
1859 array(1) {
1860 [0]=>
1861 object(Monolog\Handler\StreamHandler)#33 (10) {
1862 ["stream":protected]=>
1863 NULL
1864 ["url":protected]=>
1865 string(71) "/Applications/MAMP/htdocs/lxHive/storage/logs/production.2017-12-13.log"
1866 ["errorMessage":"Monolog\Handler\StreamHandler":private]=>
1867 NULL
1868 ["filePermission":protected]=>
1869 NULL
1870 ["useLocking":protected]=>
1871 bool(false)
1872 ["dirCreated":"Monolog\Handler\StreamHandler":private]=>
1873 NULL
1874 ["level":protected]=>
1875 int(100)
1876 ["bubble":protected]=>
1877 bool(true)
1878 ["formatter":protected]=>
1879 object(Monolog\Formatter\LineFormatter)#32 (5) {
1880 ["format":protected]=>
1881 string(65) "[%datetime%] %channel%.%level_name%: %message% %context% %extra%
1882"
1883 ["allowInlineLineBreaks":protected]=>
1884 bool(false)
1885 ["ignoreEmptyContextAndExtra":protected]=>
1886 bool(false)
1887 ["includeStacktraces":protected]=>
1888 NULL
1889 ["dateFormat":protected]=>
1890 string(11) "Y-m-d H:i:s"
1891 }
1892 ["processors":protected]=>
1893 array(0) {
1894 }
1895 }
1896 }
1897 ["processors":protected]=>
1898 array(0) {
1899 }
1900 ["microsecondTimestamps":protected]=>
1901 bool(true)
1902 }
1903 ["eventDispatcher"]=>
1904 object(Symfony\Component\EventDispatcher\EventDispatcher)#15 (2) {
1905 ["listeners":"Symfony\Component\EventDispatcher\EventDispatcher":private]=>
1906 array(0) {
1907 }
1908 ["sorted":"Symfony\Component\EventDispatcher\EventDispatcher":private]=>
1909 array(0) {
1910 }
1911 }
1912 ["parser"]=>
1913 object(Closure)#35 (2) {
1914 ["this"]=>
1915 object(API\Bootstrap)#3 (0) {
1916 }
1917 ["parameter"]=>
1918 array(1) {
1919 ["$container"]=>
1920 string(10) "<required>"
1921 }
1922 }
1923 ["requestLog"]=>
1924 object(Closure)#36 (2) {
1925 ["this"]=>
1926 object(API\Bootstrap)#3 (0) {
1927 }
1928 ["parameter"]=>
1929 array(1) {
1930 ["$container"]=>
1931 string(10) "<required>"
1932 }
1933 }
1934 ["view"]=>
1935 object(Closure)#37 (2) {
1936 ["this"]=>
1937 object(API\Bootstrap)#3 (0) {
1938 }
1939 ["parameter"]=>
1940 array(1) {
1941 ["$c"]=>
1942 string(10) "<required>"
1943 }
1944 }
1945 ["accessToken"]=>
1946 object(Closure)#38 (2) {
1947 ["this"]=>
1948 object(API\Bootstrap)#3 (0) {
1949 }
1950 ["parameter"]=>
1951 array(1) {
1952 ["$container"]=>
1953 string(10) "<required>"
1954 }
1955 }
1956 ["auth"]=>
1957 object(Closure)#39 (2) {
1958 ["this"]=>
1959 object(API\Bootstrap)#3 (0) {
1960 }
1961 ["parameter"]=>
1962 array(1) {
1963 ["$container"]=>
1964 string(10) "<required>"
1965 }
1966 }
1967 ["version"]=>
1968 object(Closure)#40 (2) {
1969 ["this"]=>
1970 object(API\Bootstrap)#3 (0) {
1971 }
1972 ["parameter"]=>
1973 array(1) {
1974 ["$container"]=>
1975 string(10) "<required>"
1976 }
1977 }
1978 }
1979 ["factories":"Pimple\Container":private]=>
1980 object(SplObjectStorage)#4 (1) {
1981 ["storage":"SplObjectStorage":private]=>
1982 array(0) {
1983 }
1984 }
1985 ["protected":"Pimple\Container":private]=>
1986 object(SplObjectStorage)#6 (1) {
1987 ["storage":"SplObjectStorage":private]=>
1988 array(0) {
1989 }
1990 }
1991 ["frozen":"Pimple\Container":private]=>
1992 array(7) {
1993 ["settings"]=>
1994 bool(true)
1995 ["router"]=>
1996 bool(true)
1997 ["response"]=>
1998 bool(true)
1999 ["environment"]=>
2000 bool(true)
2001 ["request"]=>
2002 bool(true)
2003 ["callableResolver"]=>
2004 bool(true)
2005 ["foundHandler"]=>
2006 bool(true)
2007 }
2008 ["raw":"Pimple\Container":private]=>
2009 array(7) {
2010 ["settings"]=>
2011 object(Closure)#5 (2) {
2012 ["static"]=>
2013 array(2) {
2014 ["userSettings"]=>
2015 array(0) {
2016 }
2017 ["defaultSettings"]=>
2018 array(7) {
2019 ["httpVersion"]=>
2020 string(3) "1.1"
2021 ["responseChunkSize"]=>
2022 int(4096)
2023 ["outputBuffering"]=>
2024 string(6) "append"
2025 ["determineRouteBeforeAppMiddleware"]=>
2026 bool(false)
2027 ["displayErrorDetails"]=>
2028 bool(false)
2029 ["addContentLengthHeader"]=>
2030 bool(true)
2031 ["routerCacheFile"]=>
2032 bool(false)
2033 }
2034 }
2035 ["this"]=>
2036 *RECURSION*
2037 }
2038 ["router"]=>
2039 object(Closure)#12 (2) {
2040 ["this"]=>
2041 object(Slim\DefaultServicesProvider)#8 (0) {
2042 }
2043 ["parameter"]=>
2044 array(1) {
2045 ["$container"]=>
2046 string(10) "<required>"
2047 }
2048 }
2049 ["response"]=>
2050 object(Closure)#11 (2) {
2051 ["this"]=>
2052 object(Slim\DefaultServicesProvider)#8 (0) {
2053 }
2054 ["parameter"]=>
2055 array(1) {
2056 ["$container"]=>
2057 string(10) "<required>"
2058 }
2059 }
2060 ["environment"]=>
2061 object(Closure)#9 (1) {
2062 ["this"]=>
2063 object(Slim\DefaultServicesProvider)#8 (0) {
2064 }
2065 }
2066 ["request"]=>
2067 object(Closure)#10 (2) {
2068 ["this"]=>
2069 object(Slim\DefaultServicesProvider)#8 (0) {
2070 }
2071 ["parameter"]=>
2072 array(1) {
2073 ["$container"]=>
2074 string(10) "<required>"
2075 }
2076 }
2077 ["callableResolver"]=>
2078 object(Closure)#18 (2) {
2079 ["this"]=>
2080 object(Slim\DefaultServicesProvider)#8 (0) {
2081 }
2082 ["parameter"]=>
2083 array(1) {
2084 ["$container"]=>
2085 string(10) "<required>"
2086 }
2087 }
2088 ["foundHandler"]=>
2089 object(Closure)#13 (1) {
2090 ["this"]=>
2091 object(Slim\DefaultServicesProvider)#8 (0) {
2092 }
2093 }
2094 }
2095 ["keys":"Pimple\Container":private]=>
2096 array(21) {
2097 ["settings"]=>
2098 bool(true)
2099 ["environment"]=>
2100 bool(true)
2101 ["request"]=>
2102 bool(true)
2103 ["response"]=>
2104 bool(true)
2105 ["router"]=>
2106 bool(true)
2107 ["foundHandler"]=>
2108 bool(true)
2109 ["phpErrorHandler"]=>
2110 bool(true)
2111 ["errorHandler"]=>
2112 bool(true)
2113 ["notFoundHandler"]=>
2114 bool(true)
2115 ["notAllowedHandler"]=>
2116 bool(true)
2117 ["callableResolver"]=>
2118 bool(true)
2119 ["storage"]=>
2120 bool(true)
2121 ["url"]=>
2122 bool(true)
2123 ["logger"]=>
2124 bool(true)
2125 ["eventDispatcher"]=>
2126 bool(true)
2127 ["parser"]=>
2128 bool(true)
2129 ["requestLog"]=>
2130 bool(true)
2131 ["view"]=>
2132 bool(true)
2133 ["accessToken"]=>
2134 bool(true)
2135 ["auth"]=>
2136 bool(true)
2137 ["version"]=>
2138 bool(true)
2139 }
2140}