Fix return type documentation
[lhc/web/wiklou.git] / includes / AutoLoader.php
index 2c7bfca..d99a097 100644 (file)
@@ -43,6 +43,7 @@ $wgAutoloadLocalClasses = array(
        'ChangesFeed' => 'includes/ChangesFeed.php',
        'ChangeTags' => 'includes/ChangeTags.php',
        'ChannelFeed' => 'includes/Feed.php',
+       'Collation' => 'includes/Collation.php',
        'Cookie' => 'includes/HttpFunctions.php',
        'CookieJar' => 'includes/HttpFunctions.php',
        'ConcatenatedGzipHistoryBlob' => 'includes/HistoryBlob.php',
@@ -86,6 +87,7 @@ $wgAutoloadLocalClasses = array(
        'FatalError' => 'includes/Exception.php',
        'FakeTitle' => 'includes/FakeTitle.php',
        'FakeMemCachedClient' => 'includes/ObjectCache.php',
+       'Fallback' => 'includes/Fallback.php',
        'FauxRequest' => 'includes/WebRequest.php',
        'FauxResponse' => 'includes/WebResponse.php',
        'FeedItem' => 'includes/Feed.php',
@@ -104,6 +106,7 @@ $wgAutoloadLocalClasses = array(
        'HistoryBlobStub' => 'includes/HistoryBlob.php',
        'HistoryPage' => 'includes/HistoryPage.php',
        'HistoryPager' => 'includes/HistoryPage.php',
+       'Hooks' => 'includes/Hooks.php',
        'Html' => 'includes/Html.php',
        'HTMLCacheUpdate' => 'includes/HTMLCacheUpdate.php',
        'HTMLCacheUpdateJob' => 'includes/HTMLCacheUpdate.php',
@@ -125,6 +128,7 @@ $wgAutoloadLocalClasses = array(
        'HTMLInfoField' => 'includes/HTMLForm.php',
        'Http' => 'includes/HttpFunctions.php',
        'HttpRequest' => 'includes/HttpFunctions.old.php',
+       'IcuCollation' => 'includes/Collation.php',
        'ImageGallery' => 'includes/ImageGallery.php',
        'ImageHistoryList' => 'includes/ImagePage.php',
        'ImageHistoryPseudoPager' => 'includes/ImagePage.php',
@@ -134,7 +138,7 @@ $wgAutoloadLocalClasses = array(
        'IndexPager' => 'includes/Pager.php',
        'Interwiki' => 'includes/Interwiki.php',
        'IP' => 'includes/IP.php',
-       'JSMin' => 'includes/libs/JSMin.php',
+       'JavaScriptDistiller' => 'includes/libs/JavaScriptDistiller.php',
        'LCStore_DB' => 'includes/LocalisationCache.php',
        'LCStore_CDB' => 'includes/LocalisationCache.php',
        'LCStore_Null' => 'includes/LocalisationCache.php',
@@ -241,6 +245,7 @@ $wgAutoloadLocalClasses = array(
        'TitleListDependency' => 'includes/CacheDependency.php',
        'Token' => 'includes/Token.php',
        'UnlistedSpecialPage' => 'includes/SpecialPage.php',
+       'UppercaseCollation' => 'includes/Collation.php',
        'User' => 'includes/User.php',
        'UserArray' => 'includes/UserArray.php',
        'UserArrayFromResult' => 'includes/UserArray.php',
@@ -287,6 +292,7 @@ $wgAutoloadLocalClasses = array(
        'ApiFormatTxt' => 'includes/api/ApiFormatTxt.php',
        'ApiFormatWddx' => 'includes/api/ApiFormatWddx.php',
        'ApiFormatXml' => 'includes/api/ApiFormatXml.php',
+       'ApiFormatXmlRsd' => 'includes/api/ApiRsd.php',
        'ApiFormatYaml' => 'includes/api/ApiFormatYaml.php',
        'ApiHelp' => 'includes/api/ApiHelp.php',
        'ApiImport' => 'includes/api/ApiImport.php',
@@ -302,7 +308,6 @@ $wgAutoloadLocalClasses = array(
        'ApiPatrol' => 'includes/api/ApiPatrol.php',
        'ApiProtect' => 'includes/api/ApiProtect.php',
        'ApiPurge' => 'includes/api/ApiPurge.php',
-       'ApiRsd' => 'includes/api/ApiRsd.php',
        'ApiQuery' => 'includes/api/ApiQuery.php',
        'ApiQueryAllCategories' => 'includes/api/ApiQueryAllCategories.php',
        'ApiQueryAllimages' => 'includes/api/ApiQueryAllimages.php',
@@ -321,8 +326,8 @@ $wgAutoloadLocalClasses = array(
        'ApiQueryDisabled' => 'includes/api/ApiQueryDisabled.php',
        'ApiQueryDuplicateFiles' => 'includes/api/ApiQueryDuplicateFiles.php',
        'ApiQueryExtLinksUsage' => 'includes/api/ApiQueryExtLinksUsage.php',
-       'ApiQueryFilearchive' => 'includes/api/ApiQueryFilearchive.php',
        'ApiQueryExternalLinks' => 'includes/api/ApiQueryExternalLinks.php',
+       'ApiQueryFilearchive' => 'includes/api/ApiQueryFilearchive.php',
        'ApiQueryGeneratorBase' => 'includes/api/ApiQueryBase.php',
        'ApiQueryImageInfo' => 'includes/api/ApiQueryImageInfo.php',
        'ApiQueryImages' => 'includes/api/ApiQueryImages.php',
@@ -347,11 +352,12 @@ $wgAutoloadLocalClasses = array(
        'ApiQueryWatchlist' => 'includes/api/ApiQueryWatchlist.php',
        'ApiQueryWatchlistRaw' => 'includes/api/ApiQueryWatchlistRaw.php',
        'ApiResult' => 'includes/api/ApiResult.php',
+       'ApiRsd' => 'includes/api/ApiRsd.php',
        'ApiRollback' => 'includes/api/ApiRollback.php',
        'ApiUnblock' => 'includes/api/ApiUnblock.php',
        'ApiUndelete' => 'includes/api/ApiUndelete.php',
-       'ApiUserrights' => 'includes/api/ApiUserrights.php',
        'ApiUpload' => 'includes/api/ApiUpload.php',
+       'ApiUserrights' => 'includes/api/ApiUserrights.php',
        'ApiWatch' => 'includes/api/ApiWatch.php',
 
        'UsageException' => 'includes/api/ApiMain.php',
@@ -390,13 +396,14 @@ $wgAutoloadLocalClasses = array(
        'LBFactory' => 'includes/db/LBFactory.php',
        'LBFactory_Multi' => 'includes/db/LBFactory_Multi.php',
        'LBFactory_Simple' => 'includes/db/LBFactory.php',
+       'LBFactory_Single' => 'includes/db/LBFactory_Single.php',
        'LikeMatch' => 'includes/db/Database.php',
        'LoadBalancer' => 'includes/db/LoadBalancer.php',
+       'LoadBalancer_Single' => 'includes/db/LBFactory_Single.php',
        'LoadMonitor' => 'includes/db/LoadMonitor.php',
        'LoadMonitor_MySQL' => 'includes/db/LoadMonitor.php',
        'MySQLField' => 'includes/db/DatabaseMysql.php',
        'MySQLMasterPos' => 'includes/db/DatabaseMysql.php',
-       'ORABlob' => 'includes/db/DatabaseOracle.php',
        'ORAField' => 'includes/db/DatabaseOracle.php',
        'ORAResult' => 'includes/db/DatabaseOracle.php',
        'PostgresField' => 'includes/db/DatabasePostgres.php',
@@ -448,7 +455,6 @@ $wgAutoloadLocalClasses = array(
        # includes/installer
        'CliInstaller' => 'includes/installer/CliInstaller.php',
        'Installer' => 'includes/installer/Installer.php',
-       'CoreInstaller' => 'includes/installer/CoreInstaller.php',
        'DatabaseInstaller' => 'includes/installer/DatabaseInstaller.php',
        'DatabaseUpdater' => 'includes/installer/DatabaseUpdater.php',
        'LBFactory_InstallerFake' => 'includes/installer/Installer.php',
@@ -662,7 +668,7 @@ $wgAutoloadLocalClasses = array(
        'UncategorizedImagesPage' => 'includes/specials/SpecialUncategorizedimages.php',
        'UncategorizedPagesPage' => 'includes/specials/SpecialUncategorizedpages.php',
        'UncategorizedTemplatesPage' => 'includes/specials/SpecialUncategorizedtemplates.php',
-       'UndeleteForm' => 'includes/specials/SpecialUndelete.php',
+       'SpecialUndelete' => 'includes/specials/SpecialUndelete.php',
        'UnusedCategoriesPage' => 'includes/specials/SpecialUnusedcategories.php',
        'UnusedimagesPage' => 'includes/specials/SpecialUnusedimages.php',
        'UnusedtemplatesPage' => 'includes/specials/SpecialUnusedtemplates.php',
@@ -675,7 +681,7 @@ $wgAutoloadLocalClasses = array(
        'WantedFilesPage' => 'includes/specials/SpecialWantedfiles.php',
        'WantedPagesPage' => 'includes/specials/SpecialWantedpages.php',
        'WantedTemplatesPage' => 'includes/specials/SpecialWantedtemplates.php',
-       'WikiImporter' => 'includes/ImportXMLReader.php',
+       'WikiImporter' => 'includes/Import.php',
        'WikiRevision' => 'includes/Import.php',
        'WithoutInterwikiPage' => 'includes/specials/SpecialWithoutinterwiki.php',