PHP Класс WellCommerce\Bundle\AttributeBundle\DataFixtures\ORM\LoadAttributeData

Автор: Adam Piotrowski ([email protected])
Наследование: extends WellCommerce\Bundle\DoctrineBundle\DataFixtures\AbstractDataFixture
Показать файл Открыть проект

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

Метод Описание
load ( Doctrine\Common\Persistence\ObjectManager $manager ) {@inheritDoc}

Защищенные методы

Метод Описание
createAttributeGroup ( ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface
createAttributeValue ( ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeValueInterface

Описание методов

createAttributeGroup() защищенный Метод

protected createAttributeGroup ( ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface
Результат WellCommerce\Bundle\AttributeBundle\Entity\AttributeGroupInterface

createAttributeValue() защищенный Метод

protected createAttributeValue ( ) : WellCommerce\Bundle\AttributeBundle\Entity\AttributeValueInterface
Результат WellCommerce\Bundle\AttributeBundle\Entity\AttributeValueInterface

load() публичный Метод

{@inheritDoc}
public load ( Doctrine\Common\Persistence\ObjectManager $manager )
$manager Doctrine\Common\Persistence\ObjectManager