EC-CUBE4 APIドキュメント

DbalExecutor extends AbstractExecutor

Doctrine Dbal を使用した Executor.

Tags
see
https://github.com/doctrine/data-fixtures/blob/master/lib/Doctrine/Common/DataFixtures/Executor/AbstractExecutor.php
see
https://gist.github.com/gskema/a182aaf7cc04001aebba9c1aad86b40b

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
mixed

execute()

{@inheritdoc}

public execute( $fixtures : array [, $append : mixed = false ] ) : mixed
Parameters
$fixtures : array
$append : mixed = false
Return values
mixed

Search results