public function FeedsBatch::setTotal in Feeds 7
Same name and namespace in other branches
- 6 includes/FeedsBatch.inc \FeedsBatch::setTotal()
Set the total for a stage.
File
- includes/
FeedsBatch.inc, line 27
Class
- FeedsBatch
- A FeedsBatch object holds the state of an import or clear batch.
Code
public function setTotal($stage, $total) {
$this->total[$stage] = $total;
}