示例#1
0
文件: index.php 项目: Blu2z/implsk
 /**
  * Переиндексация области здесь и сейчас
  * @param string $area_string   area string OR rule ID
  * @param integer $runner_type  тип запуска
  * @return bool
  */
 public function index_area($area_string, $runner_type = nc_search::INDEXING_NC_CRON)
 {
     return nc_search_indexer::index_area($area_string, $runner_type);
 }
示例#2
0
文件: zend.php 项目: Blu2z/implsk
 /**
  * Переиндексация области
  */
 public function index_area($area_string, $runner_type = nc_search::INDEXING_NC_CRON)
 {
     // индексатор: получает и парсит информацию
     return nc_search_indexer::index_area($area_string, $runner_type);
 }