public function TMGMTJob::getCountReviewed in Translation Management Tool 7
Sums up all accepted counts of this jobs job items.
Return value
The sum of all accepted data items.
File
- entity/
tmgmt.entity.job.inc, line 743
Class
- TMGMTJob
- Entity class for the tmgmt_job entity.
Code
public function getCountReviewed() {
return tmgmt_job_statistic($this, 'count_reviewed');
}