You are here

public function FeedsBatch::setTotal in Feeds 6

Same name and namespace in other branches
  1. 7 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;
}