PHP Класс PartKeepr\CategoryBundle\DataFixtures\AbstractCategoryDataLoader

Наследование: extends Doctrine\Common\DataFixtures\AbstractFixture
Показать файл Открыть проект

Открытые методы

Метод Описание
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