PHP 클래스 PartKeepr\CategoryBundle\DataFixtures\AbstractCategoryDataLoader

상속: extends Doctrine\Common\DataFixtures\AbstractFixture
파일 보기 프로젝트 열기: partkeepr/PartKeepr

공개 메소드들

메소드 설명
load ( Doctrine\Common\Persistence\ObjectManager $manager )

보호된 메소드들

메소드 설명
getEntityClass ( ) : string
getReferencePrefix ( ) : string

메소드 상세

getEntityClass() 추상적인 보호된 메소드

abstract protected getEntityClass ( ) : string
리턴 string The name of the target entity class

getReferencePrefix() 추상적인 보호된 메소드

abstract protected getReferencePrefix ( ) : string
리턴 string Returns the prefix for the reference

load() 공개 메소드

public load ( Doctrine\Common\Persistence\ObjectManager $manager )
$manager Doctrine\Common\Persistence\ObjectManager