[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/phpbb/console/command/ -> command.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: 76 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  __construct()
  create_progress_bar()

Functions
Functions that are not part of a class:

__construct(\phpbb\user $user)   X-Ref
Constructor

param: \phpbb\user $user User instance (mostly for translation)

create_progress_bar($max, SymfonyStyle $io, OutputInterface $output, $message = false)   X-Ref
Create a styled progress bar

param: int             $max     Max value for the progress bar
param: SymfonyStyle    $io      Symfony style output decorator
param: OutputInterface $output  The output stream, used to print messages
param: bool            $message Should we display message output under the progress bar?
return: ProgressBar



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