2013-06-06 20:04:23 +02:00
|
|
|
services:
|
|
|
|
feed.helper:
|
|
|
|
class: phpbb_feed_helper
|
|
|
|
arguments:
|
|
|
|
- @config
|
|
|
|
- @user
|
|
|
|
- %core.root_path%
|
|
|
|
|
|
|
|
feed.factory:
|
|
|
|
class: phpbb_feed_factory
|
|
|
|
arguments:
|
|
|
|
- @service_container
|
|
|
|
- @config
|
|
|
|
- @dbal.conn
|
|
|
|
|
|
|
|
feed.forum:
|
|
|
|
class: phpbb_feed_forum
|
|
|
|
scope: prototype
|
|
|
|
arguments:
|
|
|
|
- @feed.helper
|
2013-06-06 20:32:47 +02:00
|
|
|
- @config
|
|
|
|
- @dbal.conn
|
|
|
|
- @cache.driver
|
|
|
|
- @user
|
|
|
|
- @auth
|
|
|
|
- %core.php_ext%
|
2013-06-06 20:04:23 +02:00
|
|
|
|
|
|
|
feed.forums:
|
|
|
|
class: phpbb_feed_forums
|
|
|
|
scope: prototype
|
|
|
|
arguments:
|
|
|
|
- @feed.helper
|
2013-06-06 20:32:47 +02:00
|
|
|
- @config
|
|
|
|
- @dbal.conn
|
|
|
|
- @cache.driver
|
|
|
|
- @user
|
|
|
|
- @auth
|
|
|
|
- %core.php_ext%
|
2013-06-06 20:04:23 +02:00
|
|
|
|
|
|
|
feed.news:
|
|
|
|
class: phpbb_feed_news
|
|
|
|
scope: prototype
|
|
|
|
arguments:
|
|
|
|
- @feed.helper
|
2013-06-06 20:32:47 +02:00
|
|
|
- @config
|
|
|
|
- @dbal.conn
|
|
|
|
- @cache.driver
|
|
|
|
- @user
|
|
|
|
- @auth
|
|
|
|
- %core.php_ext%
|
2013-06-06 20:04:23 +02:00
|
|
|
|
|
|
|
feed.overall:
|
|
|
|
class: phpbb_feed_overall
|
|
|
|
scope: prototype
|
|
|
|
arguments:
|
|
|
|
- @feed.helper
|
2013-06-06 20:32:47 +02:00
|
|
|
- @config
|
|
|
|
- @dbal.conn
|
|
|
|
- @cache.driver
|
|
|
|
- @user
|
|
|
|
- @auth
|
|
|
|
- %core.php_ext%
|
2013-06-06 20:04:23 +02:00
|
|
|
|
|
|
|
feed.topic:
|
|
|
|
class: phpbb_feed_topic
|
|
|
|
scope: prototype
|
|
|
|
arguments:
|
|
|
|
- @feed.helper
|
2013-06-06 20:32:47 +02:00
|
|
|
- @config
|
|
|
|
- @dbal.conn
|
|
|
|
- @cache.driver
|
|
|
|
- @user
|
|
|
|
- @auth
|
|
|
|
- %core.php_ext%
|
2013-06-06 20:04:23 +02:00
|
|
|
|
|
|
|
feed.topics:
|
|
|
|
class: phpbb_feed_topics
|
|
|
|
scope: prototype
|
|
|
|
arguments:
|
|
|
|
- @feed.helper
|
2013-06-06 20:32:47 +02:00
|
|
|
- @config
|
|
|
|
- @dbal.conn
|
|
|
|
- @cache.driver
|
|
|
|
- @user
|
|
|
|
- @auth
|
|
|
|
- %core.php_ext%
|
2013-06-06 20:04:23 +02:00
|
|
|
|
|
|
|
feed.topics_active:
|
|
|
|
class: phpbb_feed_topics_active
|
|
|
|
scope: prototype
|
|
|
|
arguments:
|
|
|
|
- @feed.helper
|
2013-06-06 20:32:47 +02:00
|
|
|
- @config
|
|
|
|
- @dbal.conn
|
|
|
|
- @cache.driver
|
|
|
|
- @user
|
|
|
|
- @auth
|
|
|
|
- %core.php_ext%
|