[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
This file is part of the phpBB Forum Software package.
Copyright: | (c) phpBB Limited |
License: | GNU General Public License, version 2 (GPL-2.0) |
File Size: | 137 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
manager:: (4 methods):
__construct()
add_block()
add_question()
switched_column()
__construct(\phpbb\event\dispatcher_interface $dispatcher, \phpbb\language\language $language, \phpbb\template\template $template) X-Ref |
Constructor param: \phpbb\event\dispatcher_interface $dispatcher param: \phpbb\language\language $language param: \phpbb\template\template $template |
add_block($block_name, $switch_column = false, $questions = array() X-Ref |
Add a new faq block param: string $block_name Name or language key with the name of the block param: bool $switch_column Switch the column of the menu param: array $questions Array of frequently asked questions |
add_question($question, $answer) X-Ref |
Add a new faq question param: string $question Question or language key with the question of the block param: string $answer Answer or language key with the answer of the block |
switched_column() X-Ref |
Returns whether the block titles switched side return: bool |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |