comparison vendor/zendframework/zend-feed/src/Writer/ExtensionPluginManager.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 7a779792577d
children
comparison
equal deleted inserted replaced
15:e200cb7efeb3 16:c2387f117808
44 'dublincorerendererfeed' => Extension\DublinCore\Renderer\Feed::class, 44 'dublincorerendererfeed' => Extension\DublinCore\Renderer\Feed::class,
45 'dublinCoreRendererFeed' => Extension\DublinCore\Renderer\Feed::class, 45 'dublinCoreRendererFeed' => Extension\DublinCore\Renderer\Feed::class,
46 'DublinCoreRendererFeed' => Extension\DublinCore\Renderer\Feed::class, 46 'DublinCoreRendererFeed' => Extension\DublinCore\Renderer\Feed::class,
47 'DublinCoreRenderer\Feed' => Extension\DublinCore\Renderer\Feed::class, 47 'DublinCoreRenderer\Feed' => Extension\DublinCore\Renderer\Feed::class,
48 'DublinCore\Renderer\Feed' => Extension\DublinCore\Renderer\Feed::class, 48 'DublinCore\Renderer\Feed' => Extension\DublinCore\Renderer\Feed::class,
49 'googleplaypodcastentry' => Extension\GooglePlayPodcast\Entry::class,
50 'googleplaypodcastEntry' => Extension\GooglePlayPodcast\Entry::class,
51 'googlePlayPodcastEntry' => Extension\GooglePlayPodcast\Entry::class,
52 'GooglePlayPodcastEntry' => Extension\GooglePlayPodcast\Entry::class,
53 'Googleplaypodcast\Entry' => Extension\GooglePlayPodcast\Entry::class,
54 'GooglePlayPodcast\Entry' => Extension\GooglePlayPodcast\Entry::class,
55 'googleplaypodcastfeed' => Extension\GooglePlayPodcast\Feed::class,
56 'googleplaypodcastFeed' => Extension\GooglePlayPodcast\Feed::class,
57 'googlePlayPodcastFeed' => Extension\GooglePlayPodcast\Feed::class,
58 'GooglePlayPodcastFeed' => Extension\GooglePlayPodcast\Feed::class,
59 'Googleplaypodcast\Feed' => Extension\GooglePlayPodcast\Feed::class,
60 'GooglePlayPodcast\Feed' => Extension\GooglePlayPodcast\Feed::class,
61 'googleplaypodcastrendererentry' => Extension\GooglePlayPodcast\Renderer\Entry::class,
62 'googleplaypodcastRendererEntry' => Extension\GooglePlayPodcast\Renderer\Entry::class,
63 'googlePlayPodcastRendererEntry' => Extension\GooglePlayPodcast\Renderer\Entry::class,
64 'GooglePlayPodcastRendererEntry' => Extension\GooglePlayPodcast\Renderer\Entry::class,
65 'GoogleplaypodcastRenderer\Entry' => Extension\GooglePlayPodcast\Renderer\Entry::class,
66 'GooglePlayPodcast\Renderer\Entry' => Extension\GooglePlayPodcast\Renderer\Entry::class,
67 'googleplaypodcastrendererfeed' => Extension\GooglePlayPodcast\Renderer\Feed::class,
68 'googleplaypodcastRendererFeed' => Extension\GooglePlayPodcast\Renderer\Feed::class,
69 'googlePlayPodcastRendererFeed' => Extension\GooglePlayPodcast\Renderer\Feed::class,
70 'GooglePlayPodcastRendererFeed' => Extension\GooglePlayPodcast\Renderer\Feed::class,
71 'GoogleplaypodcastRenderer\Feed' => Extension\GooglePlayPodcast\Renderer\Feed::class,
72 'GooglePlayPodcast\Renderer\Feed' => Extension\GooglePlayPodcast\Renderer\Feed::class,
49 'itunesentry' => Extension\ITunes\Entry::class, 73 'itunesentry' => Extension\ITunes\Entry::class,
50 'itunesEntry' => Extension\ITunes\Entry::class, 74 'itunesEntry' => Extension\ITunes\Entry::class,
51 'iTunesEntry' => Extension\ITunes\Entry::class, 75 'iTunesEntry' => Extension\ITunes\Entry::class,
52 'ItunesEntry' => Extension\ITunes\Entry::class, 76 'ItunesEntry' => Extension\ITunes\Entry::class,
53 'Itunes\Entry' => Extension\ITunes\Entry::class, 77 'Itunes\Entry' => Extension\ITunes\Entry::class,
95 protected $factories = [ 119 protected $factories = [
96 Extension\Atom\Renderer\Feed::class => InvokableFactory::class, 120 Extension\Atom\Renderer\Feed::class => InvokableFactory::class,
97 Extension\Content\Renderer\Entry::class => InvokableFactory::class, 121 Extension\Content\Renderer\Entry::class => InvokableFactory::class,
98 Extension\DublinCore\Renderer\Entry::class => InvokableFactory::class, 122 Extension\DublinCore\Renderer\Entry::class => InvokableFactory::class,
99 Extension\DublinCore\Renderer\Feed::class => InvokableFactory::class, 123 Extension\DublinCore\Renderer\Feed::class => InvokableFactory::class,
124 Extension\GooglePlayPodcast\Entry::class => InvokableFactory::class,
125 Extension\GooglePlayPodcast\Feed::class => InvokableFactory::class,
126 Extension\GooglePlayPodcast\Renderer\Entry::class => InvokableFactory::class,
127 Extension\GooglePlayPodcast\Renderer\Feed::class => InvokableFactory::class,
100 Extension\ITunes\Entry::class => InvokableFactory::class, 128 Extension\ITunes\Entry::class => InvokableFactory::class,
101 Extension\ITunes\Feed::class => InvokableFactory::class, 129 Extension\ITunes\Feed::class => InvokableFactory::class,
102 Extension\ITunes\Renderer\Entry::class => InvokableFactory::class, 130 Extension\ITunes\Renderer\Entry::class => InvokableFactory::class,
103 Extension\ITunes\Renderer\Feed::class => InvokableFactory::class, 131 Extension\ITunes\Renderer\Feed::class => InvokableFactory::class,
104 Extension\Slash\Renderer\Entry::class => InvokableFactory::class, 132 Extension\Slash\Renderer\Entry::class => InvokableFactory::class,
109 // resolved alias is used as the requested name passed to the factory. 137 // resolved alias is used as the requested name passed to the factory.
110 'zendfeedwriterextensionatomrendererfeed' => InvokableFactory::class, 138 'zendfeedwriterextensionatomrendererfeed' => InvokableFactory::class,
111 'zendfeedwriterextensioncontentrendererentry' => InvokableFactory::class, 139 'zendfeedwriterextensioncontentrendererentry' => InvokableFactory::class,
112 'zendfeedwriterextensiondublincorerendererentry' => InvokableFactory::class, 140 'zendfeedwriterextensiondublincorerendererentry' => InvokableFactory::class,
113 'zendfeedwriterextensiondublincorerendererfeed' => InvokableFactory::class, 141 'zendfeedwriterextensiondublincorerendererfeed' => InvokableFactory::class,
142 'zendfeedwriterextensiongoogleplaypodcastentry' => InvokableFactory::class,
143 'zendfeedwriterextensiongoogleplaypodcastfeed' => InvokableFactory::class,
144 'zendfeedwriterextensiongoogleplaypodcastrendererentry' => InvokableFactory::class,
145 'zendfeedwriterextensiongoogleplaypodcastrendererfeed' => InvokableFactory::class,
146
114 'zendfeedwriterextensionitunesentry' => InvokableFactory::class, 147 'zendfeedwriterextensionitunesentry' => InvokableFactory::class,
115 'zendfeedwriterextensionitunesfeed' => InvokableFactory::class, 148 'zendfeedwriterextensionitunesfeed' => InvokableFactory::class,
116 'zendfeedwriterextensionitunesrendererentry' => InvokableFactory::class, 149 'zendfeedwriterextensionitunesrendererentry' => InvokableFactory::class,
117 'zendfeedwriterextensionitunesrendererfeed' => InvokableFactory::class, 150 'zendfeedwriterextensionitunesrendererfeed' => InvokableFactory::class,
118 'zendfeedwriterextensionslashrendererentry' => InvokableFactory::class, 151 'zendfeedwriterextensionslashrendererentry' => InvokableFactory::class,