public function TMGMTLocalTask::getLoopCount in Translation Management Tool 7
Returns loop count of a task.
Return value
int Task loop count.
File
- translators/
tmgmt_local/ entity/ tmgmt_local.entity.task.inc, line 357
Class
- TMGMTLocalTask
- Entity class for the local task entity.
Code
public function getLoopCount() {
return $this->loop_count;
}