Smile\ElasticsuiteCatalog\Model\Category\Indexer\Fulltext::executeRow PHP 메소드

executeRow() 공개 메소드

{@inheritDoc}
public executeRow ( $categoryId )
    public function executeRow($categoryId)
    {
        $this->execute([$categoryId]);
    }