[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Summary view] [Print] [Text view]
1 services: 2 feed.helper: 3 class: phpbb\feed\helper 4 arguments: 5 - @config 6 - @user 7 - %core.root_path% 8 - %core.php_ext% 9 10 feed.factory: 11 class: phpbb\feed\factory 12 arguments: 13 - @service_container 14 - @config 15 - @dbal.conn 16 17 feed.forum: 18 class: phpbb\feed\forum 19 scope: prototype 20 arguments: 21 - @feed.helper 22 - @config 23 - @dbal.conn 24 - @cache.driver 25 - @user 26 - @auth 27 - @content.visibility 28 - @dispatcher 29 - %core.php_ext% 30 31 feed.forums: 32 class: phpbb\feed\forums 33 scope: prototype 34 arguments: 35 - @feed.helper 36 - @config 37 - @dbal.conn 38 - @cache.driver 39 - @user 40 - @auth 41 - @content.visibility 42 - @dispatcher 43 - %core.php_ext% 44 45 feed.news: 46 class: phpbb\feed\news 47 scope: prototype 48 arguments: 49 - @feed.helper 50 - @config 51 - @dbal.conn 52 - @cache.driver 53 - @user 54 - @auth 55 - @content.visibility 56 - @dispatcher 57 - %core.php_ext% 58 59 feed.overall: 60 class: phpbb\feed\overall 61 scope: prototype 62 arguments: 63 - @feed.helper 64 - @config 65 - @dbal.conn 66 - @cache.driver 67 - @user 68 - @auth 69 - @content.visibility 70 - @dispatcher 71 - %core.php_ext% 72 73 feed.topic: 74 class: phpbb\feed\topic 75 scope: prototype 76 arguments: 77 - @feed.helper 78 - @config 79 - @dbal.conn 80 - @cache.driver 81 - @user 82 - @auth 83 - @content.visibility 84 - @dispatcher 85 - %core.php_ext% 86 87 feed.topics: 88 class: phpbb\feed\topics 89 scope: prototype 90 arguments: 91 - @feed.helper 92 - @config 93 - @dbal.conn 94 - @cache.driver 95 - @user 96 - @auth 97 - @content.visibility 98 - @dispatcher 99 - %core.php_ext% 100 101 feed.topics_active: 102 class: phpbb\feed\topics_active 103 scope: prototype 104 arguments: 105 - @feed.helper 106 - @config 107 - @dbal.conn 108 - @cache.driver 109 - @user 110 - @auth 111 - @content.visibility 112 - @dispatcher 113 - %core.php_ext%
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |