PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
authorizenet
/
authorizenet
<?php /** * Custom SPL autoloader for the AuthorizeNet SDK * * @package AuthorizeNet */ spl_autoload_register(function($className) { static $classMap; if (!isset($classMap)) { $classMap = require __DIR__ . DIRECTORY_SEPARATOR . 'classmap.php'; } if (isset($classMap[$className])) { include $classMap[$className]; } });
[-] composer.json
[edit]
[-] classmap.php
[edit]
[-] MIGRATING.md
[edit]
[+]
lib
[+]
..
[-] LICENSE.txt
[edit]
[-] AnetApiSchema.xsd
[edit]
[-] CONTRIBUTING.md
[edit]
[-] .scrutinizer.yml
[edit]
[-] autoload.php
[edit]
[+]
tests
[-] phpunit.xml.dist
[edit]
[+]
resources
[-] .gitmodules
[edit]
[-] .gitignore
[edit]
[+]
sample-code-php
[-] test-sample-codes.sh
[edit]
[-] .travis.yml
[edit]
[-] README.md
[edit]
[+]
scripts
[+]
doc