コード例 #1
0
 public function stopFrontendCrawlerAction()
 {
     $success = Tool\Executer::stopCrawler();
     $this->_helper->json(array('success' => $success));
 }
コード例 #2
0
 /**
  * @static
  * @return bool
  */
 public static function stopFrontendCrawler()
 {
     return Tool\Executer::stopCrawler();
 }