public function TMGMTJob::getCountAccepted 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 733
Class
- TMGMTJob
- Entity class for the tmgmt_job entity.
Code
public function getCountAccepted() {
return tmgmt_job_statistic($this, 'count_accepted');
}