DbalExecutor extends AbstractExecutor
Doctrine Dbal を使用した Executor.
Tags
Table of Contents
$entityManager | EntityManagerInterface | |
---|---|---|
__construct() | DbalExecutor constructor. | mixed |
execute() | {@inheritdoc} | mixed |
Properties
$entityManager
protected
EntityManagerInterface
$entityManager
Methods
__construct()
DbalExecutor constructor.
public
__construct(
$entityManager :
EntityManagerInterface
)
: mixed
Parameters
- $entityManager : EntityManagerInterface
Return values
mixedexecute()
{@inheritdoc}
public
execute(
$fixtures :
array
[, $append :
mixed
= false ]
)
: mixed
Parameters
- $fixtures : array
- $append : mixed = false