ImportMappingDoctrineCommand
extends DoctrineCommand
in package
Import Doctrine ORM metadata mapping information from an existing database.
Tags
Table of Contents
- $bundles : array<string|int, string>
- __construct() : mixed
- configure() : mixed
- {@inheritDoc}
- execute() : int
Properties
$bundles
private
array<string|int, string>
$bundles
Methods
__construct()
public
__construct(ManagerRegistry $doctrine, array<string|int, string> $bundles) : mixed
Parameters
- $doctrine : ManagerRegistry
- $bundles : array<string|int, string>
Return values
mixed —configure()
{@inheritDoc}
protected
configure() : mixed
Return values
mixed —execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface