[ 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: | 158 lines (4 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
reclean:: (5 methods):
__construct()
configure()
execute()
reclean_usernames()
get_count()
__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. param: InputInterface $input The input stream used to get the options param: OutputInterface $output The output stream, used to print messages return: int 0 if all is well, 1 if any errors occurred |
reclean_usernames($start = 0) X-Ref |
Re-clean user names Only user names that are unclean will be re-cleaned param: int $start An offset index return: bool|int Return the next offset index or true if all records have been processed. |
get_count() X-Ref |
Get the count of users in the database return: int |
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |