Smile\ElasticsuiteCore\Model\Search\Request\RelevanceConfig\Structure\Element\Visibility::__construct PHP Method

__construct() public method

Visibility constructor.
public __construct ( Magento\Framework\Module\Manager $moduleManager, Magento\Store\Model\StoreManagerInterface $storeManager )
$moduleManager Magento\Framework\Module\Manager The module Manager
$storeManager Magento\Store\Model\StoreManagerInterface The store manager
    public function __construct(Manager $moduleManager, StoreManagerInterface $storeManager)
    {
        $this->moduleManager = $moduleManager;
        $this->storeManager = $storeManager;
    }