public function FeedsForenaBlockFetcherResult::__construct in Forena Reports 7.3
Same name and namespace in other branches
- 7.5 feeds/FeedsForenaBlockFetcher.inc \FeedsForenaBlockFetcherResult::__construct()
- 7.4 feeds/FeedsForenaBlockFetcher.inc \FeedsForenaBlockFetcherResult::__construct()
Constructor.
Overrides FeedsFetcherResult::__construct
File
- feeds/
FeedsForenaBlockFetcher.inc, line 7
Class
Code
public function __construct($block, $data) {
parent::__construct('');
$this->block = $block;
$this->data = $data;
}