[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

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

Defines 1 class

reclean:: (5 methods):
  __construct()
  configure()
  execute()
  reclean_usernames()
  get_count()


Class: reclean  - X-Ref

__construct(user $user, driver_interface $db, language $language)   X-Ref
Construct method

param: user             $user
param: driver_interface $db
param: language         $language

configure()   X-Ref
Sets the command name and description

return: null

execute(InputInterface $input, OutputInterface $output)   X-Ref
Executes the command user:reclean

Cleans user names that are unclean.

return: int 0 if all is well, 1 if any errors occurred
param: InputInterface  $input  The input stream used to get the options
param: OutputInterface $output The output stream, used to print messages

reclean_usernames($start = 0)   X-Ref
Re-clean user names
Only user names that are unclean will be re-cleaned

return: bool|int Return the next offset index or true if all records have been processed.
param: int $start An offset index

get_count()   X-Ref
Get the count of users in the database

return: int



Generated: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1