[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 services: 2 console.installer.command_collection: 3 class: phpbb\di\service_collection 4 arguments: 5 - '@service_container' 6 tags: 7 - { name: service_collection, tag: console.installer.command } 8 9 console.installer.command.install: 10 class: phpbb\install\console\command\install\install 11 arguments: 12 - '@language' 13 - '@installer.helper.iohandler_factory' 14 - '@installer.installer.install' 15 - '@installer.helper.install_helper' 16 tags: 17 - { name: console.installer.command } 18 19 console.installer.command.config.show: 20 class: phpbb\install\console\command\install\config\show 21 arguments: 22 - '@language' 23 - '@installer.helper.iohandler_factory' 24 tags: 25 - { name: console.installer.command } 26 27 28 console.installer.command.config.validate: 29 class: phpbb\install\console\command\install\config\validate 30 arguments: 31 - '@language' 32 - '@installer.helper.iohandler_factory' 33 tags: 34 - { name: console.installer.command } 35 36 console.updater.command.update: 37 class: phpbb\install\console\command\update\update 38 arguments: 39 - '@language' 40 - '@installer.helper.iohandler_factory' 41 - '@installer.installer.update' 42 - '@installer.helper.install_helper' 43 tags: 44 - { name: console.installer.command } 45 46 console.updater.command.config.show: 47 class: phpbb\install\console\command\update\config\show 48 arguments: 49 - '@language' 50 - '@installer.helper.iohandler_factory' 51 tags: 52 - { name: console.installer.command } 53 54 55 console.updater.command.config.validate: 56 class: phpbb\install\console\command\update\config\validate 57 arguments: 58 - '@language' 59 - '@installer.helper.iohandler_factory' 60 tags: 61 - { name: console.installer.command }
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 |