[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 services: 2 # ----- Report controller ----- 3 phpbb.report.controller: 4 class: phpbb\report\controller\report 5 arguments: 6 - '@config' 7 - '@user' 8 - '@template' 9 - '@controller.helper' 10 - '@request' 11 - '@captcha.factory' 12 - '@phpbb.report.handler_factory' 13 - '@phpbb.report.report_reason_list_provider' 14 - '%core.root_path%' 15 - '%core.php_ext%' 16 17 # ----- Report handler factory ----- 18 phpbb.report.handler_factory: 19 class: phpbb\report\handler_factory 20 arguments: 21 - '@service_container' 22 23 # ----- Report UI provider ----- 24 phpbb.report.report_reason_list_provider: 25 class: phpbb\report\report_reason_list_provider 26 arguments: 27 - '@dbal.conn.driver' 28 - '@template' 29 - '@user' 30 31 # ----- Report handlers ----- 32 # Service MUST NOT be shared for all the handlers to work correctly. 33 phpbb.report.handlers.report_handler_pm: 34 class: phpbb\report\report_handler_pm 35 shared: false 36 arguments: 37 - '@dbal.conn.driver' 38 - '@dispatcher' 39 - '@config' 40 - '@auth' 41 - '@user' 42 - '@notification_manager' 43 44 phpbb.report.handlers.report_handler_post: 45 class: phpbb\report\report_handler_post 46 shared: false 47 arguments: 48 - '@dbal.conn.driver' 49 - '@dispatcher' 50 - '@config' 51 - '@auth' 52 - '@user' 53 - '@notification_manager'
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 |