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