You are here

public function FeedsForenaBlockFetcherResult::__construct in Forena Reports 7.4

Same name and namespace in other branches
  1. 7.5 feeds/FeedsForenaBlockFetcher.inc \FeedsForenaBlockFetcherResult::__construct()
  2. 7.3 feeds/FeedsForenaBlockFetcher.inc \FeedsForenaBlockFetcherResult::__construct()

Constructor.

Overrides FeedsFetcherResult::__construct

File

feeds/FeedsForenaBlockFetcher.inc, line 7

Class

FeedsForenaBlockFetcherResult

Code

public function __construct($block, $data) {
  parent::__construct('');
  $this->block = $block;
  $this->data = $data;
}