public function TMGMTLocalTask::getWordCount in Translation Management Tool 7
Sums up all word counts of this task job items.
Return value
The sum of all accepted counts
File
- translators/tmgmt_local/ entity/ tmgmt_local.entity.task.inc, line 346 
Class
- TMGMTLocalTask
- Entity class for the local task entity.
Code
public function getWordCount() {
  return tmgmt_local_task_statistic($this, 'word_count');
}