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