SharedFixtureInterface
extends
FixtureInterface
in
Shared Fixture interface needs to be implemented by fixtures, which needs some references to be shared among other fixture classes in order to maintain relation mapping
Table of Contents
- load() : mixed
- Load data fixtures with the passed EntityManager
- setReferenceRepository() : mixed
Methods
load()
Load data fixtures with the passed EntityManager
public
load(ObjectManager $manager) : mixed
Parameters
- $manager : ObjectManager
Return values
mixed —setReferenceRepository()
public
setReferenceRepository(ReferenceRepository $referenceRepository) : mixed
Parameters
- $referenceRepository : ReferenceRepository