AppPasswordCommand extends Command
Tags
Table of Contents
- $defaultName : string
- configure() : void
- Command configuration
- execute() : int
- Execute command
Properties
$defaultName
protected
static string
$defaultName
= 'app:password'
Methods
configure()
Command configuration
protected
configure() : void
Return values
void —execute()
Execute command
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface