You are here

public function InstagramFeedsPluginsPagerResult::__construct in Instagram Feeds 7

Constructor.

Overrides FeedsFetcherResult::__construct

File

modules/instagram_feeds_plugins/plugins/feeds/InstagramFeedsPluginsPager.inc, line 17
Home of the InstagramFeedsPluginsPager.

Class

InstagramFeedsPluginsPagerResult
Result of FeedsHTTPFetcher::fetch().

Code

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