You are here

public function FeedsHTTPFetcherResult::__construct in Feeds 8.2

Constructor.

Overrides FeedsFetcherResult::__construct

File

lib/Drupal/feeds/FeedsHTTPFetcherResult.php, line 16

Class

FeedsHTTPFetcherResult
Result of FeedsHTTPFetcher::fetch().

Namespace

Drupal\feeds

Code

public function __construct($url = NULL) {
  $this->url = $url;
  parent::__construct('');
}