[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

Defines 1 class

delete_id:: (5 methods):
  __construct()
  configure()
  execute()
  interact()
  delete_bot_user()


Class: delete_id  - X-Ref

__construct(driver_interface $db, language $language, log_interface $log, user $user, user_loader $user_loader,string $bots_table, string $user_group_table, string $users_table, string $phpbb_root_path, string $php_ext)   X-Ref
Construct method

param: driver_interface $db
param: language         $language
param: log_interface    $log
param: user             $user
param: user_loader      $user_loader
param: string           $bots_table
param: string           $user_group_table
param: string           $users_table
param: string           $phpbb_root_path
param: string           $php_ext

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

return: void

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

Deletes a list of user ids from the database. An option to delete the users' posts
is available, by default posts will be retained.

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

interact(InputInterface $input, OutputInterface $output)   X-Ref
Interacts with the user.
Confirm they really want to delete the account...last chance!

param: InputInterface  $input  An InputInterface instance
param: OutputInterface $output An OutputInterface instance

delete_bot_user(array $user_row)   X-Ref
Deletes a bot user

param: array $user_row
return: void



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1