public function FeedsFetcherResult::__construct in Feeds 7.2
Constructor.
1 call to FeedsFetcherResult::__construct()
- FeedsFileFetcherResult::__construct in plugins/
FeedsFileFetcher.inc - Constructor.
2 methods override FeedsFetcherResult::__construct()
- FeedsFileFetcherResult::__construct in plugins/
FeedsFileFetcher.inc - Constructor.
- FeedsHTTPFetcherResult::__construct in plugins/
FeedsHTTPFetcher.inc - Constructor.
File
- plugins/
FeedsFetcher.inc, line 29 - Contains the FeedsFetcher and related classes.
Class
- FeedsFetcherResult
- Base class for all fetcher results.
Code
public function __construct($raw) {
$this->raw = $raw;
}