Example #1
0
 /**
  * ViewPixel constructor.
  * @param Context $context
  * @param ArrayUtils $arrayUtils
  * @param array $data
  * @param SpringbotHelper $springbotHelper
  */
 public function __construct(Context $context, ArrayUtils $arrayUtils, array $data = [], SpringbotHelper $springbotHelper)
 {
     $this->springbotHelper = $springbotHelper;
     $this->scopeConfig = $context->getScopeConfig();
     $this->urlInterface = $context->getUrlBuilder();
     parent::__construct($context, $arrayUtils, $data);
 }