[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Summary view] [Print] [Text view]
1 parameters: 2 text_formatter.cache.dir: '%core.cache_dir%' 3 text_formatter.cache.parser.key: _text_formatter_parser 4 text_formatter.cache.renderer.key: _text_formatter_renderer 5 6 services: 7 text_formatter.cache: 8 alias: text_formatter.s9e.factory 9 10 text_formatter.data_access: 11 class: phpbb\textformatter\data_access 12 arguments: 13 - '@dbal.conn' 14 - '%tables.bbcodes%' 15 - '%tables.smilies%' 16 - '%tables.styles%' 17 - '%tables.words%' 18 - '%core.root_path%styles/' 19 20 text_formatter.parser: 21 alias: text_formatter.s9e.parser 22 23 text_formatter.renderer: 24 alias: text_formatter.s9e.renderer 25 26 text_formatter.utils: 27 alias: text_formatter.s9e.utils 28 29 text_formatter.s9e.bbcode_merger: 30 class: phpbb\textformatter\s9e\bbcode_merger 31 arguments: 32 - '@text_formatter.s9e.factory' 33 34 text_formatter.s9e.factory: 35 class: phpbb\textformatter\s9e\factory 36 arguments: 37 - '@text_formatter.data_access' 38 - '@cache.driver' 39 - '@dispatcher' 40 - '@config' 41 - '@text_formatter.s9e.link_helper' 42 - '@log' 43 - '%text_formatter.cache.dir%' 44 - '%text_formatter.cache.parser.key%' 45 - '%text_formatter.cache.renderer.key%' 46 47 text_formatter.s9e.link_helper: 48 class: phpbb\textformatter\s9e\link_helper 49 50 text_formatter.s9e.parser: 51 class: phpbb\textformatter\s9e\parser 52 arguments: 53 - '@cache.driver' 54 - '%text_formatter.cache.parser.key%' 55 - '@text_formatter.s9e.factory' 56 - '@dispatcher' 57 58 text_formatter.s9e.quote_helper: 59 class: phpbb\textformatter\s9e\quote_helper 60 arguments: 61 - '@user' 62 - '%core.root_path%' 63 - '%core.php_ext%' 64 65 text_formatter.s9e.renderer: 66 class: phpbb\textformatter\s9e\renderer 67 arguments: 68 - '@cache.driver' 69 - '%text_formatter.cache.dir%' 70 - '%text_formatter.cache.renderer.key%' 71 - '@text_formatter.s9e.factory' 72 - '@dispatcher' 73 calls: 74 - [configure_quote_helper, ['@text_formatter.s9e.quote_helper']] 75 - [configure_smilies_path, ['@config', '@path_helper']] 76 - [configure_user, ['@user', '@config', '@auth']] 77 78 text_formatter.s9e.utils: 79 class: phpbb\textformatter\s9e\utils
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |