You are here

public function TMGMTLocalTaskItem::getCountCompleted in Translation Management Tool 7

Count of all completed data items.

Return value

Translated count

File

translators/tmgmt_local/entity/tmgmt_local.entity.task_item.inc, line 248

Class

TMGMTLocalTaskItem
Entity class for the local task item entity.

Code

public function getCountCompleted() {
  return $this->count_completed;
}