[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 410 lines (11 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
feed:: (12 methods):
__construct()
forums()
news()
topics()
topics_new()
topics_active()
forum()
topic()
overall()
send_feed()
send_feed_do()
send_unavailable()
__construct(\Twig_Environment $twig, symfony_request $request, controller_helper $controller_helper, config $config, driver_interface $db, ContainerInterface $container, feed_helper $feed_helper, user $user, auth $auth, dispatcher_interface $phpbb_dispatcher, $php_ext) X-Ref |
Constructor param: \Twig_Environment $twig param: symfony_request $request param: controller_helper $controller_helper param: config $config param: driver_interface $db param: ContainerInterface $container param: feed_helper $feed_helper param: user $user param: auth $auth param: dispatcher_interface $phpbb_dispatcher param: string $php_ext |
forums() X-Ref |
Controller for /feed/forums route return: Response |
news() X-Ref |
Controller for /feed/news route return: Response |
topics() X-Ref |
Controller for /feed/topics route return: Response |
topics_new() X-Ref |
Controller for /feed/topics_new route return: Response |
topics_active() X-Ref |
Controller for /feed/topics_active route return: Response |
forum($forum_id) X-Ref |
Controller for /feed/forum/{forum_id} route param: int $forum_id return: Response |
topic($topic_id) X-Ref |
Controller for /feed/topic/{topic_id} route param: int $topic_id return: Response |
overall() X-Ref |
Controller for /feed/{mode] route return: Response |
send_feed(feed_interface $feed) X-Ref |
Display a given feed param: feed_interface $feed return: Response |
send_feed_do(feed_interface $feed) X-Ref |
Really send the feed param: feed_interface $feed return: Response |
send_unavailable() X-Ref |
Throw and exception saying that the feed isn't available |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |