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