PHP Class Sylius\Bundle\CoreBundle\Fixture\ProductAttributeFixture

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

Public Methods

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

Protected Methods

Method Description
configureResourceNode ( ArrayNodeDefinition $resourceNode )

Method Details

__construct() public method

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 method

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

getName() public method

public getName ( )