SchemaFormatCommand extends Command uses ConfigOptions
FinalYes
Attributes
- #[AsCommand]
- $name: 'schema:format'
- $description: 'Print a json schema in one of the available formats.'
- $aliases: ['format']
Methods
- configure() : void
- execute() : int
Methods
configure()
public
configure() : void
execute()
public
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface