function TMGMTRemote::getJobItem in Translation Management Tool 7
Gets translation job item.
Return value
File
- entity/
tmgmt.entity.remote.inc, line 114
Class
- TMGMTRemote
- Entity class for the tmgmt_remote entity.
Code
function getJobItem() {
if (!empty($this->tjiid)) {
return tmgmt_job_item_load($this->tjiid);
}
return NULL;
}