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