PHP 클래스 Elcodi\Fixtures\DataFixtures\ORM\Customer\CustomerData

상속: extends Elcodi\Bundle\CoreBundle\DataFixtures\ORM\Abstracts\AbstractFixture, implements Doctrine\Common\DataFixtures\DependentFixtureInterface
파일 보기 프로젝트 열기: elcodi/bamboo

공개 메소드들

메소드 설명
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

메소드 상세

getDependencies() 공개 메소드

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

load() 공개 메소드

Load data fixtures with the passed EntityManager
public load ( Doctrine\Common\Persistence\ObjectManager $manager )
$manager Doctrine\Common\Persistence\ObjectManager