示例#1
0
 /**
  * Retrieve the job identifier
  *
  * @return string
  */
 public function getJobId()
 {
     return $this->_id ? $this->_id : $this->_job->getID();
 }
示例#2
0
 /**
  * Retrieve the job identifier
  *
  * @return string
  */
 public function getJobId()
 {
     return (($this->_id) ?  $this->_id : $this->_job->getID());
 }