Esempio n. 1
0
 /**
  * Crawl all system urls
  *
  * @param array $options
  * @return CrawlerModel
  */
 public function crawl($options = array())
 {
     $adapter = $this->_factory->getModel('curlAdapter');
     return $this->_executeRequests($options, $adapter);
 }