-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathautoload.php
More file actions
139 lines (139 loc) · 8.41 KB
/
autoload.php
File metadata and controls
139 lines (139 loc) · 8.41 KB
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
<?php
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
spl_autoload_register(
function($class) {
static $classes = null;
if ($classes === null) {
$classes = array(
'accessdeniedauthenticator' => '/Tests/classes/AccessDeniedAuthenticator.php',
'accessgrantedauthenticator' => '/Tests/classes/AccessGrantedAuthenticator.php',
'accessortest' => '/Tests/AccessorTest.php',
'achild' => '/Tests/classes/Dependencies/AChild.php',
'acity' => '/Tests/classes/Dependencies/ACity.php',
'allcarproperties' => '/Tests/classes/AllCarProperties.php',
'anotherchild' => '/Tests/classes/Dependencies/AnotherChild.php',
'aparent' => '/Tests/classes/Dependencies/AParent.php',
'asibling' => '/Tests/classes/Dependencies/ASibling.php',
'author' => '/examples/mod_rewrite/Author.php',
'availableservicestest' => '/Tests/AvailableServicesTest.php',
'book' => '/examples/mod_rewrite/Book.php',
'bookauthor' => '/examples/mod_rewrite/BookAuthor.php',
'bookauthors' => '/examples/mod_rewrite/BookAuthors.php',
'brand' => '/Tests/classes/Brand.php',
'cachetest' => '/Tests/CacheTest.php',
'capital' => '/Tests/classes/JSONCaching/Capital.php',
'capitals' => '/Tests/classes/JSONCaching/Capitals.php',
'car' => '/Tests/classes/Car.php',
'carcollection' => '/Tests/classes/CarCollection.php',
'carproperties' => '/Tests/classes/CarProperties.php',
'carproperty' => '/Tests/classes/CarProperty.php',
'carswithproperties' => '/Tests/classes/CarsWithProperties.php',
'city' => '/Tests/classes/City.php',
'client' => '/Tests/classes/Client.php',
'collectiontest' => '/Tests/CollectionTest.php',
'columnaliastest' => '/Tests/ColumnAliasTest.php',
'configparsertest' => '/Tests/ConfigParserTest.php',
'configparsertestjson' => '/Tests/ConfigParserTestJSON.php',
'democities' => '/examples/cities/DemoCities.php',
'democity' => '/examples/cities/DemoCity.php',
'democountries' => '/examples/cities/DemoCountries.php',
'democountry' => '/examples/cities/DemoCountry.php',
'demostate' => '/examples/cities/DemoState.php',
'demostates' => '/examples/cities/DemoStates.php',
'forsqltest' => '/Tests/classes/ForSQLTest.php',
'grandparent' => '/Tests/classes/Dependencies/GrandParent.php',
'ixhprofruns' => '/xhprof/xhprof_lib/utils/xhprof_runs.php',
'jsontest' => '/Tests/JSONTest.php',
'leafnode' => '/Tests/classes/LeafNode.php',
'leafnodes' => '/Tests/classes/LeafNodes.php',
'ludodb' => '/LudoDB.php',
'ludodbadapter' => '/LudoDBInterfaces.php',
'ludodbadaptertest' => '/Tests/LudoDBAdapterTest.php',
'ludodballtests' => '/Tests/LudoDBAllTests.php',
'ludodbauthenticator' => '/LudoDBInterfaces.php',
'ludodbcache' => '/LudoDBCache.php',
'ludodbclassnotfoundexception' => '/LudoDBExceptions.php',
'ludodbcollection' => '/LudoDBCollection.php',
'ludodbcollectionconfigparser' => '/LudoDBCollectionConfigParser.php',
'ludodbconfigparser' => '/LudoDBConfigParser.php',
'ludodbconnectionexception' => '/LudoDBExceptions.php',
'ludodbexception' => '/LudoDBExceptions.php',
'ludodbinvalidargumentsexception' => '/LudoDBExceptions.php',
'ludodbinvalidconfigexception' => '/LudoDBExceptions.php',
'ludodbinvalidmodeldataexception' => '/LudoDBExceptions.php',
'ludodbinvalidserviceexception' => '/LudoDBExceptions.php',
'ludodbiterator' => '/LudoDBIterator.php',
'ludodbmodel' => '/LudoDBModel.php',
'ludodbmodeltests' => '/Tests/LudoDBModelTests.php',
'ludodbmysql' => '/LudoDBMysql.php',
'ludodbmysqli' => '/LudoDBMySqlI.php',
'ludodbobject' => '/LudoDBObject.php',
'ludodbobjectnotfoundexception' => '/LudoDBExceptions.php',
'ludodbpdo' => '/LudoDBPDO.php',
'ludodbpdooracle' => '/LudoDBPDOOracle.php',
'ludodbprofiling' => '/LudoDBProfiling.php',
'ludodbprogress' => '/progress/LudoDBProgress.php',
'ludodbprogresstest' => '/Tests/LudoDBProgressTest.php',
'ludodbregistry' => '/LudoDBRegistry.php',
'ludodbrequesthandler' => '/LudoDBRequestHandler.php',
'ludodbrevision' => '/LudoDBRevision.php',
'ludodbservice' => '/LudoDBInterfaces.php',
'ludodbservicenotimplementedexception' => '/LudoDBExceptions.php',
'ludodbserviceregistry' => '/LudoDBServiceRegistry.php',
'ludodbsql' => '/LudoDBSQL.php',
'ludodbtreecollection' => '/LudoDBTreeCollection.php',
'ludodbtreecollectiontest' => '/Tests/LudoDBTreeCollectionTest.php',
'ludodbunauthorizedexception' => '/LudoDBExceptions.php',
'ludodbutility' => '/LudoDBUtility.php',
'ludodbutilitymock' => '/Tests/LudoDBUtilityTest.php',
'ludodbutilitytest' => '/Tests/LudoDBUtilityTest.php',
'ludodbvalidationtest' => '/Tests/LudoDBValidationTest.php',
'ludodbvalidator' => '/LudoDBValidator.php',
'ludojs' => '/LudoJS.php',
'ludojstests' => '/Tests/LudoJSTests.php',
'manager' => '/Tests/classes/Manager.php',
'modelwithsqlmethod' => '/Tests/classes/ModelWithSqlMethod.php',
'movie' => '/Tests/classes/Movie.php',
'mysqlitests' => '/Tests/MysqlITests.php',
'noludodbclass' => '/Tests/classes/Dependencies/NoLudoDBClass.php',
'pdotests' => '/Tests/PDOTests.php',
'people' => '/Tests/classes/People.php',
'peopleplain' => '/Tests/classes/PeoplePlain.php',
'performancetest' => '/Tests/PerformanceTest.php',
'person' => '/Tests/classes/Person.php',
'personforconfigparser' => '/Tests/classes/PersonForConfigParser.php',
'personforutility' => '/Tests/classes/PersonForUtility.php',
'personwithauthinterface' => '/Tests/classes/PersonWithAuthInterface.php',
'personwithvalidation' => '/Tests/classes/Validation/PersonWithValidation.php',
'phone' => '/Tests/classes/Phone.php',
'phonecollection' => '/Tests/classes/PhoneCollection.php',
'project' => '/Tests/classes/Project.php',
'projects' => '/Tests/classes/Projects.php',
'requesthandlermock' => '/Tests/classes/RequestHandlerMock.php',
'requesthandlertest' => '/Tests/RequestHandlerTest.php',
'section' => '/Tests/classes/Section.php',
'sqltest' => '/Tests/SQLTest.php',
'testbase' => '/Tests/TestBase.php',
'testcountry' => '/Tests/classes/TestCountry.php',
'testgame' => '/Tests/classes/TestGame.php',
'testnode' => '/Tests/classes/TestNode.php',
'testnodes' => '/Tests/classes/TestNodes.php',
'testnodeswithleafs' => '/Tests/classes/TestNodesWithLeafs.php',
'testtable' => '/Tests/classes/TestTable.php',
'testtimer' => '/Tests/classes/TestTimer.php',
'tludojscountries' => '/Tests/classes/LudoJS/LudoJSCountries.php',
'tludojscountry' => '/Tests/classes/LudoJS/LudoJSCountry.php',
'tludojsperson' => '/Tests/classes/LudoJS/LudoJSPerson.php',
'xhpprofiling' => '/xhprof/XHPProfiling.php',
'xhprofruns_default' => '/xhprof/xhprof_lib/utils/xhprof_runs.php'
);
}
$cn = strtolower($class);
if (isset($classes[$cn])) {
require __DIR__ . $classes[$cn];
}
}
);
// @codeCoverageIgnoreEnd