Smile\ElasticsuiteTracker\Helper\Data::__construct PHP Method

__construct() public method

PHP Constructor
public __construct ( Magento\Framework\App\Helper\Context $context, Magento\Store\Model\StoreManagerInterface $storeManager, Magento\Framework\View\Asset\Repository $assetRepository )
$context Magento\Framework\App\Helper\Context The current context
$storeManager Magento\Store\Model\StoreManagerInterface The Store Manager
$assetRepository Magento\Framework\View\Asset\Repository The asset repository
    public function __construct(\Magento\Framework\App\Helper\Context $context, \Magento\Store\Model\StoreManagerInterface $storeManager, \Magento\Framework\View\Asset\Repository $assetRepository)
    {
        $this->storeManager = $storeManager;
        $this->assetRepository = $assetRepository;
        parent::__construct($context);
    }