[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 services: 2 installer.file_updater.factory: 3 class: phpbb\install\helper\file_updater\factory 4 arguments: 5 - '@installer.file_updater.collection' 6 7 installer.file_updater.collection: 8 class: phpbb\di\service_collection 9 arguments: 10 - '@service_container' 11 tags: 12 - { name: service_collection, tag: file_updater } 13 14 installer.file_updater.compress: 15 class: phpbb\install\helper\file_updater\compression_file_updater 16 arguments: 17 - '@installer.helper.update_helper' 18 - '%core.root_path%' 19 - '%core.php_ext%' 20 tags: 21 - { name: file_updater } 22 23 installer.file_updater.ftp: 24 class: phpbb\install\helper\file_updater\ftp_file_updater 25 arguments: 26 - '@installer.helper.update_helper' 27 - '%core.root_path%' 28 - '%core.php_ext%' 29 tags: 30 - { name: file_updater } 31 32 installer.file_updater.file: 33 class: phpbb\install\helper\file_updater\file_updater 34 arguments: 35 - '@filesystem' 36 - '%core.root_path%' 37 tags: 38 - { name: file_updater }
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 |