UpdateSchemaDoctrineCommand extends UpdateSchemaDoctrineCommand
Command to generate the SQL needed to update the database schema to match the current mapping information.
Table of Contents
$pluginRepository | PluginRepository | |
---|---|---|
$pluginService | PluginService | |
$schemaService | SchemaService | |
__construct() | mixed | |
configure() | {@inheritDoc} | mixed |
execute() | {@inheritDoc} | mixed |
removeOutputDir() | mixed |
Properties
$pluginRepository
protected
PluginRepository
$pluginRepository
$pluginService
protected
PluginService
$pluginService
$schemaService
protected
SchemaService
$schemaService
Methods
__construct()
public
__construct(
$pluginRepository :
PluginRepository
, $pluginService :
PluginService
, $schemaService :
SchemaService
)
: mixed
Parameters
- $pluginRepository : PluginRepository
- $pluginService : PluginService
- $schemaService : SchemaService
Return values
mixedconfigure()
{@inheritDoc}
protected
configure(
)
: mixed
Return values
mixedexecute()
{@inheritDoc}
protected
execute(
$input :
InputInterface
, $output :
OutputInterface
)
: mixed
Parameters
- $input : InputInterface
- $output : OutputInterface
Return values
mixedremoveOutputDir()
protected
removeOutputDir(
$outputDir :
mixed
)
: mixed
Parameters
- $outputDir : mixed