PHP Class Elcodi\Fixtures\DataFixtures\ORM\Coupon\CouponData

Inheritance: extends Elcodi\Bundle\CoreBundle\DataFixtures\ORM\Abstracts\AbstractFixture, implements Doctrine\Common\DataFixtures\DependentFixtureInterface
Show file Open project: elcodi/bamboo

Public Methods

Method Description
getDependencies ( ) : array This method must return an array of fixtures classes on which the implementing class depends on
load ( Doctrine\Common\Persistence\ObjectManager $manager ) {@inheritDoc}

Method Details

getDependencies() public method

This method must return an array of fixtures classes on which the implementing class depends on
public getDependencies ( ) : array
return array

load() public method

{@inheritDoc}
public load ( Doctrine\Common\Persistence\ObjectManager $manager )
$manager Doctrine\Common\Persistence\ObjectManager