Smile\ElasticsuiteThesaurus\Setup\InstallData::__construct PHP 메소드

__construct() 공개 메소드

Class Constructor
public __construct ( Magento\Framework\Indexer\IndexerInterfaceFactory $indexerFactory )
$indexerFactory Magento\Framework\Indexer\IndexerInterfaceFactory Indexer Factory.
    public function __construct(IndexerInterfaceFactory $indexerFactory)
    {
        $this->indexerFactory = $indexerFactory;
    }