Smile\ElasticsuiteCatalog\Model\Category\Indexer\Fulltext\Action\Full::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Full $resourceModel )
$resourceModel Smile\ElasticsuiteCatalog\Model\ResourceModel\Category\Indexer\Fulltext\Action\Full Indexer resource model.
    public function __construct(ResourceModel $resourceModel)
    {
        $this->resourceModel = $resourceModel;
    }