PHP Class Sylius\Bundle\CoreBundle\Fixture\ProductAttributeFixture

Author: Kamil Kokot ([email protected])
Inheritance: extends Sylius\Bundle\CoreBundle\Fixture\AbstractResourceFixture
Afficher le fichier Open project: sylius/sylius Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Doctrine\Common\Persistence\ObjectManager $objectManager, Sylius\Bundle\CoreBundle\Fixture\Factory\ExampleFactoryInterface $exampleFactory, array $attributeTypes )
getName ( )

Méthodes protégées

Méthode Description
configureResourceNode ( ArrayNodeDefinition $resourceNode )

Method Details

__construct() public méthode

public __construct ( Doctrine\Common\Persistence\ObjectManager $objectManager, Sylius\Bundle\CoreBundle\Fixture\Factory\ExampleFactoryInterface $exampleFactory, array $attributeTypes )
$objectManager Doctrine\Common\Persistence\ObjectManager
$exampleFactory Sylius\Bundle\CoreBundle\Fixture\Factory\ExampleFactoryInterface
$attributeTypes array

configureResourceNode() protected méthode

protected configureResourceNode ( ArrayNodeDefinition $resourceNode )
$resourceNode Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition

getName() public méthode

public getName ( )