add debug switch to print out downloaded file info

This commit is contained in:
wing328
2016-05-14 17:11:48 +08:00
parent 1939ce8e91
commit 0b7d0c34af
23 changed files with 468 additions and 364 deletions

View File

@@ -1,14 +1,15 @@
<?php
/**
* An example of a project-specific implementation.
*
*
* After registering this autoload function with SPL, the following line
* would cause the function to attempt to load the \Swagger\Client\Baz\Qux class
* from /path/to/project/lib/Baz/Qux.php:
*
*
* new \Swagger\Client\Baz\Qux;
*
*
* @param string $class The fully-qualified class name.
*
* @return void
*/
spl_autoload_register(function ($class) {