ListCommand extends ListCommand
ListCommand displays the list of all available commands for the application.
Table of Contents
Properties
- $bootService : BootService
- $failsafeContainer : ContainerInterface
Methods
- __construct() : mixed
- execute() : int
- {@inheritdoc}
Properties
$bootService read-only
protected
BootService
$bootService
$failsafeContainer read-only
protected
ContainerInterface
$failsafeContainer
Methods
__construct()
public
__construct(ContainerInterface $failsafeContainer, BootService $bootService) : mixed
Parameters
- $failsafeContainer : ContainerInterface
- $bootService : BootService
execute()
{@inheritdoc}
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface