[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/phpbb/install/helper/iohandler/ -> cli_iohandler.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: 323 lines (7 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

cli_iohandler:: (23 methods):
  set_style()
  get_input()
  get_raw_input()
  set_input()
  get_server_variable()
  get_header_variable()
  is_secure()
  add_user_form_group()
  send_response()
  add_error_message()
  add_warning_message()
  add_log_message()
  add_success_message()
  set_task_count()
  set_progress()
  finish_progress()
  request_refresh()
  set_active_stage_menu()
  set_finished_stage_menu()
  set_cookie()
  add_download_link()
  render_update_file_status()
  redirect()


Class: cli_iohandler  - X-Ref

Input-Output handler for the CLI frontend

set_style(OutputStyle $style, OutputInterface $output)   X-Ref
Set the style and output used to display feedback;

param: OutputStyle         $style
param: OutputInterface    $output

get_input($name, $default, $multibyte = false)   X-Ref
{@inheritdoc}


get_raw_input($name, $default)   X-Ref
{@inheritdoc}


set_input($name, $value)   X-Ref
Set input variable

param: string $name Name of input variable
param: mixed $value Value of input variable

get_server_variable($name, $default = '')   X-Ref
{@inheritdoc}


get_header_variable($name, $default = '')   X-Ref
{@inheritdoc}


is_secure()   X-Ref
{@inheritdoc}


add_user_form_group($title, $form)   X-Ref
{@inheritdoc}


send_response($no_more_output = false)   X-Ref
{@inheritdoc}


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($error_title, $error_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}


request_refresh()   X-Ref
{@inheritdoc}


set_active_stage_menu($menu_path)   X-Ref
{@inheritdoc}


set_finished_stage_menu($menu_path)   X-Ref
{@inheritdoc}


set_cookie($cookie_name, $cookie_value)   X-Ref
{@inheritdoc}


add_download_link($route, $title, $msg = null)   X-Ref
{@inheritdoc}


render_update_file_status($status_array)   X-Ref
{@inheritdoc}


redirect($url, $use_ajax = false)   X-Ref
{@inheritdoc}




Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1