class GenerateFactoriesCommand extends Command

Generate factories.

Run bin/console generate-factories or bin/console factories

Methods

void
configure()

Configure the command.

int
execute(InputInterface $input, OutputInterface $output)

Run the console command.

Details

at line 30
protected void configure()

Configure the command.

Return Value

void

at line 54
protected int execute(InputInterface $input, OutputInterface $output)

Run the console command.

Parameters

InputInterface $input
OutputInterface $output

Return Value

int