public function FeedsBatch::__construct in Feeds 7
Same name and namespace in other branches
- 6 includes/FeedsBatch.inc \FeedsBatch::__construct()
2 calls to FeedsBatch::__construct()
- FeedsClearBatch::__construct in includes/
FeedsBatch.inc - FeedsImportBatch::__construct in includes/
FeedsBatch.inc
2 methods override FeedsBatch::__construct()
- FeedsClearBatch::__construct in includes/
FeedsBatch.inc - FeedsImportBatch::__construct in includes/
FeedsBatch.inc
File
- includes/
FeedsBatch.inc, line 19
Class
- FeedsBatch
- A FeedsBatch object holds the state of an import or clear batch.
Code
public function __construct() {
$this->total = array();
$this->progress = array();
}