forked from chapter-three/AppleNewsAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
autoload.php
101 lines (101 loc) · 10.4 KB
/
autoload.php
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
<?php
// @codingStandardsIgnoreFile
// @codeCoverageIgnoreStart
// this is an autogenerated file - do not edit
function autoload679875ef60343fd604aa0fa4d353e67e($class) {
static $classes = null;
if ($classes === null) {
$classes = array(
'chapterthree\\applenewsapi\\document' => '/src/Document.php',
'chapterthree\\applenewsapi\\document\\advertisingsettings' => '/src/Document/AdvertisingSettings.php',
'chapterthree\\applenewsapi\\document\\anchor' => '/src/Document/Anchor.php',
'chapterthree\\applenewsapi\\document\\animations\\componentanimations\\appearanimation' => '/src/Document/Animations/ComponentAnimations/AppearAnimation.php',
'chapterthree\\applenewsapi\\document\\animations\\componentanimations\\componentanimation' => '/src/Document/Animations/ComponentAnimations/ComponentAnimation.php',
'chapterthree\\applenewsapi\\document\\animations\\componentanimations\\fadeinanimation' => '/src/Document/Animations/ComponentAnimations/FadeInAnimation.php',
'chapterthree\\applenewsapi\\document\\animations\\componentanimations\\moveinanimation' => '/src/Document/Animations/ComponentAnimations/MoveInAnimation.php',
'chapterthree\\applenewsapi\\document\\animations\\componentanimations\\scalefadeanimation' => '/src/Document/Animations/ComponentAnimations/ScaleFadeAnimation.php',
'chapterthree\\applenewsapi\\document\\animations\\scenes\\fadingstickyheader' => '/src/Document/Animations/Scenes/FadingStickyHeader.php',
'chapterthree\\applenewsapi\\document\\animations\\scenes\\parallaxscaleheader' => '/src/Document/Animations/Scenes/ParallaxScaleHeader.php',
'chapterthree\\applenewsapi\\document\\animations\\scenes\\scene' => '/src/Document/Animations/Scenes/Scene.php',
'chapterthree\\applenewsapi\\document\\base' => '/src/Document/Base.php',
'chapterthree\\applenewsapi\\document\\behaviors\\backgroundmotion' => '/src/Document/Behaviors/BackgroundMotion.php',
'chapterthree\\applenewsapi\\document\\behaviors\\backgroundparallax' => '/src/Document/Behaviors/BackgroundParallax.php',
'chapterthree\\applenewsapi\\document\\behaviors\\behavior' => '/src/Document/Behaviors/Behavior.php',
'chapterthree\\applenewsapi\\document\\behaviors\\motion' => '/src/Document/Behaviors/Motion.php',
'chapterthree\\applenewsapi\\document\\behaviors\\parallax' => '/src/Document/Behaviors/Parallax.php',
'chapterthree\\applenewsapi\\document\\behaviors\\springy' => '/src/Document/Behaviors/Springy.php',
'chapterthree\\applenewsapi\\document\\components\\advertisements\\banneradvertisement' => '/src/Document/Components/Advertisements/BannerAdvertisement.php',
'chapterthree\\applenewsapi\\document\\components\\advertisements\\mediumrectangleadvertisement' => '/src/Document/Components/Advertisements/MediumRectangleAdvertisement.php',
'chapterthree\\applenewsapi\\document\\components\\audio' => '/src/Document/Components/Audio.php',
'chapterthree\\applenewsapi\\document\\components\\author' => '/src/Document/Components/Author.php',
'chapterthree\\applenewsapi\\document\\components\\body' => '/src/Document/Components/Body.php',
'chapterthree\\applenewsapi\\document\\components\\byline' => '/src/Document/Components/Byline.php',
'chapterthree\\applenewsapi\\document\\components\\caption' => '/src/Document/Components/Caption.php',
'chapterthree\\applenewsapi\\document\\components\\chapter' => '/src/Document/Components/Chapter.php',
'chapterthree\\applenewsapi\\document\\components\\component' => '/src/Document/Components/Component.php',
'chapterthree\\applenewsapi\\document\\components\\container' => '/src/Document/Components/Container.php',
'chapterthree\\applenewsapi\\document\\components\\componentnested' => '/src/Document/Components/ComponentNested.php',
'chapterthree\\applenewsapi\\document\\components\\divider' => '/src/Document/Components/Divider.php',
'chapterthree\\applenewsapi\\document\\components\\embedwebvideo' => '/src/Document/Components/EmbedWebVideo.php',
'chapterthree\\applenewsapi\\document\\components\\figure' => '/src/Document/Components/Figure.php',
'chapterthree\\applenewsapi\\document\\components\\gallery' => '/src/Document/Components/Gallery.php',
'chapterthree\\applenewsapi\\document\\components\\header' => '/src/Document/Components/Header.php',
'chapterthree\\applenewsapi\\document\\components\\heading' => '/src/Document/Components/Heading.php',
'chapterthree\\applenewsapi\\document\\components\\illustrator' => '/src/Document/Components/Illustrator.php',
'chapterthree\\applenewsapi\\document\\components\\image' => '/src/Document/Components/Image.php',
'chapterthree\\applenewsapi\\document\\components\\instagram' => '/src/Document/Components/Instagram.php',
'chapterthree\\applenewsapi\\document\\components\\facebookpost' => '/src/Document/Components/FacebookPost.php',
'chapterthree\\applenewsapi\\document\\components\\vinepost' => '/src/Document/Components/VinePost.php',
'chapterthree\\applenewsapi\\document\\components\\intro' => '/src/Document/Components/Intro.php',
'chapterthree\\applenewsapi\\document\\components\\logo' => '/src/Document/Components/Logo.php',
'chapterthree\\applenewsapi\\document\\components\\mosaic' => '/src/Document/Components/Mosaic.php',
'chapterthree\\applenewsapi\\document\\components\\music' => '/src/Document/Components/Music.php',
'chapterthree\\applenewsapi\\document\\components\\photo' => '/src/Document/Components/Photo.php',
'chapterthree\\applenewsapi\\document\\components\\photographer' => '/src/Document/Components/Photographer.php',
'chapterthree\\applenewsapi\\document\\components\\portrait' => '/src/Document/Components/Portrait.php',
'chapterthree\\applenewsapi\\document\\components\\pullquote' => '/src/Document/Components/Pullquote.php',
'chapterthree\\applenewsapi\\document\\components\\quote' => '/src/Document/Components/Quote.php',
'chapterthree\\applenewsapi\\document\\components\\scalableimage' => '/src/Document/Components/ScalableImage.php',
'chapterthree\\applenewsapi\\document\\components\\section' => '/src/Document/Components/Section.php',
'chapterthree\\applenewsapi\\document\\components\\text' => '/src/Document/Components/Text.php',
'chapterthree\\applenewsapi\\document\\components\\title' => '/src/Document/Components/Title.php',
'chapterthree\\applenewsapi\\document\\components\\tweet' => '/src/Document/Components/Tweet.php',
'chapterthree\\applenewsapi\\document\\components\\video' => '/src/Document/Components/Video.php',
'chapterthree\\applenewsapi\\document\\captiondescriptor' => '/src/Document/CaptionDescriptor.php',
'chapterthree\\applenewsapi\\document\\contentinset' => '/src/Document/ContentInset.php',
'chapterthree\\applenewsapi\\document\\galleryitem' => '/src/Document/GalleryItem.php',
'chapterthree\\applenewsapi\\document\\layouts\\advertisinglayout' => '/src/Document/Layouts/AdvertisingLayout.php',
'chapterthree\\applenewsapi\\document\\layouts\\componentlayout' => '/src/Document/Layouts/ComponentLayout.php',
'chapterthree\\applenewsapi\\document\\layouts\\layout' => '/src/Document/Layouts/Layout.php',
'chapterthree\\applenewsapi\\document\\margin' => '/src/Document/Margin.php',
'chapterthree\\applenewsapi\\document\\markdown' => '/src/Document/Markdown.php',
'chapterthree\\applenewsapi\\document\\metadata' => '/src/Document/Metadata.php',
'chapterthree\\applenewsapi\\document\\styles\\border' => '/src/Document/Styles/Border.php',
'chapterthree\\applenewsapi\\document\\styles\\componentstyle' => '/src/Document/Styles/ComponentStyle.php',
'chapterthree\\applenewsapi\\document\\styles\\componenttextstyle' => '/src/Document/Styles/ComponentTextStyle.php',
'chapterthree\\applenewsapi\\document\\styles\\documentstyle' => '/src/Document/Styles/DocumentStyle.php',
'chapterthree\\applenewsapi\\document\\styles\\dropcapstyle' => '/src/Document/Styles/DropCapStyle.php',
'chapterthree\\applenewsapi\\document\\styles\\fills\\fill' => '/src/Document/Styles/Fills/Fill.php',
'chapterthree\\applenewsapi\\document\\styles\\fills\\gradients\\colorstop' => '/src/Document/Styles/Fills/Gradients/ColorStop.php',
'chapterthree\\applenewsapi\\document\\styles\\fills\\gradients\\gradientfill' => '/src/Document/Styles/Fills/Gradients/GradientFill.php',
'chapterthree\\applenewsapi\\document\\styles\\fills\\gradients\\lineargradientfill' => '/src/Document/Styles/Fills/Gradients/LinearGradientFill.php',
'chapterthree\\applenewsapi\\document\\styles\\fills\\imagefill' => '/src/Document/Styles/Fills/ImageFill.php',
'chapterthree\\applenewsapi\\document\\styles\\fills\\videofill' => '/src/Document/Styles/Fills/VideoFill.php',
'chapterthree\\applenewsapi\\document\\styles\\inlinetextstyle' => '/src/Document/Styles/InlineTextStyle.php',
'chapterthree\\applenewsapi\\document\\styles\\offset' => '/src/Document/Styles/Offset.php',
'chapterthree\\applenewsapi\\document\\styles\\shadowstyle' => '/src/Document/Styles/ShadowStyle.php',
'chapterthree\\applenewsapi\\document\\styles\\strokestyle' => '/src/Document/Styles/StrokeStyle.php',
'chapterthree\\applenewsapi\\document\\styles\\textstrokestyle' => '/src/Document/Styles/TextStrokeStyle.php',
'chapterthree\\applenewsapi\\document\\styles\\textstyle' => '/src/Document/Styles/TextStyle.php',
'chapterthree\\applenewsapi\\publisherapi' => '/src/PublisherAPI.php',
'chapterthree\\applenewsapi\\publisherapi\\base' => '/src/PublisherAPI/Base.php',
'chapterthree\\applenewsapi\\publisherapi\\curl' => '/src/PublisherAPI/Curl.php'
);
}
$cn = strtolower($class);
if (isset($classes[$cn])) {
require dirname(__FILE__) . $classes[$cn];
}
}
spl_autoload_register('autoload679875ef60343fd604aa0fa4d353e67e', true);
// @codeCoverageIgnoreEnd