예제 #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);
 }