コード例 #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);
 }