| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-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: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |