public function FeedsClearBatch::__construct in Feeds 7
Same name and namespace in other branches
- 6 includes/FeedsBatch.inc \FeedsClearBatch::__construct()
Overrides FeedsBatch::__construct
File
- includes/
FeedsBatch.inc, line 323
Class
- FeedsClearBatch
- Batch class for batched deleting of items.
Code
public function __construct() {
parent::__construct();
$this->progress = array(
FEEDS_CLEARING => FEEDS_BATCH_COMPLETE,
);
$this->deleted = 0;
}