abstract class AbstractCommand extends Command
Properties
| protected InputInterface | $input |
|
||
| protected OutputInterface | $output |
|
||
| protected int | $isolatedExitCode |
|
Methods
Details
at
line 27
__construct(string|null $name = null)
at
line 36
protected void
configureIsolation()
at
line 47
protected int
execute(InputInterface $input, OutputInterface $output)
at
line 71
protected CommandMutex
commandIsolationMutex()
at
line 76
abstract protected int
fire()
at
line 78
protected bool
hasOption(string $name)
at
line 83
protected void
info(string $message)
at
line 88
protected void
comment(string $message)
at
line 97
protected void
error(string $message)
Send an error or warning message to the user.
If possible, this will send the message via STDERR.