Methods |
public
|
__construct(): void
Create a new console command instance.
Create a new console command instance.
Overrides
|
#
|
public
|
run(InputInterface $input, OutputInterface $output): int
Run the console command.
|
#
|
public
|
isHidden(): bool
{@inheritdoc}
Returns
whether the command should be publicly shown or not
Overrides
|
#
|
public
|
setHidden(bool $hidden): static
{@inheritdoc}
Parameters
$hidden |
Whether or not the command should be hidden from the list of commands
The default value will be true in Symfony 6.0
|
Overrides
|
#
|
public
|
getLaravel(): Application
Get the Laravel application instance.
Get the Laravel application instance.
|
#
|
public
|
setLaravel(Container $laravel): void
Set the Laravel application instance.
Set the Laravel application instance.
|
#
|