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 ) | Load data fixtures with the passed EntityManager |
public getDependencies ( ) : array | ||
return | array |
public load ( Doctrine\Common\Persistence\ObjectManager $manager ) | ||
$manager | Doctrine\Common\Persistence\ObjectManager |