[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/phpbb/install/helper/iohandler/ -> iohandler_base.php (summary)

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

Defines 11 functions

  __construct()
  set_language()
  add_error_message()
  add_warning_message()
  add_log_message()
  add_success_message()
  set_task_count()
  set_progress()
  finish_progress()
  generate_form_render_data()
  translate_message()

Functions
Functions that are not part of a class:

__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