[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Summary view] [Print] [Text view]
1 services: 2 attachment.delete: 3 class: phpbb\attachment\delete 4 shared: false 5 arguments: 6 - '@config' 7 - '@dbal.conn' 8 - '@dispatcher' 9 - '@filesystem' 10 - '@attachment.resync' 11 - '%core.root_path%' 12 13 attachment.manager: 14 class: phpbb\attachment\manager 15 shared: false 16 arguments: 17 - '@attachment.delete' 18 - '@attachment.resync' 19 - '@attachment.upload' 20 21 attachment.resync: 22 class: phpbb\attachment\resync 23 shared: false 24 arguments: 25 - '@dbal.conn' 26 27 attachment.upload: 28 class: phpbb\attachment\upload 29 shared: false 30 arguments: 31 - '@auth' 32 - '@cache' 33 - '@config' 34 - '@files.upload' 35 - '@language' 36 - '@mimetype.guesser' 37 - '@dispatcher' 38 - '@plupload' 39 - '@user' 40 - '%core.root_path%'
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 |