PHP Class WellCommerce\Bundle\ProductStatusBundle\Controller\Box\ProductShowcaseBoxController

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Controller\Box\AbstractBoxController
Show file Open project: wellcommerce/wellcommerce

Public Methods

Method Description
indexAction ( WellCommerce\Bundle\LayoutBundle\Collection\LayoutBoxSettingsCollection $boxSettings ) : Response

Protected Methods

Method Description
createConditionsCollection ( integer $status, integer $categoryId ) : WellCommerce\Component\DataSet\Conditions\ConditionsCollection

Method Details

createConditionsCollection() protected method

protected createConditionsCollection ( integer $status, integer $categoryId ) : WellCommerce\Component\DataSet\Conditions\ConditionsCollection
$status integer
$categoryId integer
return WellCommerce\Component\DataSet\Conditions\ConditionsCollection

indexAction() public method

public indexAction ( WellCommerce\Bundle\LayoutBundle\Collection\LayoutBoxSettingsCollection $boxSettings ) : Response
$boxSettings WellCommerce\Bundle\LayoutBundle\Collection\LayoutBoxSettingsCollection
return Symfony\Component\HttpFoundation\Response