InitSchema
extends Command
in package
Table of Contents
- $dbalSchema : DbalSchema
- __construct() : mixed
- configure() : void
- execute() : int
Properties
$dbalSchema
private
DbalSchema
$dbalSchema
Methods
__construct()
public
__construct(DbalSchema $dbalSchema) : mixed
Parameters
- $dbalSchema : DbalSchema
Return values
mixed —configure()
protected
configure() : void
Return values
void —execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface