You are here

function TMGMTRemote::getJob in Translation Management Tool 7

Gets translation job.

Return value

TMGMTJob

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);
}