Smile\ElasticsuiteThesaurus\Plugin\Query::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( Magento\Framework\Indexer\IndexerRegistry $indexerRegistry )
$indexerRegistry Magento\Framework\Indexer\IndexerRegistry Indexers registry.
    public function __construct(IndexerRegistry $indexerRegistry)
    {
        $this->indexerRegistry = $indexerRegistry;
    }