DumpAutoloadCommand extends Command
Command for dumping the class-loading information.
Table of Contents
Methods
- isEnabled() : mixed
- This command is not needed in composer mode.
- configure() : mixed
- Defines the allowed options for this command
- execute() : mixed
- Dumps the class loading information
Methods
isEnabled()
This command is not needed in composer mode.
public
isEnabled() : mixed
Tags
configure()
Defines the allowed options for this command
protected
configure() : mixed
execute()
Dumps the class loading information
protected
execute(InputInterface $input, OutputInterface $output) : mixed
Parameters
- $input : InputInterface
- $output : OutputInterface