public function TMGMTLocalTaskItem::completed in Translation Management Tool 7
Sets the task item status to completed.
File
- translators/
tmgmt_local/ entity/ tmgmt_local.entity.task_item.inc, line 154
Class
- TMGMTLocalTaskItem
- Entity class for the local task item entity.
Code
public function completed() {
$this->status = TMGMT_LOCAL_TASK_ITEM_STATUS_COMPLETED;
}