ImportMappingDoctrineCommand
extends DoctrineCommand
in package
Import Doctrine ORM metadata mapping information from an existing database.
Tags
Table of Contents
Properties
- $bundles : array<string|int, string>
Methods
- __construct() : mixed
- configure() : void
- 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>
configure()
protected
configure() : void
execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface