autoload.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 \DocuSign\eSign\Baz\Qux class from /path/to/project/src/Baz/Qux.php:
new \DocuSign\eSign\Baz\Qux;