[ Index ] |
PHP Cross Reference of phpBB-3.2.11-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: | 209 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
__construct() X-Ref |
Constructor |
set_language(\phpbb\language\language $language) X-Ref |
Set language service param: \phpbb\language\language $language |
add_error_message($error_title, $error_description = false) X-Ref |
{@inheritdoc} |
add_warning_message($warning_title, $warning_description = false) X-Ref |
{@inheritdoc} |
add_log_message($log_title, $log_description = false) X-Ref |
{@inheritdoc} |
add_success_message($success_title, $success_description = false) X-Ref |
{@inheritdoc} |
set_task_count($task_count, $restart = false) X-Ref |
{@inheritdoc} |
set_progress($task_lang_key, $task_number) X-Ref |
{@inheritdoc} |
finish_progress($message_lang_key) X-Ref |
{@inheritdoc} |
generate_form_render_data($title, $form) X-Ref |
{@inheritdoc} |
translate_message($title, $description) X-Ref |
Localize message. Note: When an array is passed into the parameters below, it will be resolved as printf($param[0], $param[1], ...). param: array|string $title Title of the message param: array|string|bool $description Description of the message return: array Localized message in an array |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |