Smile\ElasticsuiteSwatches\Block\Navigation\Renderer\Swatches::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Magento\Framework\View\Element\Template\Context $context, Magento\Swatches\Helper\Data $swatchHelper, array $data = [] )
$context Magento\Framework\View\Element\Template\Context Template context.
$swatchHelper Magento\Swatches\Helper\Data Swatch helper.
$data array Custom data.
    public function __construct(Context $context, SwatchHelper $swatchHelper, array $data = [])
    {
        parent::__construct($context, $data);
        $this->swatchHelper = $swatchHelper;
    }