DeleteUserCommand
class DeleteUserCommand extends AbstractCommand
Console command for deleting a user
Traits
DatabaseAwareTrait
Properties
static protected string
Since: 4.0.0
|
$defaultName | The default command name |
Methods
__construct(DatabaseInterface $db)
Command constructor.
int
doExecute(InputInterface $input, OutputInterface $output)
Internal function to execute the command.
string
getStringFromOption(string $option, string $question)
Method to get a value from option
void
configure()
Configure the command.