[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 services: 2 installer.obtain_data.obtain_admin_data: 3 class: phpbb\install\module\obtain_data\task\obtain_admin_data 4 arguments: 5 - '@installer.helper.config' 6 - '@installer.helper.iohandler' 7 tags: 8 - { name: install_obtain_data, order: 10 } 9 10 installer.obtain_data.obtain_board_data: 11 class: phpbb\install\module\obtain_data\task\obtain_board_data 12 arguments: 13 - '@installer.helper.config' 14 - '@installer.helper.iohandler' 15 - '@language.helper.language_file' 16 tags: 17 - { name: install_obtain_data, order: 50 } 18 19 installer.obtain_data.obtain_database_data: 20 class: phpbb\install\module\obtain_data\task\obtain_database_data 21 arguments: 22 - '@installer.helper.database' 23 - '@installer.helper.config' 24 - '@installer.helper.iohandler' 25 tags: 26 - { name: install_obtain_data, order: 20 } 27 28 installer.obtain_data.obtain_email_data: 29 class: phpbb\install\module\obtain_data\task\obtain_email_data 30 arguments: 31 - '@installer.helper.config' 32 - '@installer.helper.iohandler' 33 tags: 34 - { name: install_obtain_data, order: 40 } 35 36 installer.obtain_data.obtain_server_data: 37 class: phpbb\install\module\obtain_data\task\obtain_server_data 38 arguments: 39 - '@installer.helper.config' 40 - '@installer.helper.iohandler' 41 tags: 42 - { name: install_obtain_data, order: 30 } 43 44 installer.module.install_obtain_data_collection: 45 class: phpbb\di\ordered_service_collection 46 arguments: 47 - '@service_container' 48 tags: 49 - { name: service_collection, tag: install_obtain_data, class_name_aware: true } 50 51 installer.module.obtain_data_install: 52 class: phpbb\install\module\obtain_data\install_module 53 parent: installer.module_base 54 arguments: 55 - '@installer.module.install_obtain_data_collection' 56 - true 57 - false 58 tags: 59 - { name: installer_install_module, order: 20 }
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 |