PHP Class PartKeepr\CategoryBundle\DataFixtures\AbstractCategoryDataLoader

Inheritance: extends Doctrine\Common\DataFixtures\AbstractFixture
Show file Open project: partkeepr/PartKeepr

Public Methods

Method Description
load ( Doctrine\Common\Persistence\ObjectManager $manager )

Protected Methods

Method Description
getEntityClass ( ) : string
getReferencePrefix ( ) : string

Method Details

getEntityClass() abstract protected method

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

getReferencePrefix() abstract protected method

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

load() public method

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