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