function TMGMTRemote::getJob in Translation Management Tool 7
Gets translation job.
Return value
File
- entity/
tmgmt.entity.remote.inc, line 105
Class
- TMGMTRemote
- Entity class for the tmgmt_remote entity.
Code
function getJob() {
return tmgmt_job_load($this->tjid);
}