You are here

protected function FeedsCrawler::errorStart in Feeds Crawler 7

Starts custom error handling.

Return value

bool The previous value of use_errors.

2 calls to FeedsCrawler::errorStart()
FeedsCrawler::parseAuto in ./FeedsCrawler.inc
Paginates using Atom's rel=next link automatically.
FeedsCrawler::parseXPath in ./FeedsCrawler.inc
Finds the "next" link on a page via XPath.

File

./FeedsCrawler.inc, line 341
Home of the FeedsCrawler.

Class

FeedsCrawler
Fetches data via HTTP.

Code

protected function errorStart() {
  return libxml_use_internal_errors(TRUE);
}