Added the Search API Synonym module to deal specifically with licence and license...
[yaffs-website] / vendor / zendframework / zend-feed / src / Writer / ExtensionPluginManager.php
index c5bd2fb011a2d25272d57465c9df63f6d3eb0f6b..7e2c4e42dfefb4a485ebceb92dd01392eb28ab62 100644 (file)
@@ -30,50 +30,85 @@ class ExtensionPluginManager extends AbstractPluginManager implements ExtensionM
         'atomRendererFeed'           => Extension\Atom\Renderer\Feed::class,
         'AtomRendererFeed'           => Extension\Atom\Renderer\Feed::class,
         'AtomRenderer\Feed'          => Extension\Atom\Renderer\Feed::class,
+        'Atom\Renderer\Feed'         => Extension\Atom\Renderer\Feed::class,
         'contentrendererentry'       => Extension\Content\Renderer\Entry::class,
         'contentRendererEntry'       => Extension\Content\Renderer\Entry::class,
         'ContentRendererEntry'       => Extension\Content\Renderer\Entry::class,
         'ContentRenderer\Entry'      => Extension\Content\Renderer\Entry::class,
+        'Content\Renderer\Entry'     => Extension\Content\Renderer\Entry::class,
         'dublincorerendererentry'    => Extension\DublinCore\Renderer\Entry::class,
         'dublinCoreRendererEntry'    => Extension\DublinCore\Renderer\Entry::class,
         'DublinCoreRendererEntry'    => Extension\DublinCore\Renderer\Entry::class,
         'DublinCoreRenderer\Entry'   => Extension\DublinCore\Renderer\Entry::class,
+        'DublinCore\Renderer\Entry'  => Extension\DublinCore\Renderer\Entry::class,
         'dublincorerendererfeed'     => Extension\DublinCore\Renderer\Feed::class,
         'dublinCoreRendererFeed'     => Extension\DublinCore\Renderer\Feed::class,
         'DublinCoreRendererFeed'     => Extension\DublinCore\Renderer\Feed::class,
         'DublinCoreRenderer\Feed'    => Extension\DublinCore\Renderer\Feed::class,
+        'DublinCore\Renderer\Feed'   => Extension\DublinCore\Renderer\Feed::class,
+        'googleplaypodcastentry'           => Extension\GooglePlayPodcast\Entry::class,
+        'googleplaypodcastEntry'           => Extension\GooglePlayPodcast\Entry::class,
+        'googlePlayPodcastEntry'           => Extension\GooglePlayPodcast\Entry::class,
+        'GooglePlayPodcastEntry'           => Extension\GooglePlayPodcast\Entry::class,
+        'Googleplaypodcast\Entry'          => Extension\GooglePlayPodcast\Entry::class,
+        'GooglePlayPodcast\Entry'          => Extension\GooglePlayPodcast\Entry::class,
+        'googleplaypodcastfeed'            => Extension\GooglePlayPodcast\Feed::class,
+        'googleplaypodcastFeed'            => Extension\GooglePlayPodcast\Feed::class,
+        'googlePlayPodcastFeed'            => Extension\GooglePlayPodcast\Feed::class,
+        'GooglePlayPodcastFeed'            => Extension\GooglePlayPodcast\Feed::class,
+        'Googleplaypodcast\Feed'           => Extension\GooglePlayPodcast\Feed::class,
+        'GooglePlayPodcast\Feed'           => Extension\GooglePlayPodcast\Feed::class,
+        'googleplaypodcastrendererentry'   => Extension\GooglePlayPodcast\Renderer\Entry::class,
+        'googleplaypodcastRendererEntry'   => Extension\GooglePlayPodcast\Renderer\Entry::class,
+        'googlePlayPodcastRendererEntry'   => Extension\GooglePlayPodcast\Renderer\Entry::class,
+        'GooglePlayPodcastRendererEntry'   => Extension\GooglePlayPodcast\Renderer\Entry::class,
+        'GoogleplaypodcastRenderer\Entry'  => Extension\GooglePlayPodcast\Renderer\Entry::class,
+        'GooglePlayPodcast\Renderer\Entry' => Extension\GooglePlayPodcast\Renderer\Entry::class,
+        'googleplaypodcastrendererfeed'    => Extension\GooglePlayPodcast\Renderer\Feed::class,
+        'googleplaypodcastRendererFeed'    => Extension\GooglePlayPodcast\Renderer\Feed::class,
+        'googlePlayPodcastRendererFeed'    => Extension\GooglePlayPodcast\Renderer\Feed::class,
+        'GooglePlayPodcastRendererFeed'    => Extension\GooglePlayPodcast\Renderer\Feed::class,
+        'GoogleplaypodcastRenderer\Feed'   => Extension\GooglePlayPodcast\Renderer\Feed::class,
+        'GooglePlayPodcast\Renderer\Feed'  => Extension\GooglePlayPodcast\Renderer\Feed::class,
         'itunesentry'                => Extension\ITunes\Entry::class,
         'itunesEntry'                => Extension\ITunes\Entry::class,
         'iTunesEntry'                => Extension\ITunes\Entry::class,
         'ItunesEntry'                => Extension\ITunes\Entry::class,
         'Itunes\Entry'               => Extension\ITunes\Entry::class,
+        'ITunes\Entry'               => Extension\ITunes\Entry::class,
         'itunesfeed'                 => Extension\ITunes\Feed::class,
         'itunesFeed'                 => Extension\ITunes\Feed::class,
         'iTunesFeed'                 => Extension\ITunes\Feed::class,
         'ItunesFeed'                 => Extension\ITunes\Feed::class,
         'Itunes\Feed'                => Extension\ITunes\Feed::class,
+        'ITunes\Feed'                => Extension\ITunes\Feed::class,
         'itunesrendererentry'        => Extension\ITunes\Renderer\Entry::class,
         'itunesRendererEntry'        => Extension\ITunes\Renderer\Entry::class,
         'iTunesRendererEntry'        => Extension\ITunes\Renderer\Entry::class,
         'ItunesRendererEntry'        => Extension\ITunes\Renderer\Entry::class,
         'ItunesRenderer\Entry'       => Extension\ITunes\Renderer\Entry::class,
+        'ITunes\Renderer\Entry'      => Extension\ITunes\Renderer\Entry::class,
         'itunesrendererfeed'         => Extension\ITunes\Renderer\Feed::class,
         'itunesRendererFeed'         => Extension\ITunes\Renderer\Feed::class,
         'iTunesRendererFeed'         => Extension\ITunes\Renderer\Feed::class,
         'ItunesRendererFeed'         => Extension\ITunes\Renderer\Feed::class,
         'ItunesRenderer\Feed'        => Extension\ITunes\Renderer\Feed::class,
+        'ITunes\Renderer\Feed'       => Extension\ITunes\Renderer\Feed::class,
         'slashrendererentry'         => Extension\Slash\Renderer\Entry::class,
         'slashRendererEntry'         => Extension\Slash\Renderer\Entry::class,
         'SlashRendererEntry'         => Extension\Slash\Renderer\Entry::class,
         'SlashRenderer\Entry'        => Extension\Slash\Renderer\Entry::class,
+        'Slash\Renderer\Entry'       => Extension\Slash\Renderer\Entry::class,
         'threadingrendererentry'     => Extension\Threading\Renderer\Entry::class,
         'threadingRendererEntry'     => Extension\Threading\Renderer\Entry::class,
         'ThreadingRendererEntry'     => Extension\Threading\Renderer\Entry::class,
         'ThreadingRenderer\Entry'    => Extension\Threading\Renderer\Entry::class,
+        'Threading\Renderer\Entry'   => Extension\Threading\Renderer\Entry::class,
         'wellformedwebrendererentry' => Extension\WellFormedWeb\Renderer\Entry::class,
         'wellFormedWebRendererEntry' => Extension\WellFormedWeb\Renderer\Entry::class,
         'WellFormedWebRendererEntry' => Extension\WellFormedWeb\Renderer\Entry::class,
         'WellFormedWebRenderer\Entry' => Extension\WellFormedWeb\Renderer\Entry::class,
+        'WellFormedWeb\Renderer\Entry' => Extension\WellFormedWeb\Renderer\Entry::class,
     ];
 
     /**
@@ -86,6 +121,10 @@ class ExtensionPluginManager extends AbstractPluginManager implements ExtensionM
         Extension\Content\Renderer\Entry::class       => InvokableFactory::class,
         Extension\DublinCore\Renderer\Entry::class    => InvokableFactory::class,
         Extension\DublinCore\Renderer\Feed::class     => InvokableFactory::class,
+        Extension\GooglePlayPodcast\Entry::class          => InvokableFactory::class,
+        Extension\GooglePlayPodcast\Feed::class           => InvokableFactory::class,
+        Extension\GooglePlayPodcast\Renderer\Entry::class => InvokableFactory::class,
+        Extension\GooglePlayPodcast\Renderer\Feed::class  => InvokableFactory::class,
         Extension\ITunes\Entry::class                 => InvokableFactory::class,
         Extension\ITunes\Feed::class                  => InvokableFactory::class,
         Extension\ITunes\Renderer\Entry::class        => InvokableFactory::class,
@@ -100,6 +139,11 @@ class ExtensionPluginManager extends AbstractPluginManager implements ExtensionM
         'zendfeedwriterextensioncontentrendererentry'       => InvokableFactory::class,
         'zendfeedwriterextensiondublincorerendererentry'    => InvokableFactory::class,
         'zendfeedwriterextensiondublincorerendererfeed'     => InvokableFactory::class,
+        'zendfeedwriterextensiongoogleplaypodcastentry'         => InvokableFactory::class,
+        'zendfeedwriterextensiongoogleplaypodcastfeed'          => InvokableFactory::class,
+        'zendfeedwriterextensiongoogleplaypodcastrendererentry' => InvokableFactory::class,
+        'zendfeedwriterextensiongoogleplaypodcastrendererfeed'  => InvokableFactory::class,
+
         'zendfeedwriterextensionitunesentry'                => InvokableFactory::class,
         'zendfeedwriterextensionitunesfeed'                 => InvokableFactory::class,
         'zendfeedwriterextensionitunesrendererentry'        => InvokableFactory::class,