PHP Class PartKeepr\CategoryBundle\DataFixtures\AbstractCategoryDataLoader

Inheritance: extends Doctrine\Common\DataFixtures\AbstractFixture
Afficher le fichier Open project: partkeepr/PartKeepr

Méthodes publiques

Méthode Description
load ( Doctrine\Common\Persistence\ObjectManager $manager )

Méthodes protégées

Méthode Description
getEntityClass ( ) : string
getReferencePrefix ( ) : string

Method Details

getEntityClass() abstract protected méthode

abstract protected getEntityClass ( ) : string
Résultat string The name of the target entity class

getReferencePrefix() abstract protected méthode

abstract protected getReferencePrefix ( ) : string
Résultat string Returns the prefix for the reference

load() public méthode

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