芝麻web文件管理V1.00
编辑当前文件:/home/elegucvf/public_html/src/actions/indexing/indexable-indexing-complete-action.php
indexable_helper = $indexable_helper; } /** * Wraps up the indexing process. * * @return void */ public function complete() { $this->indexable_helper->finish_indexing(); } }