public function FeedsHTTPFetcherResult::__construct in Feeds 7.2
Constructor.
Overrides FeedsFetcherResult::__construct
File
- plugins/
FeedsHTTPFetcher.inc, line 46
Class
- FeedsHTTPFetcherResult
- Result of FeedsHTTPFetcher::fetch().
Code
public function __construct($url = NULL) {
$this->url = $url;
}