2014-09-26 21:42:19 +00:00
|
|
|
<?php
|
2014-11-19 17:16:20 +00:00
|
|
|
// This file is generated by scripts/gen-autoload.php, do not adjust manually
|
2015-06-08 01:54:14 +00:00
|
|
|
// @codingStandardsIgnoreFile
|
2014-11-19 17:16:20 +00:00
|
|
|
global $wgAutoloadClasses;
|
|
|
|
|
|
|
|
$wgAutoloadClasses += array(
|
2015-06-08 01:54:14 +00:00
|
|
|
'ApiEchoMarkRead' => __DIR__ . '/includes/api/ApiEchoMarkRead.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'ApiEchoMarkReadTest' => __DIR__ . '/tests/phpunit/api/ApiEchoMarkReadTest.php',
|
2015-06-08 01:54:14 +00:00
|
|
|
'ApiEchoMarkSeen' => __DIR__ . '/includes/api/ApiEchoMarkSeen.php',
|
|
|
|
'ApiEchoNotifications' => __DIR__ . '/includes/api/ApiEchoNotifications.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'ApiEchoNotificationsTest' => __DIR__ . '/tests/phpunit/api/ApiEchoNotificationsTest.php',
|
2015-06-15 18:27:41 +00:00
|
|
|
'ContainmentSetTest' => __DIR__ . '/tests/phpunit/ContainmentSetTest.php',
|
2015-06-08 01:54:14 +00:00
|
|
|
'EchoAbstractEntity' => __DIR__ . '/includes/model/AbstractEntity.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoAbstractMapper' => __DIR__ . '/includes/mapper/AbstractMapper.php',
|
2015-06-15 18:27:41 +00:00
|
|
|
'EchoAbstractMapperStub' => __DIR__ . '/tests/phpunit/mapper/AbstractMapperTest.php',
|
|
|
|
'EchoAbstractMapperTest' => __DIR__ . '/tests/phpunit/mapper/AbstractMapperTest.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoArrayList' => __DIR__ . '/includes/ContainmentSet.php',
|
|
|
|
'EchoAttributeManager' => __DIR__ . '/includes/AttributeManager.php',
|
2015-06-15 18:27:41 +00:00
|
|
|
'EchoAttributeManagerTest' => __DIR__ . '/tests/phpunit/AttributeManagerTest.php',
|
2015-06-08 01:54:14 +00:00
|
|
|
'EchoBasicFormatter' => __DIR__ . '/includes/formatters/BasicFormatter.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoCachedList' => __DIR__ . '/includes/ContainmentSet.php',
|
|
|
|
'EchoCallbackIterator' => __DIR__ . '/includes/iterator/CallbackIterator.php',
|
|
|
|
'EchoCatchableFatalErrorException' => __DIR__ . '/includes/exception/CatchableFatalErrorException.php',
|
2015-06-08 01:54:14 +00:00
|
|
|
'EchoCommentFormatter' => __DIR__ . '/includes/formatters/CommentFormatter.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoContainmentList' => __DIR__ . '/includes/ContainmentSet.php',
|
|
|
|
'EchoContainmentSet' => __DIR__ . '/includes/ContainmentSet.php',
|
|
|
|
'EchoDataOutputFormatter' => __DIR__ . '/includes/DataOutputFormatter.php',
|
|
|
|
'EchoDeferredMarkAsReadUpdate' => __DIR__ . '/includes/DeferredMarkAsReadUpdate.php',
|
|
|
|
'EchoDiffGroup' => __DIR__ . '/includes/DiffParser.php',
|
|
|
|
'EchoDiffParser' => __DIR__ . '/includes/DiffParser.php',
|
2015-06-15 18:27:41 +00:00
|
|
|
'EchoDiffParserTest' => __DIR__ . '/tests/phpunit/DiffParserTest.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoDiscussionParser' => __DIR__ . '/includes/DiscussionParser.php',
|
2015-06-15 18:27:41 +00:00
|
|
|
'EchoDiscussionParserTest' => __DIR__ . '/tests/phpunit/DiscussionParserTest.php',
|
2015-06-08 01:54:14 +00:00
|
|
|
'EchoEditFormatter' => __DIR__ . '/includes/formatters/EditFormatter.php',
|
2016-01-18 23:55:47 +00:00
|
|
|
'EchoEditThresholdPresentationModel' => __DIR__ . '/includes/formatters/EditThresholdPresentationModel.php',
|
2015-06-08 01:54:14 +00:00
|
|
|
'EchoEditUserTalkFormatter' => __DIR__ . '/includes/formatters/EditUserTalkFormatter.php',
|
2015-11-17 13:37:39 +00:00
|
|
|
'EchoEditUserTalkPresentationModel' => __DIR__ . '/includes/formatters/EditUserTalkPresentationModel.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoEmailDecorator' => __DIR__ . '/includes/EmailFormatter.php',
|
|
|
|
'EchoEmailDigest' => __DIR__ . '/includes/EmailFormatter.php',
|
|
|
|
'EchoEmailFormatter' => __DIR__ . '/includes/EmailFormatter.php',
|
2015-06-15 18:27:41 +00:00
|
|
|
'EchoEmailFormatterTest' => __DIR__ . '/tests/phpunit/EmailFormatterTest.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoEmailMode' => __DIR__ . '/includes/EmailFormatter.php',
|
|
|
|
'EchoEmailSingle' => __DIR__ . '/includes/EmailFormatter.php',
|
2015-11-17 17:44:45 +00:00
|
|
|
'EchoEmailUserPresentationModel' => __DIR__ . '/includes/formatters/EmailUserPresentationModel.php',
|
2015-06-08 01:54:14 +00:00
|
|
|
'EchoEvent' => __DIR__ . '/includes/model/Event.php',
|
2015-08-19 20:22:45 +00:00
|
|
|
'EchoEventFormatter' => __DIR__ . '/includes/formatters/EchoEventFormatter.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoEventMapper' => __DIR__ . '/includes/mapper/EventMapper.php',
|
2015-06-15 18:27:41 +00:00
|
|
|
'EchoEventMapperTest' => __DIR__ . '/tests/phpunit/mapper/EventMapperTest.php',
|
2015-08-19 20:22:45 +00:00
|
|
|
'EchoEventPresentationModel' => __DIR__ . '/includes/formatters/EventPresentationModel.php',
|
2015-06-15 18:27:41 +00:00
|
|
|
'EchoExecuteFirstArgumentStub' => __DIR__ . '/tests/phpunit/mapper/NotificationMapperTest.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoFilteredSequentialIterator' => __DIR__ . '/includes/iterator/FilteredSequentialIterator.php',
|
2015-08-19 20:22:45 +00:00
|
|
|
'EchoFlyoutFormatter' => __DIR__ . '/includes/formatters/EchoFlyoutFormatter.php',
|
2016-02-12 22:20:24 +00:00
|
|
|
'EchoForeignNotifications' => __DIR__ . '/includes/ForeignNotifications.php',
|
|
|
|
'EchoForeignPresentationModel' => __DIR__ . '/includes/formatters/EchoForeignPresentationModel.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoHTMLEmailDecorator' => __DIR__ . '/includes/EmailFormatter.php',
|
|
|
|
'EchoHTMLEmailFormatter' => __DIR__ . '/includes/EmailFormatter.php',
|
|
|
|
'EchoHooks' => __DIR__ . '/Hooks.php',
|
|
|
|
'EchoIteratorDecorator' => __DIR__ . '/includes/iterator/IteratorDecorator.php',
|
|
|
|
'EchoLocalCache' => __DIR__ . '/includes/cache/LocalCache.php',
|
2015-06-08 01:54:14 +00:00
|
|
|
'EchoMentionFormatter' => __DIR__ . '/includes/formatters/MentionFormatter.php',
|
2015-08-19 20:22:45 +00:00
|
|
|
'EchoMentionPresentationModel' => __DIR__ . '/includes/formatters/MentionPresentationModel.php',
|
2015-11-16 16:05:07 +00:00
|
|
|
'EchoModelFormatter' => __DIR__ . '/includes/formatters/EchoModelFormatter.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoMultipleIterator' => __DIR__ . '/includes/iterator/MultipleIterator.php',
|
|
|
|
'EchoNotRecursiveIterator' => __DIR__ . '/includes/iterator/NotRecursiveIterator.php',
|
2015-06-08 01:54:14 +00:00
|
|
|
'EchoNotification' => __DIR__ . '/includes/model/Notification.php',
|
|
|
|
'EchoNotificationController' => __DIR__ . '/includes/controller/NotificationController.php',
|
|
|
|
'EchoNotificationDeleteJob' => __DIR__ . '/includes/jobs/NotificationDeleteJob.php',
|
|
|
|
'EchoNotificationFormatter' => __DIR__ . '/includes/formatters/NotificationFormatter.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoNotificationFormatterTest' => __DIR__ . '/tests/phpunit/formatters/NotificationFormatterTest.php',
|
2015-06-08 01:54:14 +00:00
|
|
|
'EchoNotificationJob' => __DIR__ . '/includes/jobs/NotificationJob.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoNotificationMapper' => __DIR__ . '/includes/mapper/NotificationMapper.php',
|
2015-06-15 18:27:41 +00:00
|
|
|
'EchoNotificationMapperTest' => __DIR__ . '/tests/phpunit/mapper/NotificationMapperTest.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoNotificationTest' => __DIR__ . '/tests/phpunit/model/NotificationTest.php',
|
2016-01-13 17:24:46 +00:00
|
|
|
'EchoNotifier' => __DIR__ . '/includes/Notifier.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoOnWikiList' => __DIR__ . '/includes/ContainmentSet.php',
|
2015-06-08 01:54:14 +00:00
|
|
|
'EchoPageLinkFormatter' => __DIR__ . '/includes/formatters/PageLinkFormatter.php',
|
2015-11-17 16:42:40 +00:00
|
|
|
'EchoPageLinkedPresentationModel' => __DIR__ . '/includes/formatters/PageLinkedPresentationModel.php',
|
2015-11-17 15:10:33 +00:00
|
|
|
'EchoRevertedPresentationModel' => __DIR__ . '/includes/formatters/RevertedPresentationModel.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoRevisionLocalCache' => __DIR__ . '/includes/cache/RevisionLocalCache.php',
|
2015-08-24 23:43:38 +00:00
|
|
|
'EchoSeenTime' => __DIR__ . '/includes/SeenTime.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoSuppressionRowUpdateGenerator' => __DIR__ . '/includes/schemaUpdate.php',
|
2015-06-15 18:27:41 +00:00
|
|
|
'EchoTalkPageFunctionalTest' => __DIR__ . '/tests/phpunit/TalkPageFunctionalTest.php',
|
2015-06-08 01:54:14 +00:00
|
|
|
'EchoTargetPage' => __DIR__ . '/includes/model/TargetPage.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoTargetPageMapper' => __DIR__ . '/includes/mapper/TargetPageMapper.php',
|
2015-06-15 18:27:41 +00:00
|
|
|
'EchoTargetPageMapperTest' => __DIR__ . '/tests/phpunit/mapper/TargetPageMapperTest.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoTargetPageTest' => __DIR__ . '/tests/phpunit/model/TargetPageTest.php',
|
|
|
|
'EchoTextEmailDecorator' => __DIR__ . '/includes/EmailFormatter.php',
|
|
|
|
'EchoTextEmailFormatter' => __DIR__ . '/includes/EmailFormatter.php',
|
|
|
|
'EchoTitleLocalCache' => __DIR__ . '/includes/cache/TitleLocalCache.php',
|
2015-06-15 18:27:41 +00:00
|
|
|
'EchoTitleLocalCacheTest' => __DIR__ . '/tests/phpunit/cache/TitleLocalCacheTest.php',
|
2015-10-26 15:27:31 +00:00
|
|
|
'EchoUnreadWikis' => __DIR__ . '/includes/UnreadWikis.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoUserLocator' => __DIR__ . '/includes/UserLocator.php',
|
2015-06-15 18:27:41 +00:00
|
|
|
'EchoUserLocatorTest' => __DIR__ . '/tests/phpunit/UserLocatorTest.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'EchoUserNotificationGateway' => __DIR__ . '/includes/gateway/UserNotificationGateway.php',
|
2015-06-15 18:27:41 +00:00
|
|
|
'EchoUserNotificationGatewayTest' => __DIR__ . '/tests/phpunit/gateway/UserNotificationGatewayTest.php',
|
2015-06-08 01:54:14 +00:00
|
|
|
'EchoUserRightsFormatter' => __DIR__ . '/includes/formatters/UserRightsFormatter.php',
|
2015-08-19 20:22:45 +00:00
|
|
|
'EchoUserRightsPresentationModel' => __DIR__ . '/includes/formatters/UserRightsPresentationModel.php',
|
2015-11-03 00:00:29 +00:00
|
|
|
'EchoWelcomePresentationModel' => __DIR__ . '/includes/formatters/WelcomePresentationModel.php',
|
2015-06-15 18:27:41 +00:00
|
|
|
'FilteredSequentialIteratorTest' => __DIR__ . '/tests/phpunit/iterator/FilteredSequentialIteratorTest.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'MWEchoDbFactory' => __DIR__ . '/includes/EchoDbFactory.php',
|
2015-06-15 18:27:41 +00:00
|
|
|
'MWEchoDbFactoryTest' => __DIR__ . '/tests/phpunit/EchoDbFactoryTest.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'MWEchoEmailBatch' => __DIR__ . '/includes/EmailBatch.php',
|
|
|
|
'MWEchoEmailBundler' => __DIR__ . '/includes/EmailBundler.php',
|
|
|
|
'MWEchoEventLogging' => __DIR__ . '/includes/EventLogging.php',
|
|
|
|
'MWEchoNotifUser' => __DIR__ . '/includes/NotifUser.php',
|
2015-06-15 18:27:41 +00:00
|
|
|
'MWEchoNotifUserTest' => __DIR__ . '/tests/phpunit/NotifUserTest.php',
|
2015-06-08 01:54:14 +00:00
|
|
|
'MWEchoNotificationEmailBundleJob' => __DIR__ . '/includes/jobs/NotificationEmailBundleJob.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'NotificationControllerTest' => __DIR__ . '/tests/phpunit/controller/NotificationControllerTest.php',
|
2015-06-08 01:54:14 +00:00
|
|
|
'NotificationsTest' => __DIR__ . '/tests/NotificationsTest.php',
|
|
|
|
'SpecialNotifications' => __DIR__ . '/includes/special/SpecialNotifications.php',
|
2015-11-11 02:23:03 +00:00
|
|
|
'SpecialNotificationsFormatter' => __DIR__ . '/includes/formatters/SpecialNotificationsFormatter.php',
|
2014-11-19 17:16:20 +00:00
|
|
|
'SuppressionMaintenanceTest' => __DIR__ . '/tests/phpunit/maintenance/SupressionMaintenanceTest.php',
|
|
|
|
);
|