[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 services: 2 phpbb.feed.controller: 3 class: phpbb\feed\controller\feed 4 arguments: 5 - '@template.twig.environment' 6 - '@symfony_request' 7 - '@controller.helper' 8 - '@config' 9 - '@dbal.conn' 10 - '@service_container' 11 - '@feed.helper' 12 - '@user' 13 - '@auth' 14 - '@dispatcher' 15 - '@language' 16 - '%core.php_ext%' 17 18 feed.helper: 19 class: phpbb\feed\helper 20 arguments: 21 - '@auth' 22 - '@config' 23 - '@service_container' 24 - '@path_helper' 25 - '@text_formatter.renderer' 26 - '@user' 27 28 feed.forum: 29 class: phpbb\feed\forum 30 shared: false 31 arguments: 32 - '@feed.helper' 33 - '@config' 34 - '@dbal.conn' 35 - '@cache.driver' 36 - '@user' 37 - '@auth' 38 - '@content.visibility' 39 - '@dispatcher' 40 - '%core.php_ext%' 41 42 feed.forums: 43 class: phpbb\feed\forums 44 shared: false 45 arguments: 46 - '@feed.helper' 47 - '@config' 48 - '@dbal.conn' 49 - '@cache.driver' 50 - '@user' 51 - '@auth' 52 - '@content.visibility' 53 - '@dispatcher' 54 - '%core.php_ext%' 55 56 feed.news: 57 class: phpbb\feed\news 58 shared: false 59 arguments: 60 - '@feed.helper' 61 - '@config' 62 - '@dbal.conn' 63 - '@cache.driver' 64 - '@user' 65 - '@auth' 66 - '@content.visibility' 67 - '@dispatcher' 68 - '%core.php_ext%' 69 70 feed.overall: 71 class: phpbb\feed\overall 72 shared: false 73 arguments: 74 - '@feed.helper' 75 - '@config' 76 - '@dbal.conn' 77 - '@cache.driver' 78 - '@user' 79 - '@auth' 80 - '@content.visibility' 81 - '@dispatcher' 82 - '%core.php_ext%' 83 84 feed.quote_helper: 85 class: phpbb\feed\quote_helper 86 parent: text_formatter.s9e.quote_helper 87 88 feed.topic: 89 class: phpbb\feed\topic 90 shared: false 91 arguments: 92 - '@feed.helper' 93 - '@config' 94 - '@dbal.conn' 95 - '@cache.driver' 96 - '@user' 97 - '@auth' 98 - '@content.visibility' 99 - '@dispatcher' 100 - '%core.php_ext%' 101 102 feed.topics: 103 class: phpbb\feed\topics 104 shared: false 105 arguments: 106 - '@feed.helper' 107 - '@config' 108 - '@dbal.conn' 109 - '@cache.driver' 110 - '@user' 111 - '@auth' 112 - '@content.visibility' 113 - '@dispatcher' 114 - '%core.php_ext%' 115 116 feed.topics_active: 117 class: phpbb\feed\topics_active 118 shared: false 119 arguments: 120 - '@feed.helper' 121 - '@config' 122 - '@dbal.conn' 123 - '@cache.driver' 124 - '@user' 125 - '@auth' 126 - '@content.visibility' 127 - '@dispatcher' 128 - '%core.php_ext%'
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |