PHP Class WellCommerce\Bundle\LayoutBundle\DataFixtures\ORM\LoadLayoutBoxData

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\DoctrineBundle\DataFixtures\AbstractDataFixture
Show file Open project: wellcommerce/wellcommerce

Protected Properties

Property Type Description
$manager Doctrine\Common\Persistence\ObjectManager

Public Methods

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

Protected Methods

Method Description
createCategoryBoxes ( )
createCheckoutBoxes ( )
createClientBoxes ( )
createLayoutBox ( $type, $identifier, $name, $settings = [] )
createProducerBoxes ( )
createProductBoxes ( )
createProductStatusesBoxes ( )

Method Details

createCategoryBoxes() protected method

protected createCategoryBoxes ( )

createCheckoutBoxes() protected method

protected createCheckoutBoxes ( )

createClientBoxes() protected method

protected createClientBoxes ( )

createLayoutBox() protected method

protected createLayoutBox ( $type, $identifier, $name, $settings = [] )

createProducerBoxes() protected method

protected createProducerBoxes ( )

createProductBoxes() protected method

protected createProductBoxes ( )

createProductStatusesBoxes() protected method

load() public method

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

Property Details

$manager protected property

protected ObjectManager,Doctrine\Common\Persistence $manager
return Doctrine\Common\Persistence\ObjectManager