[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Summary view] [Print] [Text view]
1 services: 2 mimetype.guesser_collection: 3 class: phpbb\di\service_collection 4 arguments: 5 - @service_container 6 tags: 7 - { name: service_collection, tag: mimetype.guessers } 8 9 mimetype.fileinfo_mimetype_guesser: 10 class: Symfony\Component\HttpFoundation\File\MimeType\FileinfoMimeTypeGuesser 11 tags: 12 - { name: mimetype.guessers } 13 14 mimetype.filebinary_mimetype_guesser: 15 class: Symfony\Component\HttpFoundation\File\MimeType\FileBinaryMimeTypeGuesser 16 tags: 17 - { name: mimetype.guessers } 18 19 mimetype.content_guesser: 20 class: phpbb\mimetype\content_guesser 21 calls: 22 - [set_priority, [%mimetype.guesser.priority.low%]] 23 tags: 24 - { name: mimetype.guessers } 25 26 mimetype.extension_guesser: 27 class: phpbb\mimetype\extension_guesser 28 calls: 29 - [set_priority, [%mimetype.guesser.priority.lowest%]] 30 tags: 31 - { name: mimetype.guessers } 32 33 mimetype.guesser: 34 class: phpbb\mimetype\guesser 35 arguments: 36 - @mimetype.guesser_collection
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Jan 11 00:25:41 2018 | Cross-referenced by PHPXref 0.7.1 |