You are here

public function FeedsFetcherResult::__construct in Feeds 8.2

Constructor.

2 calls to FeedsFetcherResult::__construct()
FeedsFileFetcherResult::__construct in lib/Drupal/feeds/FeedsFileFetcherResult.php
Constructor.
FeedsHTTPFetcherResult::__construct in lib/Drupal/feeds/FeedsHTTPFetcherResult.php
Constructor.
2 methods override FeedsFetcherResult::__construct()
FeedsFileFetcherResult::__construct in lib/Drupal/feeds/FeedsFileFetcherResult.php
Constructor.
FeedsHTTPFetcherResult::__construct in lib/Drupal/feeds/FeedsHTTPFetcherResult.php
Constructor.

File

lib/Drupal/feeds/FeedsFetcherResult.php, line 15

Class

FeedsFetcherResult
Base class for all fetcher results.

Namespace

Drupal\feeds

Code

public function __construct($raw) {
  $this->raw = $raw;
}