LoadDataFixturesDoctrineCommand
extends DoctrineCommand
in package
Load data fixtures from bundles.
Table of Contents
- $fixturesLoader : SymfonyFixturesLoader
- $purgerFactories : array<string|int, PurgerFactory>
- __construct() : mixed
- configure() : mixed
- execute() : int
Properties
$fixturesLoader
private
SymfonyFixturesLoader
$fixturesLoader
$purgerFactories
private
array<string|int, PurgerFactory>
$purgerFactories
Methods
__construct()
public
__construct(SymfonyFixturesLoader $fixturesLoader[, ManagerRegistry|null $doctrine = null ][, array<string|int, PurgerFactory> $purgerFactories = [] ]) : mixed
Parameters
- $fixturesLoader : SymfonyFixturesLoader
- $doctrine : ManagerRegistry|null = null
- $purgerFactories : array<string|int, PurgerFactory> = []
Return values
mixed —configure()
protected
configure() : mixed
Return values
mixed —execute()
protected
execute(InputInterface $input, OutputInterface $output) : int
Parameters
- $input : InputInterface
- $output : OutputInterface