Пример #1
0
 /**
  * @param ContextInterface $context
  * @param UiComponentFactory $uiComponentFactory
  * @param TimezoneInterface $timezone
  * @param \ShipperHQ\Shipper\Helper\CarrierGroup $carrierGroupHelper
  * @param array $components
  * @param array $data
  */
 public function __construct(ContextInterface $context, UiComponentFactory $uiComponentFactory, TimezoneInterface $timezone, \ShipperHQ\Shipper\Helper\CarrierGroup $carrierGroupHelper, array $components = [], array $data = [])
 {
     $this->carrierGroupHelper = $carrierGroupHelper;
     parent::__construct($context, $uiComponentFactory, $timezone, $components, $data);
 }