[ Index ] |
PHP Cross Reference of phpBB-3.1.12-deutsch |
[Summary view] [Print] [Text view]
1 services: 2 captcha.factory: 3 class: phpbb\captcha\factory 4 arguments: 5 - @service_container 6 - @captcha.plugins.service_collection 7 8 # ----- Captcha plugins ----- 9 # Scope MUST be prototype for all the plugins to work. 10 captcha.plugins.service_collection: 11 class: phpbb\di\service_collection 12 arguments: 13 - @service_container 14 tags: 15 - { name: service_collection, tag: captcha.plugins } 16 17 core.captcha.plugins.gd: 18 class: phpbb\captcha\plugins\gd 19 scope: prototype 20 calls: 21 - [set_name, [core.captcha.plugins.gd]] 22 tags: 23 - { name: captcha.plugins } 24 25 core.captcha.plugins.gd_wave: 26 class: phpbb\captcha\plugins\gd_wave 27 scope: prototype 28 calls: 29 - [set_name, [core.captcha.plugins.gd_wave]] 30 tags: 31 - { name: captcha.plugins } 32 33 core.captcha.plugins.nogd: 34 class: phpbb\captcha\plugins\nogd 35 scope: prototype 36 calls: 37 - [set_name, [core.captcha.plugins.nogd]] 38 tags: 39 - { name: captcha.plugins } 40 41 core.captcha.plugins.qa: 42 class: phpbb\captcha\plugins\qa 43 scope: prototype 44 arguments: 45 - %tables.captcha_qa_questions% 46 - %tables.captcha_qa_answers% 47 - %tables.captcha_qa_confirm% 48 calls: 49 - [set_name, [core.captcha.plugins.qa]] 50 tags: 51 - { name: captcha.plugins } 52 53 core.captcha.plugins.recaptcha: 54 class: phpbb\captcha\plugins\recaptcha 55 scope: prototype 56 calls: 57 - [set_name, [core.captcha.plugins.recaptcha]] 58 tags: 59 - { name: captcha.plugins }
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 |